Re: problem with classpath

2004-06-28 Thread Ankit Doshi
OTECTED]> Sent: Monday, June 28, 2004 5:31 PM Subject: Re: problem with classpath On Mon, Jun 28, 2004 at 01:44:47PM +0530, Ankit Doshi wrote: : I tried this, but the getResourceAsStream method always returns null. : InputStream istream = : cl.getResourceAsStream("/usr/local/tomcat/

Re: problem with classpath

2004-06-28 Thread QM
On Mon, Jun 28, 2004 at 01:44:47PM +0530, Ankit Doshi wrote: : I tried this, but the getResourceAsStream method always returns null. : InputStream istream = : cl.getResourceAsStream("/usr/local/tomcat/webapps/test/WEB-INF/classes/Test. : properties"); : istream = cl.getResourceAsStream("Test.proper

Re: problem with classpath

2004-06-28 Thread Ankit Doshi
context class loader ... :" + istream ); %> All of the above prints null - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, June 27, 2004 9:58 PM Subject: Re: probl

Re: problem with classpath

2004-06-28 Thread Ankit Doshi
ot;input stream from context class loader ... :" + istream ); istream = cl.getResourceAsStream("Test"); System.out.println("input stream from context class loader ... :" + istream ); %> - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "To

Re: problem with classpath

2004-06-27 Thread Jacob Kjome
iginal Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 22, 2004 11:45 AM Subject: Re: problem with classpath i am sorry you got a wrong address here i don't know who you are and what you are talking about -

Re: problem with classpath

2004-06-25 Thread Ankit Doshi
- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 22, 2004 11:45 AM Subject: Re: problem with classpath i am sorry you got a wrong address here i don't know who you are and what you are talking about

Re: problem with classpath

2004-06-23 Thread Ankit Doshi
Guys, Can anybody help me on this? Basically, I want to run multiple web applications from within single tomcat instance. - Original Message - From: "Ankit Doshi" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 22, 200

Re: problem with classpath

2004-06-21 Thread AHaider31
i am sorry you got a wrong address here i don't know who you are and what you are talking about

problem with classpath

2004-06-21 Thread Ankit Doshi
Hello, I am running an application for multiple clients and the setup is like the set of classes being used are common and the property files are different for each client. The structure looks as below : /usr/local/common_application_classes/ - this folder contains all classes /usr/local/propert

Re: problem with classpath modification

2003-02-22 Thread Rasputin
* Steve Guo <[EMAIL PROTECTED]> [0211 07:11]: > > U must be using UNIX, although I have no experience with UNIX, but let me throw out > my thoughts at it. I use Tomcat 4.1.18 under Win200, no problem. > In general I do not modify .sh or.bat file, when I need to put something .jar into > the clas

Re: problem with classpath modification

2003-02-22 Thread Rasputin
* William Claxton <[EMAIL PROTECTED]> [0221 05:21]: > We encountered an issue when adding a classpath entry to the Tomcat > (v4.1.18) 'setclasspath.sh' script. It so happens that the classpath entry > '/home/web/mediaware/WEB-INF/classes' is already accessible as a context, > but we need the clas

Re: problem with classpath modification

2003-02-21 Thread Steve Guo
U must be using UNIX, although I have no experience with UNIX, but let me throw out my thoughts at it. I use Tomcat 4.1.18 under Win200, no problem. In general I do not modify .sh or.bat file, when I need to put something .jar into the classpath of many webapps, I just do it using system variabl

problem with classpath modification

2003-02-21 Thread William Claxton
Since I didn't see any reply to my first post, let me try to restate, and simplify the issue. Interested readers may refer to the earlier post (same subject) for details. We encountered an issue when adding a classpath entry to the Tomcat (v4.1.18) 'setclasspath.sh' script. It so happens that th

problem with classpath modification

2003-02-19 Thread William Claxton
We encountered an issue when adding a classpath entry to the 'setclasspath.sh' script. Our environment is RH Linux 8, Apache 2.0, and Tomcat 4.1.18. We have connected Apache and Tomcat, and moved our appbase to another folder (not $TOMCAT_HOME/webapps). We need to add a classpath entry in order

RE: tomcat 3.3 problem with classpath

2003-02-07 Thread Larry Isaacs
CTED] > Subject: tomcat 3.3 problem with classpath > > > Hello, > > I am a newbie and I have some problems with tomcat and my application. > > The application path is /webapp/shop with the subdirectory > /webshop/shop/WEB-INF/lib and a /webshop/shop/WEB-

RE: tomcat 3.3 problem with classpath

2003-02-07 Thread jsp
Some one just helped me on this. make a search for 'mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 5:52 AM To: [EMAIL PROTECTED] Subject: tomcat 3.3 problem with classpath Hello, I am a newbie and I have some problems with tomcat and my application. The application path is /w

tomcat 3.3 problem with classpath

2003-02-07 Thread Sahlke, Jan
Hello, I am a newbie and I have some problems with tomcat and my application. The application path is /webapp/shop with the subdirectory /webshop/shop/WEB-INF/lib and a /webshop/shop/WEB-INF/web.xml. In my server.xml, I make the entries: In my web.xml: shop

RE: problem with classpath

2001-11-30 Thread Arnaud Héritier
You must rename your classes111.zip in classes111.jar. Tomcat can load only jar files. arno > -Message d'origine- > De: Laurent Michenaud [SMTP:[EMAIL PROTECTED]] > Date: vendredi 30 novembre 2001 14:08 > À:Tomcat Users List > Objet: problem with class

problem with classpath

2001-11-30 Thread Laurent Michenaud
Hi, I got the following problem : Tomcat is not able to found classes111.zip which is in WEB-INF/lib. I've got tomcat in c:/adeuza/prog/tomcat-3.3 My webapp is in c:/adeuza/sites/mywebsite Classes111.zip is in c:/adeuza/sites/mywebsite/WEB-INF/lib Classes111.zip is used by a servlet that is lau

problem with classpath

2001-07-27 Thread Julio Cesar
Hello, I would like your help with the following problem. I have installed the jboss_tomcat 3.2 and I want to run the IBM WSTK-2.3 SOAP Admin, I configured tomcat so that the wstk soap/admin is like a web app, and it's loaded by tomcat. the problem happens when I want call a JSP page, appearen

RE: problem with classpath and .jar files

2001-01-24 Thread Danganan, Clyde
<[EMAIL PROTECTED]> >To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >Cc: >Bcc: >Subj: RE: problem with classpath and .jar files >Type: IPM.Note >Sent: Tuesday, January 23, 2001 12:35 PM

RE: problem with classpath and .jar files

2001-01-24 Thread Ganasen Gounden
23, 2001 1:18 PM > To: [EMAIL PROTECTED] > Subject: Re: problem with classpath and .jar files > > > In winnt I placed .jar below of the /WEB-INF/classes/ and only > configured in wrapper.properties classpath for .jar and the program > functioned perfectly. I made this same con

RE: problem with classpath and .jar files

2001-01-23 Thread André Alves
in the WEB-INF/lib directory, not WEB-INF/classes. > > -Yoav > > -Original Message- > From: André Alves [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 23, 2001 1:18 PM > To: [EMAIL PROTECTED] > Subject: Re: problem with classpath and .jar files > > >

Re: problem with classpath and .jar files

2001-01-23 Thread Jeffry Guttadauro
lease respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: problem with classpath and .jar files In winnt I placed .jar below of the /WEB-INF/classes/ and only configured in wrapper.properties classpath for .jar and the program functioned perfectly. I made this same configuration in redhat

RE: problem with classpath and .jar files

2001-01-23 Thread Morahg, Yoav
.jars go in the WEB-INF/lib directory, not WEB-INF/classes. -Yoav -Original Message- From: André Alves [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 1:18 PM To: [EMAIL PROTECTED] Subject: Re: problem with classpath and .jar files In winnt I placed .jar below of the /WEB

Re: problem with classpath and .jar files

2001-01-23 Thread André Alves
11:05:41 AM > Please respond to [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > cc: > Subject: Re: problem with classpath and .jar files > > Hi Jeffry, > > Is necessary some type of special configuration so that tomcat to > find the class? Some thing as to configure worker.prop

RE: problem with classpath and .jar files

2001-01-23 Thread André Alves
M > To: [EMAIL PROTECTED] > Subject: RE: problem with classpath and .jar files > > > I'm putting the .jar file into WEF-INF/classes/my.jar... I too try > put the .jar into lib directory, but it's no work too... > --- "Morahg, Yoav" <[EMAIL PROTECTED]> esc

Re: problem with classpath and .jar files

2001-01-23 Thread André Alves
directory. > > > > > > [EMAIL PROTECTED] on 01/23/2001 10:36:41 AM > Please respond to [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > cc: > Subject: problem with classpath and .jar files > > I have the following problem: I created a structure of directories > to > place mine .

RE: problem with classpath and .jar files

2001-01-23 Thread CPC Livelink Admin
Did you create the jar with directories? -Original Message- From: André Alves [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 11:46 AM To: [EMAIL PROTECTED] Subject: RE: problem with classpath and .jar files I'm putting the .jar file into WEF-INF/classes/my.jar... I to

RE: problem with classpath and .jar files

2001-01-23 Thread André Alves
irectory? That's where it should go. > > -Yoav > > -Original Message- > From: André Alves [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 23, 2001 11:36 AM > To: [EMAIL PROTECTED] > Subject: problem with classpath and .jar files > > > I have the followi

Re: problem with classpath and .jar files

2001-01-23 Thread Jeffry Guttadauro
The .jar should go directly in the WEB-INF/lib directory. [EMAIL PROTECTED] on 01/23/2001 10:36:41 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: problem with classpath and .jar files I have the following problem: I created a structure of directories to place mine

RE: problem with classpath and .jar files

2001-01-23 Thread Morahg, Yoav
ARe you putting the .jar in the lib directory as opposed to the classes directory? That's where it should go. -Yoav -Original Message- From: André Alves [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 11:36 AM To: [EMAIL PROTECTED] Subject: problem with classpath and

problem with classpath and .jar files

2001-01-23 Thread André Alves
I have the following problem: I created a structure of directories to place mine .class and later generating one .jar. Below of WEB-INF/classes I have the structure: /com/mycompany/class and in this last directory I have mine .class... Wen I run tomcat, without grouping the class in a .jar, the p