I'm wondering how to use a WEB APP type deployment descriptor with an EJB in order to
store configuration variables for the EJB to use.
By WEB APP type I mean:
- Creating a "web.xml" file and putting the parameters in it
- Using something like "getInitParameter(param)" to access them
Is there a way to do this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119117#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...