I am trying to hot deploy to Borland Enterprise Server so I have turned on the per_module class loading policy for the server to allow this. However I get two exceptions:
1.java.lang.NoClassDefFoundError:
2.LifecycleException: -container for web app doesn't start
and a
Tomcat problem back when I try to retrieve my login page
Borland-Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured to process this request
I think this is a class loading problem with Tomcat but I don't know how to resolve it.