Now I tried to follow the below URL:
http://tomcat.apache.org/connectors-doc/webserver_howto/nes.html

And modified the obj.conf to add these lines:
NameTrans fn=pfx2dir from=/examples
dir="/usr/jakarta-tomcat-5.5.0/webapps/jsp-examples"

NameTrans fn="assign-name" from="/examples/jsp/*.jsp" name="jknsapi"
NameTrans fn="assign-name" from="/examples/servlets/*" name="jknsapi"

After this, restarted the Web server.

access log shows:
9.182.74.72 - - [13/Apr/2007:01:31:06 +0530] "GET /examples/jsp
HTTP/1.1" 500 305
9.182.74.72 - - [13/Apr/2007:01:31:10 +0530] "GET /examples/jsp/
HTTP/1.1" 500 305
9.182.74.72 - - [13/Apr/2007:01:31:19 +0530] "GET
/examples/jsp/source.jsp HTTP/1.1" 500 305

error log shows:
[13/Apr/2007:01:29:30] info ( 2277): HTTP3072: [LS ls1]
http://sun210dev2.in.ibm.com:83 ready to accept requests
[13/Apr/2007:01:29:30] fine ( 2277): Released configuration 1
[13/Apr/2007:01:29:30] fine ( 2277): Installed configuration 1
[13/Apr/2007:01:29:30] fine ( 2277): Started 48 request processing threads
[13/Apr/2007:01:29:30] info ( 2277): CORE3274: successful server startup
[13/Apr/2007:01:29:30] fine ( 2277): entering low latency mode
[13/Apr/2007:01:31:06] config ( 2277): for host 9.182.74.72 trying to
GET /examples/jsp, func_exec reports: HTTP2122: cannot find function
named ntrans-j2ee
[13/Apr/2007:01:31:06] config ( 2277): for host 9.182.74.72 trying to
GET /examples/jsp, func_exec reports: HTTP2122: cannot find function
named error-j2ee
[13/Apr/2007:01:31:10] config ( 2277): for host 9.182.74.72 trying to
GET /examples/jsp/, func_exec reports: HTTP2122: cannot find function
named ntrans-j2ee
[13/Apr/2007:01:31:10] config ( 2277): for host 9.182.74.72 trying to
GET /examples/jsp/, func_exec reports: HTTP2122: cannot find function
named error-j2ee
[13/Apr/2007:01:31:19] config ( 2277): for host 9.182.74.72 trying to
GET /examples/jsp/source.jsp, func_exec reports: HTTP2122: cannot find
function named ntrans-j2ee
[13/Apr/2007:01:31:19] config ( 2277): for host 9.182.74.72 trying to
GET /examples/jsp/source.jsp, func_exec reports: HTTP2122: cannot find
function named error-j2ee

http://sun210dev2.in.ibm.com:83/jsp-examples/ ends in 500 Internal server error.

Thanks
Rajiv

---------------------------------------------------------------------
To start a new topic, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to