|
From: Leif M. <le...@ta...> - 2003-11-24 14:50:04
|
Jacques, > Hi there guys. Couldn't find any info on the type of problem I'm having. > > I am wrapping two completely separate java apps on the same machine. > They start up and run fine, but when I terminate one of the java.exe > (VM) processes using the task manager to test that the wrapper > restarts the VM, the whole wrapper seems to die, not just the VM. > Consequently the VM doesn't get started up again - obviously. > When I test the two separately, both work fine and get restarted > without a problem. It's only when they are running simultaneously that > things seem to go wrong. > > Can anybody help me? Am I doing something wrong. Can the wrapper > handle two VMs? > Thanx much! This should be working, I run with multiple JVMs all the time. Just retested this and it is working fine for me. Could you enable debug output in the JVM that is exiting using the wrapper.debug=true property then reply with your wrapper.conf file and the contents of the wrapper.log file for a single JVM run? I may be able to spot the problem. > Testing this on a WinXP Home system: SUN JRE 1.4.2_1. 512 MB RAM. 2GB > Intel. Wrapper 3.0.5. > > PS I think this wrapper project is seriously cool! Thanx for the > work, to the dev team.. Thanks, glad you find it useful. Cheers, Leif |