I am putting some business logic implementation jar files in webapps's lib 
folder.
Surprisingly if I put the jar file there and restart tomcat, it stops 
recognizing the webapp.
Then, if I take the jar files back and put that in shared/lib folder and 
restart and then everything works ok.

My JDBC library is already into shared/lib folder and no issue with that.

Any pointer ? or is it a bug in Tomcat4.1.18

Thanks in advance,
RNS


-----Original Message-----
From: George Sexton [mailto:[EMAIL PROTECTED]
Sent: Friday, October 21, 2005 3:46 PM
To: 'Tomcat Users List'
Subject: RE: Tomcat4 webapps problem.


Its probably JDBC drivers and you're using JNDI. JNDI and related JDBC
drivers can't reside in the application class loader.

George Sexton
MH Software, Inc.
http://www.mhsoftware.com/
Voice: 303 438 9585
  

> -----Original Message-----
> From: Saha Rabindra N [mailto:[EMAIL PROTECTED] 
> Sent: Friday, October 21, 2005 1:36 PM
> To: tomcat-user@jakarta.apache.org
> Subject: Tomcat4 webapps problem.
> Importance: High
> 
> Hi,
> > This question is regarding Tomcat web server on Unix.
> > 
> > I am using Tomcat4.1.18 on HP-UX to run some jsp pages.
> > 
> > Those jsp pages use some jar files which should be placed 
> in '$CATALINA_HOME/webapps/<appname>/WEB-INF/lib' folder.
> > 
> > But when I place those jar files in webapps lib folder, the 
> tomcat stops recognizing the webapp application itself.
> > Whereas if I put those jar files in 
> '$CATALINA_HOME/shared/lib' folder, it works perfectly ok.
> > But as those jar files are specific to this application, so 
> they should not be placed in shared/lib folder.
> > 
> > Has anybody faced this problem before ?
> > Is this a bug in Tomcat ?
> > 
> > 
> > Regards,
> > RNS
>  
> The information contained in this e-mail may be confidential 
> and is intended solely for the use of the named addressee.
> Access, copying or re-use of the e-mail or any information 
> contained therein by any other person is not authorized.
> If you are not the intended recipient please notify us 
> immediately by returning the e-mail to the originator.(16b)
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 
The information contained in this e-mail may be confidential and is intended 
solely for the use of the named addressee.
Access, copying or re-use of the e-mail or any information contained therein by 
any other person is not authorized.
If you are not the intended recipient please notify us immediately by returning 
the e-mail to the originator.(16b)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to