Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Register java.net.URL in JNDI

Hi

I'm trying to register a java.net.URL instance in JNDI, but fail to do so.
I currently use maven 2.2.1 and version 7.5.2.v20111006 of the jetty-maven-plugin.

I've seen in the documentation that java.net.URL is not supported.

Is there a way to implement this?

Many thanks.

Back to the top