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]

Reply via email to