RE: classpath problem?

2005-05-11 Thread Caldarale, Charles R
From: Bagus [mailto:[EMAIL PROTECTED] Subject: classpath problem? echo $CLASSPATH .:/www/my_tomcat_apps:/usr/local/jakarta-tomcat-5.4.4/ ^ | Want to make that 5.5.4 and see what

Re: Classpath problem with Tomcat running in Embedded mode

2003-06-14 Thread Sriram N
directory but none of the classes in the classpath I specify while starting the jvm. Sandeep From: Sriram N [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Classpath problem with Tomcat running in Embedded mode Date: Wed, 11

Re: Classpath problem with Tomcat running in Embedded mode

2003-06-12 Thread sandeep arshanapally
From: Sriram N [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Classpath problem with Tomcat running in Embedded mode Date: Wed, 11 Jun 2003 20:55:42 -0700 (PDT) Hi, This is a ClassLoader visibility issue. Read the ClassLoader

Re: Classpath problem with Tomcat running in Embedded mode

2003-06-11 Thread Sriram N
Hi, This is a ClassLoader visibility issue. Read the ClassLoader howto in the Tomcat Docs. How exactly are you running Embedded ? Are you invoking the main method on it straight out ? Which Tomcat release are you using ? -- Sriram --- sandeep arshanapally [EMAIL PROTECTED] wrote: Hi,

RE: classpath problem

2002-07-15 Thread Mehdi . Nejad
to compromise and copy these common classes into several apps /WEB-INF/classes directory. Thanks :) Mehdi Andrew Conrad [EMAIL PROTECTED] 12/07/2002 18:34 Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: classpath

Re: classpath problem

2002-07-14 Thread Brian Wolf
' [EMAIL PROTECTED] Sent: Friday, July 12, 2002 1:34 PM Subject: RE: classpath problem Are these classes apart of a package? Did you build the package directory structure to match in the %CATALINA$\common\classes? Have you tried the $CATALINA$\shared\classes folder? How about a webapp's WEB-INF

RE: classpath problem

2002-07-12 Thread Andrew Conrad
Are these classes apart of a package? Did you build the package directory structure to match in the %CATALINA$\common\classes? Have you tried the $CATALINA$\shared\classes folder? How about a webapp's WEB-INF\classes folder? Testing these to see if you can get any of them to work might

Re: classpath problem

2002-06-03 Thread Phillip Morelock
WEB-INF is case sensitive. can't be Web-inf does this make a difference? fillup On 6/3/02 1:16 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hello, Tomcat 4.0 can't find my classes and my associated resources that are in the Web-inf/lib directory of my Web application. When i set the

Re: classpath problem

2002-06-03 Thread Patrick . Pierra
] elock.com cc: Subject: Re: classpath problem 06

Re: classpath problem

2002-06-03 Thread Phillip Morelock
PROTECTED] elock.com cc: Subject: Re: classpath problem 06/03/02 10:23 AM Please respond to Tomcat Users List

Re: classpath problem

2002-06-03 Thread Jacob Kjome
: Subject: Re: classpath problem 06/03/02 10:23 AM Please respond to Tomcat Users List WEB-INF is case sensitive. can't be Web-inf does this make a difference? fillup On 6/3/02 1:16 AM, [EMAIL PROTECTED

Re: classpath-problem??

2002-02-20 Thread Christopher Chan
try putting the jar files for the database driver in the WEB-INF/lib directory of your webapp and see if that works if they are not already there. Christopher - Original Message - From: Øyvind Vestavik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February

RE: classpath-problem??

2002-02-20 Thread Larry Isaacs
It's not that the container can't see the class, but that a class is being loaded that depends on XMLDBException. That class is being loaded in a classloader that can't see XMLDBExceptions. Unfortunately, this problem class that depends on XMLDBException may be many levels of dependency from the

RE: classpath-problem??

2002-02-20 Thread Øyvind Vestavik
I found that it worked when I placed the jar-files in the JAVA-HOME/jre/lib/ext. I'm still uncertain of hoe this will work when packaging in a war file, but thanks to for all replies. Øyvind Øyvind Vestavik Øvre Møllenberggt 44b 7014 Trondheim [EMAIL PROTECTED] 41422911 On Wed, 20 Feb 2002,

RE: classpath-problem??

2002-02-20 Thread Larry Isaacs
Subject: RE: classpath-problem?? I found that it worked when I placed the jar-files in the JAVA-HOME/jre/lib/ext. I'm still uncertain of hoe this will work when packaging in a war file, but thanks to for all replies. Øyvind Øyvind Vestavik Øvre Møllenberggt 44b 7014 Trondheim

RE: CLASSPATH problem : Tomcat 3.3 can't find the jvm tools.jar

2001-11-30 Thread Larry Isaacs
The tomcat.sh script ignores your CLASSPATH setting. Tomcat 3.3 tries to include tools.jar using the java.home system property. I think it is possible to link to a JDK in such a way that this doesn't work. Also, I don't know if is possible that a JRE is being executed by mistake. If you want

RE: Classpath problem with TC 3.2.3

2001-11-02 Thread Larry Isaacs
? If it isn't working, what error are you seeing? Larry -Original Message- From: Voon, Wendy [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 7:37 PM To: 'Tomcat Users List' Subject: RE: Classpath problem with TC 3.2.3 Larry, Thanks for the tip, I got it to work

RE: Classpath problem with TC 3.2.3

2001-11-01 Thread Voon, Wendy
/ Confused, Wendy -Original Message- From: Larry Isaacs [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, 31 October 2001 23:51 To: 'Tomcat Users List' Subject: RE: Classpath problem with TC 3.2.3 It looks like the JSP you are executing is in a jsp subdirectory of the web application

RE: Classpath problem with TC 3.2.3

2001-10-31 Thread Larry Isaacs
It looks like the JSP you are executing is in a jsp subdirectory of the web application. If you check the Java source for the JSP under the work directory you will find that the servlet class for this JSP is in the jsp package. This means that classes specified without package names will be

Re : classpath problem

2001-08-28 Thread atif umar
hi, perhaps there is some problem in ur path setting i just set my path to null and i begun to get the same error as u have got so what u do is that set path=%path%;C:\jdk1.3\bin and regarding that out of space environment u just increase the memory size to maximum that is 4096 it

Re: classpath problem

2001-08-28 Thread yilmaz
hi peter ! your classpath seems wrong it should at least include tomcat_home\lib\servlet.jar; regards :) - Original Message - From: peter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 8:23 PM Subject: classpath problem hi there I'm new to tomcat. I've just

RE: ClassPath problem

2001-05-16 Thread George McKInney
I'm not sure, but the classes CLASSPATH may NOT be available to webapps. The Servlet 2.3 spec (Sections 9.4, 9.6.1, 9.6.2) seem to imply that. Put the xerces.jar in the WEB-INF/lib directory of the webapp and see if the same error arises. The spec says (in 9.6.1) snip Web containers are