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 comp

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

2001-12-20 Thread Vesna Milosavljevic
ing statemetnt : "+ex.toString()); } // Close the connection try { if(con != null) con.close(); } catch (SQLException ex) { System.out.println("DBping("+id+") - Error closing connecton :

Re: subfolder in WEB-INF

2001-12-20 Thread Vesna Milosavljevic
As far as I know (I'm mostly CGI programer), you shlould put subproject servlets into package named for example "test_srv", and upload servlets (and other related classes) in : webapps/projekt/WEB-INF/classes/test_srv/... Now you can call your servlets: http://server/projekt/servlet/test_