PeopleSoft Hidden Weblogic WebServer Commands


Navigate to PeopleTools > Web Profile > Web Profile Configuration
Open Web Profile that was loaded last by webserver and navigate to - Custom Properties page.

If you setup Custom Property “auditPWD” and its value then its enables certain debug and control settings...

Commands

http://<Webserver:port>/psp/%site/?cmd=reloadconfig&pwd= password – Reloads the Web Profile

http://<Webserver:port> /psp/%site/?cmd=viewconfig&pwd=password – Displays currently cached Web Profile

http://<Webserver:port> /psp/%site/?cmd=purge&pwd=password - Purges webserver memory cache (portal registry, etc.)

http://<Webserver:port> /psp/%site/?cmd=viewcp&pwd=password - Displays cached node URIs

http://<Webserver:port> /psp/%site/?cmd=viewsprop&pwd=password – Display’s session properties

http://<Webserver:port> /psp/%site/?cmd=debugCache&pwd=password – Cache Control Center allows you to do all sorts of things with your web cache

Note: The [password] parameter is defined in the Web Profile as a custom property called auditPWD. Not recommended to set in production environment unless directed to do so.