PPM issue - PPM Console not displaying
So, I've configured PPM through the front end, but on configuring the monitor and clicking the "Save and Ping PPM" button, a popup opens successfully to
https://<server>:<port>/monitor/HR?cmd=agents&SystemID=<sysID>
The problem comes in what is displayed here. The following is displayed as free text (not HTML).
<h2>PeopleSoft</h2> <html> <head><title>PPMConsole</title></head> <body> <form method='post' action='?cmd='> Enter the PPMConsole Access Password: <input type=password name='password'> <input type=submit value='Submit'> </form> </body> </html>
How do I even go about diagnosing the problem here? Is it a problem with the web server, the database, or somewhere in between?