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