- Servlet initialization parameters
- Servlet context initialization parameters
- URL invocation request parameters
- Preferred client locale
- Context path
- User principal
- Request headers and their values
- Request parameter names and their values
- HTTPS protocol information
- Servlet request attributes and their values
- HTTP session information
- Session attributes and their values
The Snoop servlet includes security configuration so that when WebSphere Security is enabled, clients must supply a user ID and password to initiate the servlet.
You can access the snoop servlet at http://localhost:9080/snoop. This screen shot is from the response that i get on my machine
3 comments:
Hey Sunil, how did you enable the snoopy sublet? all I get is the
"WebGroup / virtual host not defined” error
I tried changing ports and hosts, but can't get it to load....
Do you think you could post a step by step example?
Thanks
nevermind. I got it working... needed to completely uninstall restart and install again to get everything working again.
what in general will be the credentials to login?
Post a Comment