Hi,
I have a WAR file
that I can deploy in most web containers including Tomcat, jBoss, Resin,
Weblogic to name a few. I tried to do the same in Orion but am having
trouble with loading classes.
I have my jar's in
th WEB-INF/lib directory which so far I've not had a problem. In Orion it
doesn't seem to find the classes. I've even tried to compy the jars into
the orion lib directory and that still desont work. I am very new to orion
and not sure what else to try. This is how I configured the
application.
Copied tools.jar
into the orion directory
Copied my war file
into the applications directory
Added <web-module
id="myapp" path="../applications/myapp.war" /> to
application.xml
Added
<web-app application="default" name="myapp" root="/myapp" /> to
default-web-site.xml
Now I can access the
html and jsp pages but when I hit a servlet that requires the use of the
external classes (in the WEB-INF/lib jars) I get a class not found
exception.
Please, any
suggestions welcome.
Thanks in
advance,
Tony
