Hi, I'm having some problem setting up Realm with OCI. I have a new Tomcat enviroment, clean, with only one application installed. This application use JDBCRealm with Oracle driver for jdbc for authentication and it display simple jsp page containing text messagges.
Everything works with the "Thin" Driver, instead with OCI driver, after the login procedure the java virtual machine crash with some memory dump messagges... The ojdbc14.jar is in $TOMCAT_HOME/common/lib These are my enviroment variable: export ORACLE_HOME=/usr/lib/oracle/10.2.0/client export JAVA_HOME=/usr/java/jdk1.5.0_17/ export CATALINA_BASE=/opt/tomcat/apache-tomcat-5.5.27 export TOMCAT_HOME=/opt/tomcat/apache-tomcat-5.5.27 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib The server is a 64 bit machine but I don't think there is problem about it. I don't use other library ... I don't understand why it crash.. I can attach a part of the log error messages if it can help. Any suggestion will be appreciated Thanks you -- View this message in context: http://www.nabble.com/OCI-and-Realm-Problem-tp23079428p23079428.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org