
wat are the steps for the execution of the servlet-jdbc program on tomcat 5.5 server.. PlS provide..the execution steps in detail..including the setting of classpath in DOS for mysql-connector-java.
i have put the classpath as:
set path=%path%;C:\Program Files\Java\jdk1.6.0_01\bin
javac LoginServlet.java -classpath "C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\servlet-api.jar";"C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\mysql-connector-java-3.0.17-ga-bin.jar"; is this correct way ?THANKYOU!!!

Put servlet-api.jar and mysql-connector.jar files in the Tomcat5.5/lib/ folder.
Please visit the following links:
http://www.roseindia.net/servlets/HowToRunAServlet.shtml
http://www.roseindia.net/servlets/databaseconnectionservlet.shtml
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.