Hi.
I'm developing a web application in which I have to launch an external process, and I do that via Runtime.exec() method.
I have Apache 2.0.42, working with Tomcat 4.1.12 via Mod JK2.
I found out that on WinXP the process is correctly executed, whereas on Win2k the same process is never launched.
The problem seems to be related to the Apache-Tomcat configuration, since if I use Tomcat Standalone it's ok both on XP and on 2k.
I really don't know where the problem could be... has anyone ever been involved in this?!
Any help will be very appreciated!!
I'm developing a web application in which I have to launch an external process, and I do that via Runtime.exec() method.
I have Apache 2.0.42, working with Tomcat 4.1.12 via Mod JK2.
I found out that on WinXP the process is correctly executed, whereas on Win2k the same process is never launched.
The problem seems to be related to the Apache-Tomcat configuration, since if I use Tomcat Standalone it's ok both on XP and on 2k.
I really don't know where the problem could be... has anyone ever been involved in this?!
Any help will be very appreciated!!