Orion should look by default at the WEB-INF/lib directory for jar files of
classes and also in WEB-INF/classes directory for loose classes. Also the
classes in the WEB-INF/classes override
the ones in jar files in the WEB-INF/lib directory.
Hope this helps -
Matt
Jitendra Kothari wrote:
> Hi Folks,
>
> I am importing java classes that I wrote in JSP pages using <@page import...
> tag. However, Orion is not able to find my classes in import. I have
> included my directores in the system classpath. Looks like Orion does not
> use system classpath. Is there a Orion specific classpath that I should set
> in order for JSP pages to recognize my imports. Please let me know. TIA.
>
> -Ben