example.servlet.database
Class InitDatabaseServlet
java.lang.Object
|
+--HttpServlet
|
+--example.servlet.database.InitDatabaseServlet
- public class InitDatabaseServlet
- extends HttpServlet
Initializes the database for use with examples
packages.
You need to make sure that the init-parameter jdbc-ref
points
to a correctly configured database pool.
The init-parameter schema
points to the SQL schema file used
by InitDatabaseServlet
. If you experience
SQLException
s, you may have to adapt the syntax in the file to
your database.
- See Also:
- Serialized Form
Method Summary |
void |
service(HttpServletRequest req,
HttpServletResponse res)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitDatabaseServlet
public InitDatabaseServlet()
service
public void service(HttpServletRequest req,
HttpServletResponse res)
throws java.io.IOException
java.io.IOException