https://issues.apache.org/bugzilla/show_bug.cgi?id=40162
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |INVALID --- Comment #5 from Mark Thomas <ma...@apache.org> 2009-07-14 00:11:40 PST --- For future reference, when providing test cases please include the source. Without the source we either have to guess what the test case is doing or use a tool like JAD. This isn't going to work out of the box without some additional work on your part. Take a look at the code in the org.apache.naming package, particularly SelectorContext, ContextBindings and java.javaURLContextFactory Alternatively, a simpler solution would be to move the shared code to your web application. Disk and memory is cheap and a good build tool (eg Ant) will let you keep a single copy of the code, whilst using it in multiple locations. If you have any further questions, please ask on the Tomcat users list. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org