Hi,
I've been trying to get basic logging up and
running so I can diagnose an SSL connection problem.
I've searched the archive and google for a full day
and picked up bits and pieces, which I cobbled
together, but still can't seem to get any more output
then the initial startup (i.e. output up to and
including the "INFO: Server startup in xxxxxx ms" in
catalina.out) message. I'm using tomcat 5.0.19 and
running on an iSeries at v5r2. Here are the changes
I've made so far:
In server.xml I added:
- debug="10" wherever debug="0" appears in the file
- verbosityLevel="4" wherever a Logger or Valve tag is
defined
- Otherwise server.xml is just the default with an
HTTPS connector uncommented and spiffed up with
keystore and keypassword attributes.
In catalina.sh (it runs as if on Unix when run on an
iSeries) I added -Djavax.net.debug=ssl to JAVA_OPTS.
Here's what my Global Logger tag looks like in
server.xml:
<!-- Global logger unless overridden at lower levels
-->
<Logger
className="org.apache.catalina.logger.FileLogger"
verbosityLevel="4"
prefix="catalina_log." suffix=".txt"
timestamp="true"/>
I get a catalina_out.<timestamp>.txt file but it only
contains
2004-04-07 21:23:56 EngineConfig: EngineConfig:
Processing START
2004-04-07 21:43:04 EngineConfig: EngineConfig:
Processing STOP
2004-04-07 21:46:00 EngineConfig: EngineConfig:
Processing START
I would like to get as much debug information as
possible so I can see the complete initialization of
the Tomcat server and any attempted connects (SSL and
non-SSL). Ultimately I would like to see detailed SSL
trace, hence the use of the -Djavax.net.debug=ssl
command line option. I know this shouldn't be very
hard but I can't seem to get the output I want.
Anyone have an idea what I am doing wrong?
__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]