I had to put this tag in orion-web.xml to get Orion to see the classes contained
there.
<classpath path="./classes/" />
Kevin Duffey wrote:
> Hi all,
>
> Well, I am finally able to get my app deployed, thanks to Karl and Magic
> helping out.
>
> Can someone correct me if I am wrong, but I thought if I compile all the
> code my "www" folder makes references to, into the WEB-INF/classes folder,
> the app server (Orion in this case) "sees" the path. My pages wont show up
> because the JavaBeans they use dont get loaded. Am I missing something here?
> Do I need to configure the app server itself to point to these dirs? Or do I
> need to add something to the application.xml or web.xml files in META-INF or
> WEB-INF to make it "see" the WEB-INF/classes dir?
>
> I do know my packages are right..same as before with IIS/JRUN and Orion .8.2
> and they worked.
>
> Id appreciate any pointer(s) on how to get Orion (conforming ot J2EE specs)
> to see my classes.
>
> Thanks.