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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to