aspose file tools
The moose likes Websphere and the fly likes IBM WAS 3.5 Session object Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "IBM WAS 3.5 Session object" Watch "IBM WAS 3.5 Session object" New topic
Author

IBM WAS 3.5 Session object

Sumit Shah
Greenhorn

Joined: Jul 09, 2001
Posts: 2
How can you enable the application server (v 3.5) to use
JSP 1.1 API. The reason I am asking this is because I am trying to use session.setAttribute() method in my jsp which gives me an compilation failed error.
Also when I am trying to use response.sendRedirect() a error 500
is thrown up.
What am I missing in my configuration. Please help.
Ramadass Aravindakshan
Greenhorn

Joined: Jun 27, 2001
Posts: 23
Fixpack 3.5.2 supports Servlet 2.2/Jsp1.1. You need to apply fixpacks 1 & 2 to upgrade your servlet engine.
Fixpacks can be downloaded from here
Hope this helps.
 
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: IBM WAS 3.5 Session object
 
Similar Threads
Strange JSP behavior - dead browser
The annotation PersistenceContext will not be recognized by WebSphere Application Server v7.0
java.lang.ClassNotFoundException: web.CalcServlet
EJB problem
Exception while using JSF Facelets "jsp:forward is not bound."