Hi
 I'm using tomcat 4.0.1 and I have a servlet that extends from
HttpServlet,
Which has got common functionality like checking for a valid session and
also 
has common methods that perform functionality like forwarding HTTP
request to another
url and puts some application data in the session.
In that servlet I have some code that does some processing
and finally *forwards* the HTTP request to a JSP . In that JSP page I
always get a 
new session, so that I can't access my application data which I put in
there before.

I ran the same application on ServletExec and it works fine.
Anybody from the Tomcat dev team any ideas......? 
Any help from anyway is appricated.

thanks

Peter

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to