Hi,

[A repost as I didn't get a reply as far as I'm aware]

Can anyone help our in terms of use of the struts debug logging please.  I 
have a few questions -:

[1] Where do the servlet debug log messages go to in terms of file and path?
  I can't seem to find them!  For example the struts example

if (servlet.getDebug() >= 1)
   servlet.log("LogonAction: User '" + user.getUsername() +
   "' logged on in session " + session.getId());

[2] Is there something beyond setting the servlet debug parameter in the
web.xml file for the app that is required to get debug happening.  That is
-:

    <init-param>
      <param-name>debug</param-name>
      <param-value>3</param-value>
    </init-param>

[3] Any thoughts on whether there is benefit in going to Log4j above and
beyond the struts servlet debug functionality?


Thanks in advance
Greg


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


--
To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: 
<mailto:[EMAIL PROTECTED]>



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to