PQ49284: THE SERVLET SPEC 2.2 IMPLIES WE CAN SET A JSP TO BE HANDLED THRUURI LIKE /JSP/HITCOUNT BUT WEBSPHERE REQ. /JSP/HITCOUNT.JSP


APAR

APAR status
Closed as documentation error.

Error description
The servlet spec 2.2 implies we can set a JSP to be handled thru
a URI like /jsp/HitCount. However,websphere requires something
like /jsp/HitCount.jsp.
servlet spec 2.2 allows to create a servlet and associate a JSP
file as a handler for the servlet,this can be done with jsp-file
 tag along with the servlet tag.
This one is not supported in 3.5 .the WAR conversion not
handle <jsp-file> tag
the code may look like this<servlet>
   <servlet-name>JSPTest</servlet-name>
   <jsp-fle>/jsp/hitcount.jsp</jsp-file></servlet>
mapping to URI<servlet-mapping>
   <servlet-name>JSPTest</servlet-name><url-pattern>>/jsp/hitcount</url-pattern></servlet-mapping>
Local fix
currently 3.5 not supporting, no fix for this
Problem summary
The servlet spec 2.2 implies we can set a JSP to be handled thru
a URI like /jsp/HitCount. However,websphere requires something
like /jsp/HitCount.jsp.
Servlet spec 2.2 allows to create a servlet and associate a JSP
file as a handler for the servlet,this can be done with jsp-file
tag along with the servlet tag.
This one is not supported in 3.5 .the WAR conversion not
handle <jsp-file> tag the code may look like this<servlet>
 <servlet-name>JSPTest</servlet-name>
   <jsp-fle>/jsp/hitcount.jsp</jsp-file></servlet>
mapping to URI<servlet-mapping>
   <servlet-name>JSPTest</servlet-name><url-pattern>>/jsp/hitcount</url-pattern></servlet-mapping>
Added information from this defect to file 4.2.1.2.1a to
update docs.
Problem conclusion
Temporary fix
Comments
APAR information
APAR numberPQ49284
Reported component nameWSAS ADV LINUX
Reported component ID5648C8407
Reported release350
StatusCLOSED DOC
PENoPE
HIPERNoHIPER
Submitted date2001-06-01
Closed date2001-06-29
Last modified date2001-06-29

APAR is sysrouted FROM one or more of the following:

APAR is sysrouted TO one or more of the following:APAR is sysrouted FROM one or more of the following:


Modules/Macros

Fix information
APAR is sysrouted TO one or more of the following:Modules/Macros

Applicable component levels











Document Information

Product categories: Software, Application Servers, Distributed Application & Web Servers, WebSphere Application Server, General
Software version: 350
Reference #: PQ49284
IBM Group: Software Group
Modified date: 2001-06-29