java.lang.SecurityException: when calling a jsp
I am deployiong a web application on Apache Geronimo (Tomcat) and when I try to access the application I get the following exception:
java.lang.SecurityException: Package was already been loaded and not sealed: package=website.forms, url=file:/C:/geronimo5_2_0_1/repository/default/formBuilderApp.war/1194039233212/formBuilderApp.war-1194039233212.war/WEB-INF/lib/dataMgr.jar
I am using the same dataMgr.jar in other applications and they work perfectly. Any input on resolving this will be much appreciated.
Thanks,
Manisha
|