"Justin Lawler" <[EMAIL PROTECTED]> writes: > no, to further complicate things, im running the program that executes the > task from the ant "java" task, because its much easier to create a classpath > in ant. Is there any way of finding out where it loads each class from?
For Catalina, adding debug="3" to the right server.xml element will show classloading information. For Ant, running `ant -debug` ought to do the trick. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
