File permissions that are set in the WebSphere
admininistrative console also impact the temporary space used by the JSP
compiler. In this case, the JSP file cannot write the servlet files, so a
failure occurs when trying to access the servlet file that was not
created. Configuration might include the administrative server process
running as non-root.
Update the permissions in the administrative console for the WebSphere
Application Server to support write and execute for the user ID that is
running the Application Server. Also add those permissions to the
$WAS_HOME/tmp directory.
|