Issue Details (XML | Word | Printable)

Key: JETTY-708
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jan Bartel
Reporter: Jan Bartel
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Jetty

Make JNDI resources scoped to either webapp, server or entire jvm

Created: 04/Sep/08 01:09 AM   Updated: 11/Nov/08 06:40 PM
Component/s: J2EE/Extra
Affects Version/s: None
Fix Version/s: 7.0.0pre4

Time Tracking:
Not Specified

Issue Links:
Related


 Description  « Hide
Currently, there are only 2 scopes for JNDI names in Jetty: the whole jvm and a particular webapp. Therefore, it would be impossible to have 2 different Server instances with names that did not interfere with each other. Also, the way that the scoping is currently done is a little non-obvious.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jan Bartel added a comment - 04/Sep/08 01:39 AM
Svn rev 3602.

Tomas Salfischberger added a comment - 15/Sep/08 04:32 PM
As discussed on IRC with janb this fix might would be really useful in jetty-6 too, because deploying a single application to multiple virtual-hosts is a really hard task at the moment. Depending on the impact on Jetty-6 I would really like to see it backported