Changed to debug="99", Tomcat is okay, its something I have done.
Using System.out I traced it to my attempted instantiation of an Oracle
connection object.
[code]
public object _getNewInstance() throws ServletException
{ return new EmployeeTunnel(); 
}
[/code]
Then it drops back to the calling application and hangs...
I have been able to get it to "initialize" the db connection, but that
was Sunday morning.
Any idea on how to embed more debug stuff ?

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to