Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97549 Details for
Bug 148387
tomcat 5.5 CATALINA_TMPDIR not set appropriately
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to /etc/init.d/tomcat-5.5
tomcat-5.5.patch (text/plain), 573 bytes, created by
Chris Lear
on 2006-09-20 08:55:59 UTC
(
hide
)
Description:
Patch to /etc/init.d/tomcat-5.5
Filename:
MIME Type:
Creator:
Chris Lear
Created:
2006-09-20 08:55:59 UTC
Size:
573 bytes
patch
obsolete
>--- tomcat-5.5 2006-09-20 16:39:00.000000000 +0100 >+++ /root/tomcat-5.5.fixed 2006-09-20 16:40:00.000000000 +0100 >@@ -5,6 +5,10 @@ > > init_env_vars() { > # Set some sane defaults >+ if [ -z "$CATALINA_TMPDIR" ] ; then >+ # Define the java.io.tmpdir to use for Catalina >+ CATALINA_TMPDIR="$CATALINA_BASE"/temp >+ fi > JPDA_TRANSPORT=${JPDA_TRANSPORT:="dt_socket"} > JPDA_ADDRESS=${JPDA_ADDRESS:="8000"} > JPDA_OPTS=${JPDA_OPTS="-Xdebug -Xrunjdwp:transport=${JPDA_TRANSPORT},address=${JPDA_ADDRESS},server=y,suspend=n"} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 148387
: 97549