[Jhs-leads] Setting application classpath
Kirkpatrick, Ivan
Ivan.Kirkpatrick@dep.state.fl.us
Mon, 18 Apr 2005 16:38:01 -0400
All projects should know and understand how to control the application
CLASSPATH. By adding the folowing tag to your orion-web.xml file you =
can
have your application classes loaded ahead of the oc4j container's =
classes.
This tag also indicates that the war files manifest CLASSPATH is to be
included
<web-app-class-loader search-local-classes-first=3D"true" =20
include-war-manifest-class-path=3D"true" />