|
From: Leif M. <le...@ta...> - 2008-09-23 15:30:04
|
Emmett, The Wrapper simply launches the JVM without doing anything special. If the proper command line is being generated then it should work. You can verify the generated command line by enabling debug output with wrapper.debug=true or just the command line like this: wrapper.java.command.loglevel=INFO I would suggest doing this when running as a console application first. Move on to the case of running as a service once you get that working. Services run in a different security context. That should not be a problem when connecting with a socket however. Cheers, Leif On Wed, Sep 17, 2008 at 7:43 PM, Emmett Walsh <emm...@gm...> wrote: > Is it possible to remotely debug the Java service wrapper using eclipse and > JPDA ? > e.g. > wrapper.java.additional.9=-Xdebug > wrapper.java.additional.10=-Xnoagent > wrapper.java.additional.11=-Djava.compiler=NONE > wrapper.java.additional.12=-Xrunjdwp:transport\=dt_socket,server\=y,suspend\=y,address\=5005 > I cannot seem to get it to work > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |