Re: Debugging tomcat startup

2005-04-02 Thread Larry Meadors
oints, and start tomcat using this: $CATALINA_HOME/bin/catalina.sh jpda start Once it starts, you can attach, and debug everything starting at the beginning. Java rocks! :-D Larry On Apr 1, 2005 12:57 PM, Sasha Borodin <[EMAIL PROTECTED]> wrote: > > I'd like to solicit sugge

Re: Debugging tomcat startup

2005-04-02 Thread Larry Meadors
Realm implementations should go into server/lib. On Apr 2, 2005 12:16 AM, Anto Paul <[EMAIL PROTECTED]> wrote: > > On Apr 2, 2005 1:27 AM, Sasha Borodin <[EMAIL PROTECTED]> wrote: > > What is the motive to place jars in server/lib. These jars are not > visible to applications. >

Re: Debugging tomcat startup

2005-04-01 Thread Anto Paul
On Apr 2, 2005 1:27 AM, Sasha Borodin <[EMAIL PROTECTED]> wrote: > I'd like to solicit suggestions for debugging Tomcat startup - specifically > various class initializations. > > I've written a custom Realm implementation; in it, I use some data access > classes

Debugging tomcat startup

2005-04-01 Thread Sasha Borodin
I'd like to solicit suggestions for debugging Tomcat startup - specifically various class initializations. I've written a custom Realm implementation; in it, I use some data access classes which use iBatis; these classes work great when used in a web application (all jars residing in th