How to setup tomcat/apche server on own system for JSP

i’m new to this forum
i’m trying to build up jsp web application but still facing the problem of jdbc connectivity. How can we solve this problem.
The problem occurs
from here
conn = DriverManager.getConnection(“jdbc:odbc:student”);
//PreparedStatement stmt = conn.prepareStatement(“select * from CUSTOM where USERNAME=? and USERPWD=?”) ;
all are done properly but when this above line starts problem occurs
.

Thank you
i’ll try to

raj,

Because I’m not a user of JSP, I went to the apache.org website and searched for JSP. There are a number of pages in that search list which may have your answer for you.

Anyone else?

Regards,

DK