JSP Required classes

2001-09-13 Thread Vijay Pawar
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.

Re: JSP Required classes

2001-09-13 Thread Robert Virkus
Hallo Vijay, 1) put your non-servlet files into WEB-INFO/lib 2) if that doesn't help, put 'em into $ORIONHOME/lib hope that helps regards Robert Virkus Thursday, September 13, 2001, 3:58:31 PM, you wrote: VP Hi All, VP When I am referring class from JSP it is throwing VP error

Re: JSP Required classes

2001-09-13 Thread Mike Shoemaker
You have to follow their package names. Mike - Original Message - From: Vijay Pawar [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 8:58 AM Subject: JSP Required classes Hi All, When I am referring class from JSP it is throwing error

Re: JSP Required classes

2001-09-13 Thread Dmitriy Serebryakov
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