In  orion-web.xml  in deployment directory use classpath tag as foolowing

<orion-web-app
 deployment-version="1.5.2"
 development="true"
 persistence-path="./persistence/state.ser"
 jsp-cache-directory="./persistence"
 temporary-directory="./temp"
 servlet-webdir="/servlet/"
>
 <classpath 
  path="path to your classes;file:/D:/SharedClasses;file:/D:/SharedClasses/abc.zip;"
 />
</orion-web-app>

Example above for Windows Enviroment.

D.S.

----- Original Message ----- 
From: "Vijay Pawar" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 9:58 AM
Subject: JSP Required classes


> Hi All,
> When I am referring class from JSP it is throwing
> error class not found though the all the classes are
> present there.
> I have kept all utility classes inside web-inf\classes
> Can anybody suggest how can we give classpath in orion
> deployment files I tried with orion-web.xml but it
> fails.
> regards,
> vijay
> 
> __________________________________________________
> Terrorist Attacks on U.S. - How can you help?
> Donate cash, emergency relief information
> http://dailynews.yahoo.com/fc/US/Emergency_Information/
> 
> 

Reply via email to