Re: Classpath in an application?

2000-03-06 Thread Kevin Duffey
HI, I had to put this tag in orion-web.xml to get Orion to see the classes contained there. classpath path="./classes/" / That doesnt seem to follow J2EE convention? Does this mean every app I deploy on any J2EE application server, I have to specially point each /classes of each of my apps

Classpath in an application?

2000-03-05 Thread Kevin Duffey
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.