Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JSP sessions won't work with Websphere 3.5.4

Status
Not open for further replies.

Gaelle

Programmer
Jun 20, 2001
62
FR
Hi !
I have a problem with JSP sessions under WAS 3.5.4.
I wrote an application with sessions that worked under Tomcat, and now that I have to migrate to Websphere, lines such as :
tf = (String)session.getAttribute("id");
won't work : I get the error :
com.sun.jsp.JspException: Compilation failed
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.(Compiled Code)
...

I am sure that the error comes from this since I have commented any other line, and it doesn't work any longer as soon as I add this one...

Can anybody help me ?
Gaelle.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top