war classpath problem

2005-09-20 Thread lio tomcat
Hello world, My war and i have some problem for loading some class that are embedded in jars in myWar/WEB-INF/lib... I tried to solve this by writing a proper myWar/META-INF/MANIFEST.MF with no success. It simply ignores it. I don't have anymore idea. May you give me some clue? At list a

Re: war classpath problem

2005-09-20 Thread lio tomcat
forgot to tell about my env : jboss3.2.2/jbossweb-tomcat41.sar On 9/20/05, lio tomcat [EMAIL PROTECTED] wrote: Hello world, My war and i have some problem for loading some class that are embedded in jars in myWar/WEB-INF/lib... I tried to solve this by writing a proper

classpath problem?

2005-05-11 Thread Bagus
Hi, Newbie here, I'm not sure why I'd be getting these compilation errors. I see my tomcat server at http://localhost/. The http://www.coreservlets.com/Apache-Tomcat-Tutorial/ seems to tell me it's my classpath, but *I* think I have my jar files properly in my classpath. See this following

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

JSP on-server compilation: classpath problem?

2004-09-08 Thread Michael Schuerig
When I deploy a JSP document with Tomcat 5.5.1 without precompiling, I get an error message when accessing the corresponding web page. org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 32 in the jsp file: /test.jspx Generated

RE: Please help with CLASSPATH problem

