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 conclusionTemporary fixComments
APAR information | APAR number | PQ49284 | Reported component name | WSAS ADV LINUX | Reported component ID | 5648C8407 | Reported release | 350 | Status | CLOSED DOC | PE | NoPE | HIPER | NoHIPER | Submitted date | 2001-06-01 | Closed date | 2001-06-29 | Last modified date | 2001-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 APAR is sysrouted TO one or more of the following:Modules/Macros
Applicable component levels |
|