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 Chris Miller 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. jodwyer

    Troubles with UltraDev JSP MySQL Connection

    Here is the error I'm getting first... Error Code File 404 Not Found _______________________________________ 1) There is no application server running 2) The Application Server for this site does not map to the http://scweb.sandiego.edu:8091/webapps/examples/jsp/_mmDBScripts/MMHTTPDB.jsp URL...
  2. jodwyer

    How to Connect to MySQL using JSP

    Fixed the problem. For anybody who may be frustrated by the same problems as mentioned above, I first re-installed the mm.mysql driver and left the .jar file well alone, reflecting this in my classpaths. The code is as follows for a simple MySQL connection using JSP: String connectionURL =...
  3. jodwyer

    How to Connect to MySQL using JSP

    Hi again, Thanks for the reply. I appreciate it. I seem to have gotten over the connection with a new driver install but there seems to be yet another problem. 'Invalid Authorization'... Does the code below look okay: ============================================== <%@ page...
  4. jodwyer

    How to Connect to MySQL using JSP

    Hi all, Can somebody help me out with this JSP problem below please. I cannot get a connection to a MySQL database using JSP (on Linux/JDK1.2/Apache/Tomcat) with the mm.mysqlDriver from sourceforge.net. We have installed the driver but the problem seems to be that it cannot be 'loaded'?!? Here...
  5. jodwyer

    Unable to retrieve tables from this connection

    hi arobo and all, i have tomcat installed on a linux box with apache and am having terrible trouble doing a basic connection to a MySQL server on our network. i have installed the necessary driver for MySQL (i think?) the &quot;org.gjt.mm.mysql.Driver&quot; one. the ultrdev help isn't really...

Part and Inventory Search

Back
Top