Hello all,

I'm in need of storing parameter names/values that can be later
retrieved by EJBs via JBOSS.

It's very similar to servlet context where we could create our
parameters inside web.xml inside <servlet> e.g

  <servlet>
      <init-param>
         <param-name>MYURL</param-name>
         <param-value>www.yahoo.com</param-value>
      </init-param>

I'd bet JBoss got that too, but I don't know where is it.
Could you please tell me how to achieve that in JBoss?
Thank you very much for any advice/assistance.


-- 
Best regards,
 dion                          mailto:[EMAIL PROTECTED]


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to