I've been having a problem where on a new installation of PeopleSoft, my PIA doesn't doesn't seem to have the same files as an existing installation. When I access my PeopleSoft site, I'm getting a bunch of Javascript errors about missing functions. When I look in <PS_HOME>\webserv\peoplesoft\applications\peoplesoft\PORTAL.war\<SITE_NAME>\cache
on my newly setup environment, the contents of the Javascript files don't match what I have in existing environments.
So I decided to try to copy that cache
folder from an existing environment to the new environment to try to troubleshoot. Now the problem is that I'm getting a 403 error with a lot of the .gif files in that directory when a PeopleSoft page loads. It seems like the site is able to access some of the files from the cache
folder, but not all of them.
For instance, if I enter myserver.mydomain.com/cs/myenvironment/cache/PT_NAV_BULLET_1.gif
in the browser's address bar, I get a 403 error.
But if I enter myserver.mydomain.com/cs/myenvironment/cache/PT_NAV_GO.gif
, I can go to that image without a problem.
What could be causing the differences in access? How is WebLogic determining what files are able to be accessed by a site?