2004-02-17 Thread Andi Reinbrech
My apologies - RTFM -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 03:57 AM To: [EMAIL PROTECTED] Subject: Re: Please help with CLASSPATH problem Andi Reinbrech [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I FINALLY figured this one

RE: Please help with CLASSPATH problem

2004-02-17 Thread Davide Papotti
-Original Message- From: Andi Reinbrech [mailto:[EMAIL PROTECTED] Sent: martedì 17 febbraio 2004 13.29 To: 'Tomcat Users List' Subject: RE: Please help with CLASSPATH problem My apologies - RTFM -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: 17 February

Please help with CLASSPATH problem

2004-02-16 Thread Andi Reinbrech
Hi, this problem behaves differently under 4.1 and 5.0.18, but I can't use *either*. When I run Tomcat 5.0.18 from the command prompt, the app works 100%. It is supposed to pick up a file called emapi.cfg and licenses.txt from the CLASSPATH. emapi.cfg works int .\axis\WEB-INF\classes, but

RE: Please help with CLASSPATH problem

2004-02-16 Thread Andi Reinbrech
: Please help with CLASSPATH problem Hi, this problem behaves differently under 4.1 and 5.0.18, but I can't use *either*. When I run Tomcat 5.0.18 from the command prompt, the app works 100%. It is supposed to pick up a file called emapi.cfg and licenses.txt from the CLASSPATH. emapi.cfg works

Re: Please help with CLASSPATH problem

2004-02-16 Thread Bill Barker
://jakarta.apache.org/commons/daemon/procrun.html. Cheers Andi -Original Message- From: Andi Reinbrech [mailto:[EMAIL PROTECTED] Sent: 16 February 2004 14:58 PM To: Tomcat-User (E-mail) Subject: Please help with CLASSPATH problem Hi, this problem behaves differently under 4.1 and 5.0.18, but I

Easy : CLASSPATH problem

2003-10-12 Thread Eric C
Hi all, I just installed tomcat 5 to benefits servlet 2.4 implementation But where shall i point my classpath to ? E:\java\jakarta-tomcat-5.0.12\jakarta-tomcat-5.0.12\server\lib ? But javac doesn't take it in consideration. There several servlet*.jar files but which one is the good one for javac

Re: Easy : CLASSPATH problem

2003-10-12 Thread Eric C
... found out : set classpath to servlet-api.jar not sry for noise - Original Message - From: Eric C [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 12, 2003 10:34 AM Subject: Easy : CLASSPATH problem Hi all, I just installed tomcat 5 to benefits

Apache-SOAP/Tomcat Classpath problem

2003-07-03 Thread Brian Abbott
Hi, Im runing Tomcat 4.0.6. I have a web application running and Apache-SOAP installed. The web application is publishing methods to be accessed via soap-rpc. When the client code makes a call, the fault code is badTargetObjectURI. The problem is the classpath on Tomcat doesnt contain the

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

Classpath problem with Tomcat running in Embedded mode

2003-06-11 Thread sandeep arshanapally
Hi, Iam running tomcat in an embedded mode i.e. launching it from with in my jvm and using it with Axis for SOAP processing. I am having a problem with the classes and classpath. The SOAP implementation class files need to be there /webapps/axis/WEB-INF/classes otherwise it doesn't work

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,

Tomcat classpath problem

2003-06-10 Thread Manav Gupta
Apologies for the re-post, but I'm not sure if my messages are reaching the list. --- Hi, I'm trying to understand the tomcat class loading mechanism and have read through the Class Loader HOW-TO ( http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html

RE: Tomcat classpath problem

2003-06-10 Thread Shapira, Yoav
Howdy, How does one make additional jars available to tomcat? I understand one can add them to WEB-INF/lib,but there are sometimes that approach does not work. Here's a scenario: I'm using tomcat 4.1.24 with jdk 1.4.1_02. One of the required libraries for my web app is oc4j.jar. If I put that

RE: Tomcat classpath problem

2003-06-10 Thread Cox, Charlie
: Tomcat classpath problem Apologies for the re-post, but I'm not sure if my messages are reaching the list. --- Hi, I'm trying to understand the tomcat class loading mechanism and have read through the Class Loader HOW-TO ( http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class

Re: Servlets and classpath problem

2003-02-21 Thread Ian Hunter
anyway. Just my two cents. - Original Message - From: John Rishea [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 21, 2003 8:49 AM Subject: Servlets and classpath problem Hi, I'm having a classpath problem with Tomcat 4.0.x on a Unix platform

Jasper - classpath problem

2003-01-29 Thread Frederic Bitsch
hi! i'm using the jasper engine within the jetty server where i have a webapp including servlets and JSP. this usually works just fine. now i changed my app to be deployed via web start and created a custom classloader. the way my app is startet can be described like this: 1) extract/copy jar

Classloader/Classpath problem

2002-11-27 Thread Subir Sengupta
Hi, When I start Tomcat I get a NoClassDefFoundError exception. I'm including a snippet from the logs. As you can see, the Classloader loads wmsyslog.jar which contains Syslog.class, but then fails with a NoClassDefFoundError . I have a ServeletContextListener that initializes the system on

Re: Classloader/Classpath problem

2002-11-27 Thread Larry Meadors
Talking about the class loader with tomcat is a vast over-simplification. Look here for more: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html Larry [EMAIL PROTECTED] 11/27/02 12:53 PM Hi, When I start Tomcat I get a NoClassDefFoundError exception. I'm including a

RE: Classloader/Classpath problem

2002-11-27 Thread Larry Meadors
, 2002 12:40 PM To: [EMAIL PROTECTED] Subject: Re: Classloader/Classpath problem Talking about the class loader with tomcat is a vast over-simplification. Look here for more: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html Larry [EMAIL PROTECTED] 11/27/02 12:53 PM Hi

RE: Classloader/Classpath problem

2002-11-27 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Subir Sengupta wrote: Date: Wed, 27 Nov 2002 13:27:10 -0800 From: Subir Sengupta [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Classloader/Classpath problem I'm very familiar with that doc

RE: Classloader/Classpath problem

2002-11-27 Thread Subir Sengupta
If I copy the jars to $CATALINA_HOME/lib, the app starts up fine, with no exceptions thrown. -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 1:34 PM To: [EMAIL PROTECTED] Subject: RE: Classloader/Classpath problem I do not know

Classpath problem

2002-08-09 Thread Julie Jordan
I have a problem with Tomcat finding my Java.I've have Apache 1.3.9 working fine. Then loaded JSDK2.0 with my existing JDK 1.1.7B. Am running UnixWare. I loaded Tomcat and config'ed it (correctly I hope) and when I try to start it I get the following: Using classpath: ./../lib/tomcat.jar Using

RE: classpath problem

2002-07-15 Thread Mehdi . Nejad
might help you solve your problem. - Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 12:36 PM To: [EMAIL PROTECTED] Subject: classpath problem All, I have installed Tomcat 4.0.2. All examples work fine, jsp's and servlets. when

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

classpath problem

2002-07-12 Thread Mehdi . Nejad
All, I have installed Tomcat 4.0.2. All examples work fine, jsp's and servlets. when i removed my old version of Tomcat / apache, i obviously saved all of my existing apps. I have now pointed Tomcat to these by specifying new Contexts in my server.xml. All is fine... nearly. My problem

RE: classpath problem

2002-07-12 Thread Andrew Conrad
help you solve your problem. - Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 12:36 PM To: [EMAIL PROTECTED] Subject: classpath problem All, I have installed Tomcat 4.0.2. All examples work fine, jsp's and servlets. when i

classpath problem? maybe?

2002-06-18 Thread chad kellerman
Hello, I am getting frustrated with this little jsp /javabean problem. I hope someone can steer me in the proper direction. in my server.xml file I have set: Host className = org.apache.catalina.connector.warp.WarpHost name=testdomain.net

Tomcat 4.0.1 CLASSPATH problem

2002-06-05 Thread Deepak Tiwari
Hi I need an xml file in my classpath.If I put it in the WEB-INF/classes directory of my web application tomcat doesn't add it in classpath (or it it not visible to my application) And when I put it in the common/classes dir of tomcat installation it is visible to my application. The problem is

RE: Tomcat 4.0.1 CLASSPATH problem

2002-06-05 Thread Chakradhar Tallam
try putting file under WEB-INF/ directly instead of WEB-INF/classes CT. -Original Message- From: Deepak Tiwari [mailto:[EMAIL PROTECTED]] Sent: Thursday, 6 June 2002 2:26 PM To: [EMAIL PROTECTED] Subject: Tomcat 4.0.1 CLASSPATH problem Hi I need an xml file in my classpath.If I put

classpath problem

2002-06-03 Thread Patrick . Pierra
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 classpath dynnamically in the catalina.bat for example, Tomcat can'find the HttpServlet.class I can't understand why i have this kind of problem

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

classpath problem

2002-05-10 Thread Winston Lee
be an classpath problem. The path is as below: JAVA_HOME = C:\J2SDK_Forte\jdk1.4.0\bin CATALINA_HOME = C:\apache tomcat 4.0 Path = %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\xerces-1_4_4\xerces.jar;C:\Apache Tomcat 4.0\bin\bootstrap.jar;C:\soap-2_2\lib\soap.jar;C:\

classpath problem of widows

2002-04-22 Thread Prashant
hi i have written a servlet which shows all the java and tomcat property . when i run it linux server it shows me the class path like this java.class.path=/temp5/sites/australia:/usr/java/jdk1.3.1/lib/td.jar:/usr/ja

classpath-problem??

2002-02-20 Thread Øyvind Vestavik
I'm building a servlet which is accessing a dbxm/Windice database via a separat class (loginTest.java). Connecting to Xindice means I have to use classes contained in 'xmldb.jar' and 'dbxml.jar'. These jar files are referenced from my classpath. Both the class (loginTest.java) and the servlet

Re: classpath-problem??

2002-02-20 Thread Christopher Chan
, 2002 9:46 PM Subject: classpath-problem?? I'm building a servlet which is accessing a dbxm/Windice database via a separat class (loginTest.java). Connecting to Xindice means I have to use classes contained in 'xmldb.jar' and 'dbxml.jar'. These jar files are referenced from my classpath

RE: classpath-problem??

2002-02-20 Thread Larry Isaacs
: classpath-problem?? I'm building a servlet which is accessing a dbxm/Windice database via a separat class (loginTest.java). Connecting to Xindice means I have to use classes contained in 'xmldb.jar' and 'dbxml.jar'. These jar files are referenced from my classpath. Both the class

RE: classpath-problem??

2002-02-20 Thread Øyvind Vestavik
To: Tomcat Users List Subject: classpath-problem?? I'm building a servlet which is accessing a dbxm/Windice database via a separat class (loginTest.java). Connecting to Xindice means I have to use classes contained in 'xmldb.jar' and 'dbxml.jar'. These jar files are referenced from

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

A Classpath problem

2002-02-06 Thread Jeff Self
I'm trying to run a jsp which requires a class called UserData. I put the UserData.class file in $CATALINA_HOME/webapps/ROOT/WEB-INF/classes and restarted Tomcat. But I get an error that tells me it doesn't know what UserData is. I notice that when I start up Tomcat it says Using CLASSPATH:

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

2001-11-30 Thread LEBRETON Philippe
When i want used the JSP examples i have an error : Error: 500 Location: /examples/jsp/include/include.jsp Internal Servlet Error: java.lang.NoClassDefFoundError: sun/tools/javac/Main at org.apache.jasper.compiler.SunJavaCompiler.compile(Unknown Source) at

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

2001-11-30 Thread LEBRETON Philippe
I used TOmcat 3.3 and When i want used the JSP examples i have an error : Error: 500 Location: /examples/jsp/include/include.jsp Internal Servlet Error: java.lang.NoClassDefFoundError: sun/tools/javac/Main at org.apache.jasper.compiler.SunJavaCompiler.compile(Unknown Source)

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

2001-11-30 Thread Larry Isaacs
to manually include tools.jar, copy it to the TOMCAT_HOME/lib/container directory. Cheers, Larry -Original Message- From: LEBRETON Philippe [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 8:30 AM To: Tomcat Subject: CLASSPATH problem : Tomcat 3.3 can't find the jvm

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
: Tuesday, October 30, 2001 5:29 PM To: '[EMAIL PROTECTED]' Subject: Classpath problem with TC 3.2.3 Hi, I have installed TC 3.2.3. When I try to execute a .jsp I get the following message: org.apache.jasper.JasperException: Unable to compile class for JSPC:\jakarta-tomcat-3.2.3

classpath problem

2001-08-28 Thread peter
hi there I'm new to tomcat. I've just downlaoded, installed and set up tomcat for win98 using the user guide provided. However, when i try to run tomcat in the dos window i get several out of environment space lines and a message saying... Unable to set classpath dynamically To set the

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: a simple ( irritating) classpath problem

2001-08-24 Thread yap_noel
] To: [EMAIL PROTECTED] Sent: Friday, August 24, 2001 8:16 AM Subject: Re: a simple ( irritating) classpath problem On Thu, 23 Aug 2001, yilmaz wrote: D:\tomcat4\jakarta-tomcat-4.0-b7\webapps\ROOT\WEB-INF\classesjavac gs.java gs.java:37: 銝??ParameterParser ????辣å

Re: a simple ( irritating) classpath problem

2001-08-24 Thread yilmaz
Hi everyone, i had two problems related with this thread for the classpath problem the solution i found by chance :) is : setting the environmental variables through the command window as : set CLASSPATH=c:\jdk1.3;c:\jdk1.3\lib\tools.jar;d:\tomcat4\jakarta-tomcat-4.0-b7 \ mon\lib\servlet.jar;d

Re: a simple ( irritating) classpath problem

2001-08-23 Thread yilmaz
- From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 2:24 PM Subject: Re: a simple ( irritating) classpath problem On Thu, 23 Aug 2001, yilmaz wrote: but all those efforts are in vain, i don't understand it. when i reference

RE: a simple ( irritating) classpath problem

2001-08-23 Thread Scott Coleman
and what is your classpath set to ??? -Original Message- From: yilmaz [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 10:34 AM To: [EMAIL PROTECTED] Subject: Re: a simple ( irritating) classpath problem here is the related part of my code: import java.io.*; import java.sql

Re: a simple ( irritating) classpath problem

2001-08-23 Thread yilmaz
Scott Coleman wrote : - Original Message - From: Scott Coleman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 4:33 PM Subject: RE: a simple ( irritating) classpath problem and what is your classpath set to ??? CLASSPATH=.;C:\Aligo\M-1\jakarta-tomcat-3.2.2\lib

Re: a simple ( irritating) classpath problem

2001-08-23 Thread yilmaz
. Is there any simpler or faster way for that? (restarting tomcat doesn't work) thanks everybody :) - Original Message - From: yilmaz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 5:01 PM Subject: Re: a simple ( irritating) classpath problem Scott Coleman wrote

RE: a simple ( irritating) classpath problem

2001-08-23 Thread Scott Coleman
: Re: a simple ( irritating) classpath problem hi all, i am sorry to bother you with my simple questions please bear with me a few more seconds the Problem is whenever i change the classpath or add something to it, i have to log out windows 2000 to make those changes take effect which is taking too

Re: a simple ( irritating) classpath problem

2001-08-23 Thread Jonathan Eric Miller
- Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 11:33 PM Subject: Re: a simple ( irritating) classpath problem hi, There are three basic areas that classes can be put in tomcat: WEB-INF/classes - contains all

Re: a simple ( irritating) classpath problem

2001-08-23 Thread Noel L Yap
I'm also having problems with WEB-INF/lib. At the time the JSP is compiled, it seems that the Java compiler doesn't use WEB-INF/lib. What can be done about this? Thanks, Noel hi, There are three basic areas that classes can be put in tomcat: WEB-INF/classes - contains all the classes that

Re: a simple ( irritating) classpath problem

2001-08-23 Thread Rob S.
Guys, not to be short-tempered here or anything, but open your eyes! These class loading issues have been a hot topic on the list for the last week, while all of you are writing/reading your own messages. 1) Search or browse the list the archives. 2) See classloader.html that describes

Re: a simple ( irritating) classpath problem

2001-08-23 Thread Craig R. McClanahan
On Thu, 23 Aug 2001, yilmaz wrote: Date: Thu, 23 Aug 2001 14:12:54 +0800 From: yilmaz [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: a simple ( irritating) classpath problem thanks Dimitri but that is what i exactly did, and (of course) i imported

Re: a simple ( irritating) classpath problem

2001-08-23 Thread Craig R. McClanahan
On Thu, 23 Aug 2001, Jonathan Eric Miller wrote: Date: Thu, 23 Aug 2001 08:38:50 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: a simple ( irritating) classpath problem - Original Message - From: Dmitri

Re: a simple ( irritating) classpath problem

2001-08-23 Thread Noel L Yap
What about tomcat-3.2.3? I've been doing a lot of searching; all I've found were trouble reports and no solutions. Can you provide a URL, please? Thanks, Noel Guys, not to be short-tempered here or anything, but open your eyes! These class loading issues have been a hot topic on the list

Re: a simple ( irritating) classpath problem

2001-08-23 Thread Noel L Yap
These class loading issues have been a hot topic on the list for the last week, while all of you are writing/reading your own messages. The answers to these questions (or at least URLs to answers) need to be put into the FAQ. 1) Search or browse the list the archives. All I find are problem

Re: a simple ( irritating) classpath problem

2001-08-23 Thread Dmitri Colebatch
On Thu, 23 Aug 2001, yilmaz wrote: D:\tomcat4\jakarta-tomcat-4.0-b7\webapps\ROOT\WEB-INF\classesjavac gs.java gs.java:37: 不能??ParameterParser 坏的?文件:.\ParameterParser.class ?文件含有??的?:com.oreilly.servlet.ParameterParser ?去掉或确信它出?在正确的classpath的子目?中. ParameterParser parser= new

Re: a simple ( irritating) classpath problem

2001-08-23 Thread yilmaz
the real application THANKS AGAIN TO EVRYBODY CHEERS =) - Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 24, 2001 8:16 AM Subject: Re: a simple ( irritating) classpath problem On Thu, 23 Aug 2001, yilmaz wrote: D:\tomcat4

a simple ( irritating) classpath problem

2001-08-22 Thread yilmaz
hi all, i have been using servlets and tomcat for a long time but till now i couldn't figure out how to set the classpath exactly Can some one please explain this briefly and clearly? you might ask how did you use tomcat without setting the classpath each time i used trial and error method,

Re: a simple ( irritating) classpath problem

2001-08-22 Thread Dmitri Colebatch
hi, There are three basic areas that classes can be put in tomcat: WEB-INF/classes - contains all the classes that form the web application WEB-INF/lib - contains jars that the web application uses TOMCAT_HOME/lib - contains jars that are available to _all_ applications using tomcat

Re: a simple ( irritating) classpath problem

2001-08-22 Thread yilmaz
, August 23, 2001 12:33 PM Subject: Re: a simple ( irritating) classpath problem hi, There are three basic areas that classes can be put in tomcat: WEB-INF/classes - contains all the classes that form the web application WEB-INF/lib - contains jars that the web application uses

Re: a simple ( irritating) classpath problem

2001-08-22 Thread Dmitri Colebatch
not a classpath problem, but an import problem. Are you sure you haven't got a simple typo or something? post your code and we'll have a look (o: cheers dim but why don't the others work. i put this packet under both tomcat_home/lib/cos.jar, tomcathomewebapps/root/web-inf/classes/com/oreilly

Re: JasperException / classpath(?) problem

2001-07-17 Thread howard fraser
] To: [EMAIL PROTECTED] Sent: Monday, July 16, 2001 7:46 PM Subject: RE: JasperException / classpath(?) problem Where did you put NumberGuessBean.class ?? It must go into WEB-INF/classes/num/ (because it is in package named num) -Original Message- From: howard fraser [mailto:[EMAIL

JasperException / classpath(?) problem

2001-07-16 Thread howard fraser
I wonder if anyone can shed any light on the following - I have looked through the archived messages, but to no avail. I have tomcat 3.2.2 installed on Windows 2000 SP2 with jdk1.3.1. I do not have a CLASSPATH environment variable set. When I start tomcat it first says Using CLASSPATH:

RE: JasperException / classpath(?) problem

2001-07-16 Thread Jann VanOver
Where did you put NumberGuessBean.class ?? It must go into WEB-INF/classes/num/ (because it is in package named num) -Original Message- From: howard fraser [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 7:29 AM To: [EMAIL PROTECTED] Subject: JasperException / classpath

Re: JasperException / classpath(?) problem

2001-07-16 Thread howard fraser
, 2001 7:46 PM Subject: RE: JasperException / classpath(?) problem Where did you put NumberGuessBean.class ?? It must go into WEB-INF/classes/num/ (because it is in package named num) -Original Message- From: howard fraser [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 7:29 AM

ClassPath problem

2001-05-16 Thread Bruno Crapart
Below is my problem ! Under W2000 environment My CLASSPATH is well-defined ! I am sure ! I used to launch TC3.2, with TC4 ... :-( Help ! I am also intersted in documentation. Thanks in advance Bruno Root Cause: java.lang.NoClassDefFoundError: egc/net/ConnectionStaff at

RE: ClassPath problem

2001-05-16 Thread George McKInney
-Original Message- From: Bruno Crapart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 4:45 AM To: '[EMAIL PROTECTED]' Subject: ClassPath problem Below is my problem ! Under W2000 environment My CLASSPATH is well-defined ! I am sure ! I used to launch TC3.2, with TC4

linux classpath problem?

2001-04-09 Thread stan chang
Greetings - I'm trying to add a library for my application, however I can't get tomcat to find it in the classpath. I've added the directory of the classes to the tomcat shell script (where I declared a CLASSPATH variable and exported it). My setup is an RPM install on a Linux kernal 2.2.14

Re: linux classpath problem?

2001-04-09 Thread stan chang
Hi - I tried downloading the jaf-1.0.1 library and I copied the activation.jar file to the tomcat home/lib directory. However, now when I try to view my page I get the following error: org.apache.jasper.compiler.ParseException: Cannot read file: /login.jsp Could there be conflicting parsers?