Call the servlet from a web browser using the URL:
http://wlhost:port/snoop
where wlhost is the host name of your server and port is the http listen port.
For example, use this URL if you are running the default setup on a local machine:
http://localhost:7001/snoop
-
SnoopServlet()
-
-
service(HttpServletRequest, HttpServletResponse)
-
SnoopServlet
public SnoopServlet()
service
public void service(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
All Examples This Package