PeopleSoft Servlet Directives

Over the past few years, I’ve run into several hidden PeopleTools tricks that I’ve never seen documented. I have no idea why PeopleTools decided not to document these, but I’ve found a lot of use for them.

  • http://[server]/psp/[site]/?cmd=reloadconfig&pwd=[password] — Reloads the Web Profile
  • http://[server]/psp/[site]/?cmd=viewconfig&pwd=[password] — Displays currently cached Web Profile
  • http://[server]/psp/[site]/?cmd=purge&pwd=[password] — Purges webserver memory cache (portal registry, etc.)
  • http://[server]/psp/[site]/?cmd=viewcp&pwd=[password] — Displays cached node URIs
  • http://[server]/psp/[site]/?cmd=viewsprop&pwd=[password] — Display’s session properties (doesn’t seem to work in 8.44+ anymore)
  • http://[server]/psp/[site]/?cmd=debugCache&pwd=[password] — Cache Control Center… allows you to do all sorts of things with your web cache (8.45.05+ only)

The [password] parameter is defined in the Web Profile as a custom property called auditPWD.

10 Responses to “PeopleSoft Servlet Directives”

  1. Derek Says:

    Thanks for supplying these! When I tried to test any of them for my DEV Web Profile, I am receiving a “You are not authorized to use this feature!” error message. Do you know if there is another setting that I need to check to “turn these on?”

  2. Rich Manalang Says:

    You need to add a “custom property” called AuditPWD (found on the last tab of your Web Profile Config page). This is the password used for these directives.

    Rich

  3. Derek Says:

    Sorry, I should have been more clear…I do have that set up for my DEV Web Profile.

  4. Derek Says:

    Got it working…thanks again!

    Derek

  5. Craig Happel Says:

    Thank you very much. This is very helpful info.

    Craig

  6. Shaf Says:

    Clearing the web server cache doesn’t work, it shows the following in browser when I load that servlet:

    Thanks
    shaf

  7. pio.dino Says:

    rich! thanks. hope all is well on your end :)

  8. wan.kidd Says:

    thanks, this has made my day easier as a sys admin.

  9. RDXHHH Says:

    I am unable to purge the webserver cache I get the following

  10. Rudy Says:

    When is try the command http://server/psp/site/?cmd=purge&pwd=password

    all i get is:

Leave a Reply