David Johnson-28 wrote:
>
> Does it work if you do the steps below?
>
> cd trunk
> mvn install
> cd weblogger-webapp
> mvn jetty:run
>
I did start "mvn jetty-run-war" in the weblogger-webapp directory, too...
Now I did start it like above (with "mvn jetty:run"), with the same result:
2010-12-17 15:48:14.429:WARN::Configuration problem at <resource-ref>|
<res-ref-name>jdbc/rollerdb</res-ref-name>|
<res-type>javax.sql.DataSource</res-type>|
<res-auth>Container</res-auth> |
<mapped-name>jdbc/roller</mapped-name>| </resource-ref>:
java.lang.IllegalStateException: Nothing to bind for name
javax.sql.DataSource/default
2010-12-17 15:48:14.430:WARN::Failed startup of context
org.mortbay.jetty.plugin.jetty6pluginwebappcont...@1a88328{/roller,/home/ralf/Desktop/WORKSPACES/Workspace-DataZuul/apache-roller-project/weblogger-webapp/src/main/webapp}
seems that jndi binding is not working... and where does "default" in
"javax.sql.DataSource/default" come from?...
Is it working at your development machine after a fresh checkout of trunk?
--
View this message in context:
http://old.nabble.com/trunk-mvn-jetty%3Arun-war-not-working-tp30465549s12275p30481636.html
Sent from the Roller - User mailing list archive at Nabble.com.