On the outset, looks good to me. Can you confirm the location of your new class files are where they belong inside of WEB-INF/classes of the webapp? Are there any logging messages that might suggest tomcat isn't reading classes from the expected location?

This comment has nothing to do with your problem, just an observation. The mysql driver name org.gjt.mm.mysql.Driver is very old and kept only for compatibility reasons. The driver location is currently at com.mysql.jdbc.Driver.

--David

Alessandro Ilardo wrote:

Hi there,
on a remote tomcat 5.5 webserver we uploaded new .class files, we reloaded at least three times trough the manager but anytime we test it, looks like the old files are still running.
The META-INF folder contain the following context.xml configuration file:
<Context path="" docBase="/home/virtual/*****/fst/var/www/html/tomcat/" debug="0" reloadable="true"> <Realm className="org.apache.catalina.realm.JDBCRealm" debug="0" digest="MD5" driverName="org.gjt.mm.mysql.Driver" connectionURL="jdbc:mysql://*******" userTable="user" userNameCol="user" userCredCol="password" userRoleTable="role" roleNameCol="role"/>
</Context>

which it seems be ok.
Any help are welcome,
thanks in advance.

Alessandro ilardo

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to