I have a development environment where i use TomCat 5.5 and my application works fine. As soon as a transfer everything to a deployment server, that's running TomCat 6.0.18, a servlet class called DeviceComm doesn't seem to load. The error that i'm getting in "Ressource not available".
I have brought modifications to this class recently. The transfer was only an update, everything was working fine before. Basically, the question is: what can make a servlet not work on version 6 of tomcat and work fine on 5.5 ?
Thanks!