We have incorporated Jboss 3.0 (running on Tomcat) into our project
and we try to have access to the DataSources by jndi.
Is it possible to configure Jboss in a way that the above mentioned
resources (eg. connection to Oracle) will be available from servlet,
jsp etc..
In the case what configuration files a to be modified ???
I much appreciate code samples.....
I'd like to point out that I am not referring to configuring the
access to this connection from a EJBean setting in the ejb-jar.xml and
jboss.xml the entries <resource-ref> etc..., but just bounding the
resources to the jndi on my application.