VEX limits the proxy log (response) size to avoid deterioration of processing speed.
When the size of the recorded proxy log (response) exceeds the limit value, a message will display from Proxy log to Log screen list.
Corresponding message IDs are shown in red letters and when you put the mouse cursor on them, the log size is displayed.
You might not be able to finish the scanning correctly on the log which the ID is displayed in red.
To correctly scan this log, please change the limit value following the instructions below.
[1]Stop VEX
Start "VEX Controller".
Please start "VEX Controller" by right-clicking and selecting "Start" > "All Programs" > "UBsecure" > "VEX" and selecting "Run as administrator".
Select [General] tab and select "Stop".
[2]Edit jabberwock.properties file
jabberwock.properties file can be found below.
[The path in which the VEX program is installed]\Jabberwock\WEB-INF\classes\jabberwock.properties
Ex. C:\Program Files\UBsecure\VEX\Jabberwock\WEB-INF\classes\jabberwock.properties
Right-click on the text editor you are using, and select "Run as administrator".
Open jabberwock.properties file on the text editor which you started and change the limiting value below.
<Before change>
|
・When scanning the specific log correctly,
check the size of the log by putting the mouse cursor on the ID of the log you would like to scan in the log list.
Set the value larger than above. The measurement unit is byte.
<After change (Example)>
<entry key="proxy_log.maxlength">7340032 </entry> |
・When scanning all logs correctly
The largest log size is displayed on the message on the upper side of the log list page
Set the value larger than the size indicated above. The measurement unit is byte.
<After change (Example)>
<entry key="proxy_log.maxlength">7340032 </entry> |
・The upper limit value which can be set
You can set a value as big as 10MB(10485760bytes).
<After change>
<entry key="proxy_log.maxlength">10485760</entry> |
Please save the file after change.
[3]Start VEX
Start "VEX Controller".
Please start "VEX Controller" by right-clicking and selecting "Start" > "All Programs" > "UBsecure" > "VEX" and selecting "Run as administrator".
Select [General] tab, and select "Start".
Comments
0 comments
Please sign in to leave a comment.