E
elektrophyte
I'm using Tomcat 5.5.9 on Windows 2000, and IntelliJ IDEA. I started
getting "no suitable driver" errors. (The driver --
mysql-connector-java-3.1.8-bin.jar -- is present in "C:\Program
Files\Apache Software Foundation\Tomcat 5.5\common\lib". It's also in
my webapp's WEB-INF/lib directory.)
I decided to clear my app out of Tomcat and redeploy it fresh. That's
worked before to solve the driver problem.
Shut down Tomcat, deleted "TOMCAT_HOME\webapps\agenda". I noticed that
there is also "TOMCAT_HOME\work\Catalina\localhost\agenda" and I
deleted that to.
Restarted Tomcat and my app "agenda" shows up in the listing in the
Tomcat manager. How is that possible? How can I get rid of it? Do I
need to reinstall Tomcat? Do I need to replace the entire computer?
The app shows up in the listing but clicking on the name returns a 404
error. Clicking on "start" returns "FAIL - Application at context path
/agenda could not be started" and clicking on "undeploy" returns "OK -
Undeployed application at context path /agenda".
The app has reappeared in "TOMCAT_HOME\work\Catalina\localhost\agenda".
Thanks,
E
getting "no suitable driver" errors. (The driver --
mysql-connector-java-3.1.8-bin.jar -- is present in "C:\Program
Files\Apache Software Foundation\Tomcat 5.5\common\lib". It's also in
my webapp's WEB-INF/lib directory.)
I decided to clear my app out of Tomcat and redeploy it fresh. That's
worked before to solve the driver problem.
Shut down Tomcat, deleted "TOMCAT_HOME\webapps\agenda". I noticed that
there is also "TOMCAT_HOME\work\Catalina\localhost\agenda" and I
deleted that to.
Restarted Tomcat and my app "agenda" shows up in the listing in the
Tomcat manager. How is that possible? How can I get rid of it? Do I
need to reinstall Tomcat? Do I need to replace the entire computer?
The app shows up in the listing but clicking on the name returns a 404
error. Clicking on "start" returns "FAIL - Application at context path
/agenda could not be started" and clicking on "undeploy" returns "OK -
Undeployed application at context path /agenda".
The app has reappeared in "TOMCAT_HOME\work\Catalina\localhost\agenda".
Thanks,
E