Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: simplest Servlet-JDBC not working


Message #1 by "Manoj Kithany" <manojkithany108@h...> on Wed, 25 Sep 2002 16:32:57 +0000
This is a servlet not a vanilla Java class. It's not executable by the java
command - you can see there's no main() method. 

You need to deploy it within a servlet container first and call it via HTTP.

  Return to Index