Re: Implementing JSP Server on a Linux

2000-02-01 Thread KBMail Servlet Support
TECTED]]On Behalf Of Marc Vila Pérez Sent: Tuesday, February 01, 2000 12:15 AM To: [EMAIL PROTECTED] Subject: Implementing JSP Server on a Linux Hi everybody!! I need to implement a jsp server on a Linux, integrated with an Oracle DB. I've installed the jdk 1.2.2, and now I need the server. D

Re: Implementing JSP Server on a Linux

2000-01-31 Thread Michael Korolyov
Hi ! try Resin 1.1b http://www.caucho.com/ just read doc - that's all Best Regards. Michael. - Original Message - From: "Marc Vila Pérez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 31, 2000 9:14 AM Subject: Implementing JSP Server

Re: Implementing JSP Server on a Linux

2000-01-31 Thread Alex Amies
Try the jvm from ibm. I am having trouble with the Sun 1.2.2 JVM RC2 but the IBM JVM works very well. It can be downloaded at http://www.ibm.com/java/jdk/118/linux/. You can get the servlet engine and jsp servlet from the Apache site, www.apache.com. Alex Amies

Implementing JSP Server on a Linux

2000-01-31 Thread Marc Vila Pérez
Hi everybody!! I need to implement a jsp server on a Linux, integrated with an Oracle DB. I've installed the jdk 1.2.2, and now I need the server. Does anybody know where can I get it? Wich is the best JServer for Linux?... and finally, if it is possible, can you give me an idea on how to install