|
From: Gene <gen...@gm...> - 2006-09-01 01:46:54
|
I had a simliar problem on macs because it was trying to use awt functions. try adding... wrapper.java.additional.x=-Djava.awt.headless=true to your wrapper.conf. this fixed my problems Gene On 8/31/06, Jim Bugwadia <jbu...@ya...> wrote: > Hello, > > I am deploying a java application on OS X and am using the servcie wrapper to start, stop, and restart the application as a StartupItem. I am able to use "/sbin/SystemStarter start|stop" with no issues. I also see that the wrapper and the application are started properly when the machine boots up. > > However, when I login to the system, I now see the java executable on the user dock and when I logout, the system attempts to stop the java executable and times out. The wrapper does not seem to be receiving any signals, the OS complains about not being able to stop by java application using the class path "com....". > > I tried using "RUN_AS_USER=root", but that did not help. I do not know what else to try - any help would be really appreciated! > > Thanks, > > Jim > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > -- Eugene Hart |