This servlet is an example which shows how to access the MEJB from a servlet.
The MEJB is used to invoke JoramAdmin Bean operations.
author: JOnAS team author: Adriana Danes
Dispatch the response.
Parameters: pRequest - Request Parameters: pResponse - Response throws: IOException - An input or output error is detected when the servlet handles the request
Response to the GET request.
Parameters: pRequest - See HttpServlet Parameters: pResponse - See HttpServlet throws: IOException - Could not execute request throws: ServletException - An input or output error is detected when the servlet handles the request
Response to the POST request.
Parameters: pRequest - See HttpServlet Parameters: pResponse - See HttpServlet throws: IOException - An input or output error is detected when the servlet handles the request throws: ServletException - Could not execute request
View init MEJB and access to MBEans J2EEDomain and J2EEServer.
Parameters: pTopicName - Name of topic to create Parameters: pServerId - Joram server Id Parameters: pRequest - Http request Parameters: pOut - Printer