Re: tomcat and jakarta-servletapi

2001-08-01 Thread Craig R. McClanahan
On Wed, 1 Aug 2001, alexus wrote: i'm trying to install tomcat and from readme i read that i need * Download and install the Servletapi distribution (subproject jakarta-servletapi) into a subdirectory named where do i find jakarta-serve anyway? The jakarta-servletapi

Re: Aliasing a servlet on Tomcat or Apache

2001-08-01 Thread Craig R. McClanahan
On Wed, 1 Aug 2001, Dominic Nagar wrote: Is there a way in Tomcat to alias a servlet? For example, if I have a servlet called 'blah', how can I configure tomcat such that I don't have to say servlet/blah in my URL. All I want to access is 'blah'. See the servlet-mapping element

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-08-01 Thread Jess Holle and Wendy Vidlak
A better question is why Tomcat 3.3 which has the critical classloader separation feature as well as performance improvements over 3.2.1 has not yet been released. As the previous message said, many of us have to use released software *period*. Jess Holle -Original Message- From: Craig

RE: Beyond Tomcat 4..?

2001-08-01 Thread Jess Holle and Wendy Vidlak
I personally second call for use of the new I/O calls and performance efforts in general. As for IIS -- until one can easily give per servlet and per-JSP authentication settings (e.g. anonymous for servlet A, authenticated via LDAP for servlet B, authenticated via password file for servlet C,

Re: Beyond Tomcat 4..?

2001-08-01 Thread Ellis Teer
Now I am reading the JMX spec...but my first itch is to install a UNIX based OS on my servers ;) -Ellis Teer Just had to say that Tomcat is a fine piece of work. I am looking forward to the mod_webapp Apache-Tomcat connector. It's working great under Unix :) Although it may be before its

Re: tomcat and jakarta-servletapi

2001-08-01 Thread alexus
i'm building it.. and i already found thanks - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 01, 2001 10:42 PM Subject: Re: tomcat and jakarta-servletapi On Wed, 1 Aug 2001, alexus wrote: i'm trying to install

Re: Problems when connecting JSP and Oracle

2001-08-01 Thread Hari
String username=user_xx; String password=xxx; Give the user name and password within quotes like this. String username=user_xx; String password=xxx; Hari - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: 403: forbidden error

2001-08-01 Thread raghu
its me again, also i am running both tomcat and apache as root black holes are, when GOD is dividing by zero - Original Message - From: David Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 01, 2001 7:09 PM Subject: Re: 403: forbidden error I know I've responded

Re: No suitable driver

2001-08-01 Thread Hari
String url = jdbc:pool:oracle:thin:@localhost:1521:MY_DB; Since you are using thin oracle client driver, I think the pool should not be there. In my work place, I use only this connection URL string. String url = jdbc:oracle:thin:@host:port:sid - Hari. - Original Message - From:

Re: HTTP 404 Error

2001-08-01 Thread Hari
You are mapping the servlet relative to the context only. try http://localhost/ServletTest/ServletTest make sure your Tomcat's listening port number such as 8080 or 80 from the server.xml file. - Original Message - From: Jeff Rancier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Application Server

2001-08-01 Thread S.V.Suresh
Hi You can use iplanet , web sphere or web logic. For all these trial versions are there. You can any of these. Suresh ---Original Message--- From: [EMAIL PROTECTED] Date: 01. ágúst 2001 22:36:44

RE: Application Server

2001-08-01 Thread Utech - Han Lim
Hi, About WebLogic I don't think it's free:( Do you know the free one beside JBoss and JRun Developer Edition? Thanks. regards, Han Lim -Original Message- From: Moin Anjum H. [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 1:39 PM To: [EMAIL PROTECTED] Subject: Re:

<    1   2