Just wanted to pass on a trick I just figured out. I was using the -params to pass in the "-c configname" to specify which server config to use but ran into problems with spaces in the file paths of the files JBoss was attempting to load and read. The way I solved this problem was to use JBoss's Java property method of specifying the server config to use:
-Djboss.server.name=serverconfigname Pass the above java property in your install service command to tell JBoss to use a non-default server config. The property method of specifying the server config has other applications, but I found it imparative for using JavaService. Enjoy. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880830#3880830 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880830 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
