Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

5) You now need to modify this entrysection


5a) Start by uncommenting this section by deleting these two lines above and below

...

5b) Next, modify the following two parameters:

...

prefix="localhost_sso_access_log"

...


pattern="%h %l %u %t

...

"%r" %s %b 

...

"%{Referer}i

...

" "%{User-Agent}i

...

" "%{X-Dual-Tab-Id}i

...

" "%{Cookie}i

...

" "%{X-Forwarded-For}i""

...


 

...

5c) The modified section should now look like this…

...


Image Added


6) Now Search for <Engine defaultHost="localhost" name="Catalina">

...

Image Added


7) Search again for AccessLogValve

...

Image Added

8)Carry out the same changes as per Step

...

5a)(above)

...

but for

...

5b) use “localhost_DAC_access_

...

log” as the prefix. The pattern will remain as suggested in 5b).

9)

...

Save the server.xml file

...

10)Start the DualShield Server Service

11) Wait for the Service to fully start (CPU level low; Memory high)

...

Image Added


12) Check in the Tomcat Logs to see if a localhost_

...

sso_ access_log and localhost_dac_access_log file

...

get created.

Image Added