Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] JNDI Demo for Jetty 8

Hi,

Recently I had some problems to make JNDI datasource visible in an
embedded Jetty started by Maven plugin. I tried to test it with JNDI
example, but I found only war for version 7.0.0.pre5 [1] which is quite
old and doesn't work with Jetty 8 ("ClassNotFoundException:
org.mortbay.jetty.webapp.WebAppContext" when Jetty started from a
command line).

Is this example still maintained and available for Jetty 8 (I wasn't
able to find it in a source repository on GitHub [2])?


[1] -
http://repo1.maven.org/maven2/org/mortbay/jetty/example/jndi-example-webapp/
[2] - https://github.com/eclipse/jetty.project

Regards
Marcin

-- 
http://blog.solidsoft.info/ - Working code is not enough



Back to the top