> > > that would then be $Catalina_Home/bin/bootstrap.jar??? As classpath?? > What > > > about all the other classes required from the JRE? > > > > There are none. The install process copies tools.jar from the JDK, and > the > > other system classes are automatically included. > > > > Remy > > > > Does this mean that when my app needs extra classes they either have to be > in the app directory itself or in the $Catalina_Home/common/classes?
Yes. Or common/lib, classes, lib. Of course, you can edit the service parameters and change that, but you're on your own in that case. Remy
