You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Randy Layman <ra...@aswethink.com> on 2001/04/18 17:41:42 UTC

RE: Positionning archives used by the servlets

	Rename classes111.zip to classes111.jar (or any other name, just as
long as it ends in .jar - Tomcat only dynamically adds .jar to the web app's
classpath).

	Randy


> -----Original Message-----
> From: David DELGRANCHE [mailto:ddelgranche@sogitec.fr]
> Sent: Wednesday, April 18, 2001 12:53 PM
> To: Liste de diffusion TomCat (Adresse de messagerie)
> Subject: Positionning archives used by the servlets
> 
> 
> 	Hi all
> 
> 	I have the following problem. I want to run servlets 
> which access to a 
> OracleDB on another machine. I put the JDBC driver (file 
> classes111.zip) in 
> the lib on the same level than the classes one. When running 
> I have a 503 
> error. the servlet isn't able to access the other machine. Do 
> I put my 
> driver in the wrong place? Is there a specific way to handle 
> that sort of 
> appl;ication architecture?
> 	I used to work with JServ and didn't had that problem. 
> What is the 
> difference between JServ and Tomcat that unables me to do the 
> same things?
> 	Thanks for help
> 
> 	David.
>