> Hi,
> i am connecting to an instance of oracle database from my UNIX tomcat
[quoted text clipped - 6 lines]
> from the server.xml, do i need to change any other file. please put
> some light on this issue.
Usually not. Do you want to specify a second datasource or have you
modified the data of the existing datasource? It could be that there is
a context.xml-file in the META-INF directory within your webapp, which
may contain the datasource and may thus overwrite the datasource
settings specified in server.xml. Also, be sure to restart the
tomcat-server as much as possible :D
ravi.patnaik15@gmail.com - 09 Aug 2006 12:56 GMT
Thanks Moiristo,
But there is no context.xml in my webapps directory.
> > Hi,
> > i am connecting to an instance of oracle database from my UNIX tomcat
[quoted text clipped - 13 lines]
> settings specified in server.xml. Also, be sure to restart the
> tomcat-server as much as possible :D