Our team of developers likes to swap between jboss+tomcat and standalone tomcat whilst developing the different modules in our applications (not all applications need jboss during development). The problem that we have is that JBoss use a private JNDI space for datasouces (java:/MyDataSource) whilst Tomcat tries to prepend "java:comp/env for it's initial context.
How can I set up datasources in jboss and tomcat that will use the same name so that the applications don't need to be modified? Perhaps Jetty would (as usual) be better for servlet development than Tomcat? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844395#3844395 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844395 ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
