> I have a (win2003) server with 9 resin processes running. Each is
> outputting to jvm.log. Since all 9 processes are locking the file I
> have to end all 9 processes to delete the file. Is there anyway on
> windows to per server change the name/location of the jvm.log? Or
> better yet to turn it off all together?
You can use -jvm-log logfile as an option to httpd.exe
The equivalent of /dev/null on Windows is NUL, so you can specify
-jvm-log NUL and the output will not go to any file.
-- Sam
Received on Tue 10 May 2005 09:53:54 -0700
This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:18:42 PDT