Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. FatalErrorGuy

    Tomcat 5 and context.xml problem

    So I was able to resolve my problem. Here's what worked for me in case it'll help anyone else: I was developing on a production machine. For whatever reason, Tomcat didn't seem to recognize my META-INF/context.xml file (located at /usr/local/tomcat/webapps/mysqltest/META-INF/context.xml)...
  2. FatalErrorGuy

    Tomcat 5 and context.xml problem

    Hi Sedj- I wish I had a way of seeing which files Tomcat can currently see. Thanks for your help. :)
  3. FatalErrorGuy

    Tomcat 5 and context.xml problem

    Hi Sedj, Thanks for replying! Yes I have mysql-connector-java-3.1.11-bin.jar in common/lib. In fact, I know Tomcat can talk to mysql because I'm able to connect to mysql when I define the datasource within the JSP. So the problem I'm having is with either (a) getting Tomcat to recognize my...
  4. FatalErrorGuy

    Tomcat 5 and context.xml problem

    Hi everyone, I'm trying to get Tomcat 5.0.28 to work with mysql. It works fine if I define the datasource in the actual JSP like this: <sql:setDataSource var="ADataSource" url="jdbc:mysql://localhost:3306/javatest" driver="com.mysql.jdbc.Driver" user="myusername"...

Part and Inventory Search

Back
Top