??? Where's javax.servlet.* Source Code ???

2002-05-23 Thread Tony LaPaso

Hello all,

I'm using Tomcat v4.0.4 B3.

Does anyone know where I can find the soure code for the
javax.servlet.* classes?

I thought they used to be distributed w/Tomcat source code but it
seems those days are gone.

Thanks





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: ??? Where's javax.servlet.* Source Code ???

2002-05-23 Thread HÃ¥kon Hansen

On Thu, 23 May 2002 03:26:06 -0500
Tony LaPaso [EMAIL PROTECTED] wrote:

 Hello all,
 
 I'm using Tomcat v4.0.4 B3.
 
 Does anyone know where I can find the soure code for the
 javax.servlet.* classes?

Should be in a file called servlet.jar or servlet_*.jar
or something ...

Look in ${TOMCAT_HOME}/common/lib/ subdirectory


Yours, Haakon Hansen, Norway

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: ??? Where's javax.servlet.* Source Code ???

2002-05-23 Thread Prabhakar Chaganti

The Servlet API src is not distributed with Tomcat. You can download it from:
http://jakarta.apache.org/builds/jakarta-servletapi-4/nightly/src/

-prabhakar

 
 Does anyone know where I can find the soure code for the
 javax.servlet.* classes?
 
 I thought they used to be distributed w/Tomcat source code but it
 seems those days are gone.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]