Re: classes visibility in the WEB-INF dir ---- SOLVED

2002-02-22 Thread Dmitry Nikelshpur
help Amine - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 7:02 PM Subject: RE: classes visibility in the WEB-INF dir Do you know if any bean or servlet in the ketabe web application successfully loads

RE: classes visibility in the WEB-INF dir ---- SOLVED

2002-02-22 Thread Sampige, Srinivas
] Troubles with the list: mailto:[EMAIL PROTECTED] -Original Message- From: Dmitry Nikelshpur [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 2:04 AM To: Tomcat Users List Subject: Re: classes visibility in the WEB-INF dir SOLVED I had something 'similar' happen when I

RE: classes visibility in the WEB-INF dir ---- SOLVED

2002-02-22 Thread Craig R. McClanahan
On Fri, 22 Feb 2002, Sampige, Srinivas wrote: Date: Fri, 22 Feb 2002 10:04:10 -0800 From: Sampige, Srinivas [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: classes visibility in the WEB-INF dir SOLVED Now more

RE: classes visibility in the WEB-INF dir ---- SOLVED

2002-02-22 Thread Sampige, Srinivas
. thanks Srinivas -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 10:30 AM To: Tomcat Users List Subject: RE: classes visibility in the WEB-INF dir SOLVED On Fri, 22 Feb 2002, Sampige, Srinivas wrote: Date: Fri, 22 Feb 2002

Re: classes visibility in the WEB-INF dir

2002-02-21 Thread Amine AMAR
again for your help Regards, - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 7:02 PM Subject: RE: classes visibility in the WEB-INF dir Do you know if any bean or servlet in the ketabe web application

RE: classes visibility in the WEB-INF dir

2002-02-21 Thread Reynir Hübner
Subject: RE: classes visibility in the WEB-INF dir Do you know if any bean or servlet in the ketabe web application successfully loads kitabe.SearchUtilities. If you are not sure, you could try: % kitabe.SearchUtilities su = new kitabe.SearchUtilities() % on a test JSP page

Re: classes visibility in the WEB-INF dir

2002-02-21 Thread Amine AMAR
- Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 7:02 PM Subject: RE: classes visibility in the WEB-INF dir Do you know if any bean or servlet in the ketabe web application successfully loads

RE: classes visibility in the WEB-INF dir

2002-02-21 Thread Larry Isaacs
Message- From: Amine AMAR [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 8:40 AM To: Tomcat Users List Subject: Re: classes visibility in the WEB-INF dir Hi, it gives the following error trace: java.lang.NoClassDefFoundError: kitabe/SearchUtilities

Re: classes visibility in the WEB-INF dir ---- SOLVED

2002-02-21 Thread Amine AMAR
help Amine - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 7:02 PM Subject: RE: classes visibility in the WEB-INF dir Do you know if any bean or servlet in the ketabe web application successfully

RE: classes visibility in the WEB-INF dir

2002-02-20 Thread Larry Isaacs
, 2002 4:11 PM To: Tomcat Users List Subject: Re: classes visibility in the WEB-INF dir Thank's for your reply, but my web application has no particular definition. The stack trace is as follows (root cause): java.lang.NoClassDefFoundError: kitabe/SearchUtilities

Re: classes visibility in the WEB-INF dir

2002-02-20 Thread Amine AMAR
(Thread.java:484) - Thank's for your help Amine - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 1:04 PM Subject: RE: classes visibility in the WEB-INF dir The stack

RE: classes visibility in the WEB-INF dir

2002-02-20 Thread Larry Isaacs
PROTECTED]] Sent: Wednesday, February 20, 2002 11:34 AM To: Tomcat Users List Subject: Re: classes visibility in the WEB-INF dir Hi, Sorry for misleading you. my directories are kitabe and com. The pb comes from the kitabe directory. the 'dir' was just for the exemple. here after the whole

Re: classes visibility in the WEB-INF dir

2002-02-20 Thread Amine AMAR
Isaacs [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 5:47 PM Subject: RE: classes visibility in the WEB-INF dir Are all kitabe classes located in your /ketabe/WEB-INF/classes directory? Also, to you know what the link is between what

RE: classes visibility in the WEB-INF dir

2002-02-20 Thread Larry Isaacs
Message- From: Amine AMAR [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 1:35 PM To: Tomcat Users List Subject: Re: classes visibility in the WEB-INF dir Hi, Yes, all kitabe classes are in /ketabe/WEB-INF/classes directory. Line 60

RE: classes visibility in the WEB-INF dir

2002-02-19 Thread Larry Isaacs
This error implies that a class that needs to see your com and/or dir classes is being loaded in a parent of the web application's class loader. This parent classloader is at or between the classpath classloader and the web application classloader. The stacktrace should give you a clue as to

Re: classes visibility in the WEB-INF dir

2002-02-19 Thread Amine AMAR
, 2002 9:01 PM Subject: RE: classes visibility in the WEB-INF dir This error implies that a class that needs to see your com and/or dir classes is being loaded in a parent of the web application's class loader. This parent classloader is at or between the classpath classloader and the web