Tomcat hangs due to mistyped Oracle login until that servelt completes !!!??

2001-12-20 Thread Vesna Milosavljevic
Hello to the list Problem : Whenever a servlet/jsp that connects to oracle is executed with mistyped login/passwd, no other/same servlet/jsp dealing with Oracle on that Tomcat instance can be executed, till the processing of that request

Re: Tomcat hangs due to mistyped Oracle login until that servelt completes !!!??

2001-12-20 Thread Vesna Milosavljevic
Seems that this could be a buffering problem ! Here is the output of a simple serlvet named DBping that accepts the oracle name/pass, connects to database and execute a simple query. When started DBping gets its ID (Random) so I can identify the output in the log file. In the following