The log term fix is a bit more work, but then you won't have to go through another step each time you bounce PIA on the report server. You'll need to edit $PS_HOME\webserv\peoplesoft\applications\peoplesoft\PORTAL.war\WEB-INF\web.xml
...
<servlet> <servlet-name>psp</servlet-name> <servlet-class>psft.pt8.psp</servlet-class> <init-param> <param-name>configDir</param-name> <param-value>D:/pt8.51\webserv/peoplesoft/applications\peoplesoft\PORTAL.war/WEB-INF/psftdocs</param-value> </init-param> <load-on-startup>0</load-on-startup> <!-- add this line --> </servlet>
...
After saving the file, stop PIA, delete the web cache, and start PIA again.
In our test system we use the same web server for login and for the report server, so we never saw this problem in test. If you do the same in production, you won't need to worry about this issue.
No comments:
Post a Comment