Hi All,

I am using siteminder Apache reverse proxy
which has a proxy engine running on tomcat.

I am facing a problem with executing a JSP/Servlet on this combination.
Here when I start my reverse proxy it itself start the engine as well as the proxy.


I have made following changes in httpsd.conf file

LoadModule jk_module "<path>/tomcat3.2/platform/win32-x86/mod_jk.so"

AddModule mod_jk.c

JkMount /*.jsp ajp13
JkMount /servlet/* ajp13

Include "<path to tomcat>\conf\mod_jk.conf-auto"


In the Apache httpsd.access.log I get error
10.5.10.12 - - [14/Sep/2003:13:01:03 +0400] "GET /siteminderagent/Test.jsp HTTP/1.1" 200 422


in the Tomcat mod_jk.log I get error
[jk_ajp13_worker.c (325)]: Error ajp13_process_callback - write failed

[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters



I am not able to execute the jsp/servlet. can anybody help me on this.

Thanks & Rgds,
Rakesh

_________________________________________________________________
Access Hotmail from your mobile now. http://server1.msn.co.in/sp03/mobilesms/ Click here.



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to