> > > > Hi all
> > > >
> > > > Which classpath does TC4 use when it's started as the (default) NT
> > > Service?
> > > > The one specified in catalina.bat or the one in the system env? Got
a
> > > > NoClassDef found Exception when asking for a class that is in my
> system
> > > env
> > > > classpath from a servlet.
> > >
> > > None of them, actually. The classpath used is specified in the Windows
> > > registry.
> > > HKLM/SYSTEM/CurrentControlSet/Services/Apache Tomcat/Parameters/JVM
> Option
> > > Number 0
> > >
> > > Remy
> > >
> >
> > 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?

Marcel


Reply via email to