RE: Servlet startup in Orion?

2001-01-17 Thread Juan Lorandi (Chile)
in web.xml there's a 1 that you must add to the servlet tag... HTH JP -Original Message- From: Robert S. Sfeir [mailto:[EMAIL PROTECTED]] Sent: MiƩrcoles, 17 de Enero de 2001 14:16 To: Orion-Interest Subject: Servlet startup in Orion? I have a servlet which allows us to upload

RE: Servlet startup in Orion?

2001-01-17 Thread Kesav Kumar
Sfeir [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 9:16 AM To: Orion-Interest Subject: Servlet startup in Orion? I have a servlet which allows us to upload files to the Oracle DB. Right now when I run it, I do this: java percepticon.freedom.BlobUpServer -db /u01/home/robert/db.pro

Servlet startup in Orion?

2001-01-17 Thread Robert S. Sfeir
I have a servlet which allows us to upload files to the Oracle DB. Right now when I run it, I do this: java percepticon.freedom.BlobUpServer -db /u01/home/robert/db.props -p 8124 I know that in Weblogic there's a way to start this servlet within weblogic so that we don't have to worry about w