org.priha.test
Class JNDIRegistrationServlet

java.lang.Object
  extended by HttpServlet
      extended by org.priha.test.JNDIRegistrationServlet

public class JNDIRegistrationServlet
extends HttpServlet

This is a small helper class which can be used to register Priha to the JSR-170 TCK web application. It also shows you how to put Priha into JNDI.

Author:
jalkanen

Constructor Summary
JNDIRegistrationServlet()
           
 
Method Summary
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIRegistrationServlet

public JNDIRegistrationServlet()
Method Detail

init

public void init()
          throws ServletException
Throws:
ServletException