[jboss-user] [Beginners Corner] - Re: web service configuration

PeterJ do-not-reply at jboss.com
Tue Jul 15 12:52:27 EDT 2008


Here's one possibility. Have the web service open a properties file and get the info about the file to load from there. You can either place the properties file in the web service archive, in which case you would load it as any other resource (and you would probably want to deploy using an exploded archive), or you could place the properties file in the server/xxx/conf directory and use the jboss.server.config.url property to access it.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164555#4164555

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164555



More information about the jboss-user mailing list