You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by josh <th...@gmx.net> on 2002/05/06 05:25:18 UTC

implementaion of interfaces of servlet api?

Hi

I'm looking for the java source code of the server-specific java classes of
the servlet api which implements all those interfaces like HttpSession and
HttpServletRequest. Is this code available?

thanks for your help
josh


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: implementaion of interfaces of servlet api?

Posted by Abraham Fathman <af...@one.net>.
Josh,

Source code can be downloaded from jakarta.apache.org. 

Check out:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/src/

Just search the code for the class that you are looking for...

HttpsSession is implemented by the file: 

\jakarta-tomcat-4.0.3-src\catalina\src\share\org\apache\catalina\session
\StandardSession.java

Hope this helps,

Abe

-----Original Message-----
From: josh [mailto:the.josh@gmx.net] 
Sent: Sunday, May 05, 2002 11:25 PM
To: tomcat-user@jakarta.apache.org
Subject: implementaion of interfaces of servlet api?


Hi

I'm looking for the java source code of the server-specific java classes
of the servlet api which implements all those interfaces like
HttpSession and HttpServletRequest. Is this code available?

thanks for your help
josh


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>