I think that JavaSevice (http://javaservice.objectweb.org/[/url]) loads the JVM directly, but it has fallen out of favor: [url]http://www.jboss.org/community/wiki/RunJBossAsAServiceOnWindows
Here is one more thing you can try. Set _JAVA_LAUNCHER_DEBUG and run run.bat. This option causes java.exe to print out, among other things, the exact parameters passed to the JVM. If that doesn't help you, then could you provide details on how you configured procrun? One other thought - to meet objective 2, you could always copy java.exe as jboss.exe and change run.bat to use jboss.exe. I've done something similar before. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244734#4244734 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244734 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
