adding new jars to classpath

2004-01-06 Thread sushma
Hi, I added new jars to the classpath in setclasspath.sh(using tomcat 4.1.27) but these are not being picked up. I got a CNF error. I copied these jars to common/lib and then it worked fine. These jars are used by the custom realm classes placed at server/lib. why am I not able to modify the

Re: adding new jars to classpath

2004-01-06 Thread sushma
I checked the faq and also see the same java.lang.NoClassDefFoundError: javax/servlet/Filter Error message. I verified that there is only one servlet.jar in common/lib. The new jars that I added in the classpath depend on servlet.jar. So is the error due to this ? -sushma --- Tim Funk [EMAIL

jdk14Logger.log NoSuchMethodError

2004-01-06 Thread sushma
I added some of the jdk logging classes from 1.4 to the bootclasspath in catalina.sh. JAVA_OPTS = -Xbootclasspath/a:/tmp/lib/jdk_logging.jar. Now the server fails to start. Using tomcat 4.1.27 and jdk 1.3.1. The exception message is java.lang.NoSuchMethodError at

RE: jdk14Logger.log NoSuchMethodError

2004-01-12 Thread sushma
in JDK 1.3.1. Yoav Shapira Millennium ChemInformatics -Original Message- From: sushma [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 6:22 PM To: [EMAIL PROTECTED] Subject: jdk14Logger.log NoSuchMethodError I added some of the jdk logging classes from 1.4

custom realm administration issue

2004-02-23 Thread sushma
of these errors ? Please help. Thanks, sushma __ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Resend: custom realm administration issue

2004-02-24 Thread sushma
I found in the archives that tomcat admin console doesn't display custom valves/realms. Is this true ? Please help. Is there a workaround ? Thanks sushma --- sushma [EMAIL PROTECTED] wrote: I wrote a custom realm and when I administer this custom realm from the tomcat admin console, I see

Re: how to set java-environment variables in catalina.sh

2004-02-24 Thread sushma
You can also create a file called 'setenv.sh' and set JAVA_OPTS in this file. setenv.sh gets included in catalina.sh. -sushma --- Nathan Maves [EMAIL PROTECTED] wrote: I think either of these will work. I use the second one and it works fine for me #JAVA_OPTS=-Djava.awt.headless=true