Is there a way to get a HTTP end user monitor to log into a website to make sure the java web app behind login is working?
Anyone done this?
Hi,
Have you tried the HTTP Form Login component?
It is supposed to do what you described.
HTH,
Yann
I have tried that one I think it is for an HTML form only.
Mine I believe is a java page as the file extension ends in JSP.
Another solution could be to write your own script which authenticates and check that the page after the login step is returned.
Windows Script Monitor in APM allows you to execute such scripts on regular basis.
The JSP extension doesn't mean the page is using Java. It means the page is generated using Java on the server. You should still have HTML in the browser (as opposed to a Java Applet).
See en.wikipedia.org/.../JavaServer_Pages for more information on JSP.
I do but if I view the source code on the page it is blank.