stat.close(); con.close(); }catch(Exception e){} } It is working fine.
But when i try to deploy the .war file onto a separate machine with TOMCAT-5.5.9 and java libraries and MS-ACCESS database,the code doesnt work. Jsp messages and other effects are running properly but stuff from database is not coming on the page. System-DSN is also proper.
Then i installed TOMCAT 5.5.9 on my machine and called it inside NetBeansIDE4.1. Again the project run fine.
Then what happens when i run the project outside the IDE on the same or different TOMCAT server ?