You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Andy Hammer <ah...@genetics.utah.edu> on 2002/03/13 20:45:53 UTC

UltraDev-Tomcat-Oracle: Newbie blues

I am trying to connect my UltraDev application to an Oracle DB via a
Tomcat app server.  When I test my connection in Dreameaver UltraDev
4.01 I get an exclamation prompt.  The only message is
oracle.jdbc.driver.OracleDriver  I think this means TomCat can't find
the oracle driver.  When I attempt to alter the server.xml file with
<driverName="oracle.jdbc.driver.OracleDriver" 
              connectionURL="jdbc:oracle:thin:@jamaica:1521:DIA2" 
              connectionName="auser" 
              connectionPassword="password" />
I get a TomCat startup error:  
ERROR reading /usr/jakarta-tomcat-3.3a/conf/server.xml
At Whitespace required before attributes.
 
My oracle driver classes12.zip is in my CLASSPATH:
echo $CLASSPATH =
/root/downloads/classes12.zip:/usr/java/j2sdk1.4.0/lib/tools.jar
 
I have also included a copy of classes12.zip in
/usr/Jakarta-tomcat-3.3a/lib/container
 
Any Ideas?