- where exactly does the servlet get loaded - into the memory, or into the container ??
- also what are the methods that get called on the servlet. init method gets called for sure, what about the service method ? does loading a servlet mean that the servlet gets serviced as well ?
- also regarding the the load on start up tag in web.xml. Can we have two servlets with load on startup value as 1 ?
Caused by: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
..... at com.myhibernate.hp.test.EmployeeDetailsClient.main(EmployeeDetailsClient.java:33)