I'll take a look, thanks. Rebeccah
-----Original Message----- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, December 10, 2008 4:51 PM To: Tomcat Users List Subject: Re: How to set Log4J debug flag in Tomcat Prastein, Rebeccah H wrote: > How do I start tomcat as an application (not a service) and set the > log4j debug commandline parameter? > > I tried editing startup.bat to prepend -Dlog4j.debug to > %CMD_LINE_ARGS%, but I get the following error on startup, and I don't > see any log4j debug output: > > usage: java org.apache.catalina.startup.Catalina [ -config {pathname} > ] [ -nonaming ] { start | stop } > Sounds like your added switch gets added at the end, after the -jar. I don't have a Windows Tomcat handy, but you might try to add it in JAVA_OPTS instead, like JAVA_OPTS="$JAVA_OPTS -Dlog4j.debug" (Unix version) Maybe in sentenv.bat, if it exists ? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org ------------------------------------------ The contents of this message, together with any attachments, are intended only for the use of the person(s) to which they are addressed and may contain confidential and/or privileged information. Further, any medical information herein is confidential and protected by law. It is unlawful for unauthorized persons to use, review, copy, disclose, or disseminate confidential medical information. If you are not the intended recipient, immediately advise the sender and delete this message and any attachments. Any distribution, or copying of this message, or any attachment, is prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org