[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PASOE temp directory cleanup?

  • Thread starter Thread starter Michael Jacobs
  • Start date Start date
Status
Not open for further replies.
M

Michael Jacobs

Guest
Do not know if this will help, but the PASOE server does execute .sh|.bat shell scripts from the instance bin/ directory at certain life-time events such as STOPPING (PASOE has entered the shutdown phase), and SHUTDOWN (PASOE is now stopped). While the general rule is for the temp/ directory to hold only files that can/should be removed once the server instance is stopped, we cannot guarantee that fact. Hence not deleting something in temp/ that may be associated with the application and is important. PASOE can run your scripts that can do safe temp/ cleanup according to how you are using the server. If you would like to try it, the file pattern PASOE uses is /bin/ _shutdown.{sh|bat}. For example: bin/tempclean_shutdown.sh ( of bin\tempclean_shutdown.bat for Windows ) use standard shell script techniques. the CATALINA_BASE and CATALINA_TEMP process environment variables should be inherited from the PASOE server process..

Continue reading...
 
Status
Not open for further replies.
Back
Top