Caldarale, Charles R wrote: >> From: Neil Youngman [mailto:neil.young...@wirefast.com] >> That's $CATALINA_BASE/conf, not $CATALINA_HOME/conf > > Regardless, the lack of an [engine] subdirectory is an indication that you > may not be running Tomcat from where you think you are. > > 1) What's in $CATALINA_HOME/conf?
$ ls -l /usr/local/apache-tomcat-6.0.16/conf total 92 -rw------- 1 root root 8568 Jan 28 2008 catalina.policy -rw------- 1 root root 3665 Jan 28 2008 catalina.properties -rw------- 1 root root 1396 Jan 28 2008 context.xml -rw------- 1 root root 3664 Jan 28 2008 logging.properties -rw------- 1 root root 6462 Jan 28 2008 server.xml -rw------- 1 root root 1107 Jan 28 2008 tomcat-users.xml -rw------- 1 root root 51226 Jan 28 2008 web.xml $ > 2) What do the startup scripts display for the $CATALINA_xxx variables when > you bring up Tomcat? Using CATALINA_BASE: /home/tomcat6/wsam Using CATALINA_HOME: /usr/local/apache-tomcat-6.0.16 Using CATALINA_TMPDIR: /home/tomcat6/wsam/temp Using JRE_HOME: /usr/java/jdk1.6.0_06 That looks correct to me, but as you say: > The fact that the JDBC-ODBC bridge shows up in the stack trace says that your > published <Resource> config is not the one being used. The <resource> config is in /home/tomcat6/wsam/webapps/axis2/META-INF/context.xml Again that seems right to me, but obviously I am missing something. Neil Youngman
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org