Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 381693 - tomcat-6 init fails when CATALINA_TMPDIR does not exist
Summary: tomcat-6 init fails when CATALINA_TMPDIR does not exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 322979
  Show dependency tree
 
Reported: 2011-09-03 15:30 UTC by Mark Keisler
Modified: 2015-08-26 08:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to tomcat-6 init script to create CATALINA_TMPDIR if needed (tomcat-6.patch,522 bytes, text/plain)
2011-09-03 15:30 UTC, Mark Keisler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Keisler 2011-09-03 15:30:48 UTC
Created attachment 285431 [details]
patch to tomcat-6 init script to create CATALINA_TMPDIR if needed

The tomcat-6 init script should at least try to create the  CATALINA_TMPDIR if it does not yet exist rather than failing miserably.

www-servers/tomcat-6.0.32-r1
Comment 1 William L. Thomson Jr. 2015-08-25 14:26:58 UTC
This likely can be closed as the temp dir symlink is created by the instance manager. Thus its not likely this situation could occur again.
Comment 2 James Le Cuirot gentoo-dev 2015-08-26 08:51:10 UTC
The init script actually aborts if the temp directory is not present now.