[jboss-user] [Installation, Configuration & DEPLOYMENT] - can't lookup datasource via JNDI

axismundi do-not-reply at jboss.com
Fri Sep 12 11:42:13 EDT 2008


Our webapp is deployed via context-file conf/jboss.web/localhost/app.xml

The automatic deployment is realized thru 2 modifications in server.xml:
<Host name="localhost" autoDeploy="true" deployOnStartup="true" 

Using this strategy, the webapp is deployed _before_ the datasource.
Hence, the webapp cannot startup due to the missing datasource.

What is the simplest recipe to get the datasources deployed before the war?

Is it necessary to change the EnhancedSuffixOrder-property of the MainDeployer?

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

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



More information about the jboss-user mailing list