aspose file tools
The moose likes Tomcat and the fly likes session problem in tomcat 5.0.30 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "session problem in tomcat 5.0.30" Watch "session problem in tomcat 5.0.30" New topic
Author

session problem in tomcat 5.0.30

Rad krishnan
Greenhorn

Joined: Oct 14, 2005
Posts: 1
I have two jsp and one servlet. If I set a session variable in one jsp and redirect to another JSP page I am able to view the session variable in the redirected JSP page. But if I redirect from one JSP to the other JSP using a servlet and set a session variable in the servlet I am not able to view the variable in the redirected JSP page the session variable becomes null.

I use response.sendRediect(); to redirect from the servlet to JSP.

The configaration that I use is

Tomcat - 5.0.30
Operating System - Linux FreeBSD
Servlet - 2.4
JSP - 2.0
Java - 1.4.2-p7

So please help me on this issue.

Thank you,
Rad
dimpsonu arora
Ranch Hand

Joined: Aug 13, 2003
Posts: 51
Plz show me the code of jsp and servlet
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: session problem in tomcat 5.0.30
 
Similar Threads
Tomcat error: org.apache.jasper.JasperException: Unable to compile class for JSP
on session expire in iframe - open login page in parent window
Confused - MVC, JSP, Servlet interaction
embedded 5.0.30 set env variables
Problem retrieving session value in jsp pagess