Our unit tests run with everything in tomcat/lib included in the classpath. It's fine for our webapp, since we're not redistributing anything. I think those properties are specific to the environment, anyway. They'd most likely have to be changed for Kai's setup.
Ian. On Fri, Jan 30, 2009 at 12:19 PM, Larry Meadors <larry.mead...@gmail.com>wrote: > Wouldn't that require including tomcat (or part of it) with your > application? > > Larry > > On Fri, Jan 30, 2009 at 10:10 AM, Ian Zabel <i...@ezabel.com> wrote: > > System.setProperty( Context.INITIAL_CONTEXT_FACTORY, > "org.apache.naming.java.javaURLContextFactory" ); >