Hi all,
 
I used the following orion-web.xml to point orion to my class files, but it does not seem to work - Orion cannot find my classes. 
 
I put the orion-web.xml under my WEB-INF directory, is that the right place?  Thanks.
 
Anh
 
<?xml version="1.0"?>
 
<!DOCTYPE orion-web-app PUBLIC "-//Evermind//DTD Orion Web Application 2.3//EN" "http://www.orionserver.com/dtds/orion-web.dtd">
 
<orion-web-app
 deployment-version="1.4.5"
 jsp-cache-directory="./persistence"
 temporary-directory="./temp"
>
 <classpath path="file:///D:/myprojects/paomgmt/classes"/>
 <session-tracking />
</orion-web-app>

Reply via email to