Hi, we use it with Tomcat in our development environment. We put the spy.properties in WEB-INF/calsses. Unfortunately Tomcat only adds jar-files in this directory to it's classpath, so we put -Djava.class.path=...;.../WEB-INF/classes;... into the classpath at startup. I don't know if there is a more elegant/cleaner way of doing this, i especially don't konw if this would be a good way for a deployment environment. For our development it is ok.
Regards Max > -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:gbejarano@;movi.com.ar] > Gesendet: Freitag, 8. November 2002 19:11 > An: [EMAIL PROTECTED] > Betreff: Can somebody made p6spy works in Tomcat?? > > > > I need to configure p6spy in Tomcat, i know how to configure > it, but the > tomcat doesn�t seems to read the p6spy.properties. > > Can somebody help me?? > > Thanks!!! > > German. > http://www.movi.com.ar > > -- > To unsubscribe, e-mail: > <mailto:ojb-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>
