Tuesday, January 08, 2008

Adding more info for Ctrl+J command

By default the ctrl+J command in any peoplesoft online page gives you the following details

Browser IE/6.0
Operating System WINNT
Browser Compression ON (gzip)
Tools Release 8.45.18
Application Release CRM 8.80.01.000
Service Pack 1
Page RB_CUSTOMER
Component RB_CUSTOMER
Menu MAINTAIN_ALL

If you want to add the following more details to the above screen,

User ID SYSADMIN
Database Name CRM88T
Database Type ORACLE
Application Server :

Open the configuration.properties file on your webserver and set “connectionInformation=true” as shown below.

# If set to true, the database name and other potentially sensitive connection information
# will appear in the HTML generated for use in a help display.
# Default: false
connectionInformation=true

Save the configuration.properties file and reboot your webserver. Now the ctrl+J command will show the userid, database name, database type and application server name.

No comments: