I vaguely recall that I did something on the policy settings of 
either java, tomcat or apache when I was running my webapps under
an early tomcat 3. Now after a major disk crash desaster and gradually
recovering and resurrecting everything, some things do not yet work as
before.

One thing is that a servlet does an execute 

Process p=runner.exec(cmd);

with a command line

"rsh somehost somecommand"

This command gets an Access denied.

I'm wondering now whether it is a problem at the remote side or on
the servlet side.

(below Executor is my servlet name and what follows is an argument

[Wed Apr 21 18:30:13 2004]  [jk_uri_worker_map.c (500)]: Attempting to map URI 
'/servlets/servlet/Executor/compile.PCTST2.referenzen.AC_3136141_4_1.2.09.4.2.09.3'
[Wed Apr 21 18:30:13 2004]  [jk_uri_worker_map.c (524)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a context match worker2 -> /servlets/
[Wed Apr 21 18:30:13 2004]  [jk_worker.c (132)]: Into wc_get_worker_for_name worker2
[Wed Apr 21 18:30:13 2004]  [jk_worker.c (136)]: wc_get_worker_for_name, done  found a 
worker
[Wed Apr 21 18:30:13 2004]  [jk_ajp_common.c (1546)]: Into jk_worker_t::get_endpoint
[Wed Apr 21 18:30:13 2004]  [jk_ajp_common.c (1208)]: Into jk_endpoint_t::service
[Wed Apr 21 18:30:13 2004]  [jk_ajp_common.c (295)]: Into ajp_marshal_into_msgb
[Wed Apr 21 18:30:13 2004]  [jk_ajp_common.c (463)]: ajp_marshal_into_msgb - Done
[Wed Apr 21 18:30:13 2004]  [jk_connect.c (188)]: Into jk_open_socket
[Wed Apr 21 18:30:13 2004]  [jk_connect.c (195)]: jk_open_socket, try to connect 
socket = 6
[Wed Apr 21 18:30:13 2004]  [jk_connect.c (204)]: jk_open_socket, after connect ret = 0
[Wed Apr 21 18:30:13 2004]  [jk_connect.c (213)]: jk_open_socket, set TCP_NODELAY to on
[Wed Apr 21 18:30:13 2004]  [jk_connect.c (230)]: jk_open_socket, return, sd = 6
[Wed Apr 21 18:30:13 2004]  [jk_ajp_common.c (661)]: In 
jk_endpoint_t::ajp_connect_to_endpoint, connected sd
 = 6
[Wed Apr 21 18:30:13 2004]  [jk_ajp_common.c (693)]: sending to ajp13 #587
[Wed Apr 21 18:30:13 2004]  [jk_ajp_common.c (966)]: ajp_send_request 2: request body 
to send 0 - request bo
dy to resend 0
[Wed Apr 21 18:30:13 2004]  [jk_ajp_common.c (804)]: received from ajp13 #56
[Wed Apr 21 18:30:13 2004]  [jk_ajp_common.c (515)]: ajp_unmarshal_response: status = 
200
[Wed Apr 21 18:30:13 2004]  [jk_ajp_common.c (521)]: ajp_unmarshal_response: Number of 
headers is = 1


Can anyone tell from this log whether an error condition is risen?
The 200?

--
Chris Christoph P. U. Kukulies kuku_at_physik.rwth-aachen.de

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

Reply via email to