When we used tomcat, in our application context we could put an entry like
in the server.xml file
and then get it via a JNDI lookup. How would I do this in JBoss?
Thanks
Paola Colucci
Greenhorn
Joined: Jul 19, 2004
Posts: 1
posted
0
Hi, I have the same problem. I would like to know if there is in jboss something similar to the tomcat <Environment> tag. I need to configure environment entries after the deployment and with tomcat there's no problem, but what about jboss and WebSphere? Can anyone help me? Thanks