On 6/22/07, Lorenzo Cerini <[EMAIL PROTECTED]> wrote:
but my tomcat mismatch the classes, i mean if i recompile the
Connessione_dyn
belonging to app2 and restart tomcat, even my app1 try to use the app2's
Connessione_dyn
instead of its own one, thus leading to an error since the pooled
connection
Hi all,
i am experiencing a strange trouble in tomcat 5.5.23.
I have two very similar webapps let's say app1 and app2.
They lay in $TOMCAT/webapps/appX
in both of them ther is a java class managing the connesction to
dbserver, say:
$TOMCAT/webapps/app1/WEB-INF/classes/servizio/Connessione_dyn