Are these JNDI and JAAS services available to your application if you deploy in 
$JBOSS_SERVER/deploy directory?

Also, I am not sure, but I think setting up JNDI references is a two step 
process.  The web.xml elements specify how to map resources from names that are 
deployment specific to names used by application.  Then you must also map from 
the server environment name to your deployment environment name.  See 
http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html for more 
details.

Finally, I would try to look at TRACE logging of the Deployer and JNDI actions 
to see how things are getting bound(or not bound).

hope this is helpful, cgriffith[/url]

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940150#3940150

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940150


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to