Put the oracle library in WEB-INF/lib instead of tomcat/lib - I assume
thats where it is?  sounds like a similar thing to the way struts works,
Craig explained it when I asked a few weeks ago - you might find the mail
by seraching for struts and classloader and dim (o:

cheers
dim


On Wed, 19 Sep 2001, Svante Berglund wrote:

> Hi.
> 
> I have a problem when using a InitalContextFactory from Oracle in a jsp-page
> on a stand-alone Tomcat. Problem is that the oracle-class tries to get hold
> of a resource as:
> classLoader.getResource("META-INF/application-client.xml"), which don?t work
> unless I create a .jar with this specific META-INF and edit the tomcat.bat
> so this .jar is the first one in the classpath. This feels like a dirty
> workaround, is there a better way to solve the problem?
> 
> thanks in advance.
> /Svante
> 
> 

Reply via email to