Does the server start without any errors when you don't start it as a service and instead use:
run.bat -b 0.0.0.0 Also, using JavaService is not recommended. Instead you can use JBossNative (which can be downloaded from http://www.jboss.org/jbossweb/downloads/jboss-native/?action=a&windowstate=maximized) to start JBoss as a service. See this for more details http://wiki.jboss.org/wiki/JBossNativeWindows View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149915#4149915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149915 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
