Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 681301 Details for
Bug 899199
EWS - tomcat init.d scripts output to catalina.out evil
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
tomcat5-5.5-jbpapp-3669.patch
tomcat5-5.5-jbpapp-3669.patch (text/x-patch), 1.41 KB, created by
David Knox
on 2011-05-06 18:21:39 UTC
(
hide
)
Description:
tomcat5-5.5-jbpapp-3669.patch
Filename:
MIME Type:
Creator:
David Knox
Created:
2011-05-06 18:21:39 UTC
Size:
1.41 KB
patch
obsolete
>Index: tomcat5-5.5.init >=================================================================== >RCS file: /cvs/dist/rpms/tomcat5/RHEL-5-EP-5/tomcat5-5.5.init,v >retrieving revision 1.8 >diff -u -r1.8 tomcat5-5.5.init >--- tomcat5-5.5.init 6 Apr 2011 01:09:33 -0000 1.8 >+++ tomcat5-5.5.init 6 May 2011 18:17:32 -0000 >@@ -65,7 +65,7 @@ > TOMCAT_USER="${TOMCAT_USER:-tomcat}" > > # Define the tomcat log file >-TOMCAT_LOG="${TOMCAT_LOG:-/var/log/${NAME}/catalina.out}" >+TOMCAT_LOG="${TOMCAT_LOG:-${CATALINA_HOME}/logs/${NAME}-initd.out}" > > RETVAL="0" > >@@ -208,9 +208,9 @@ > $TOMCAT_RELINK_SCRIPT > fi > if [ "$SECURITY_MANAGER" = "true" ]; then >- $SU - $TOMCAT_USER -c "$TOMCAT_SCRIPT start -security" >> /var/log/${NAME}/initd.log 2>&1 >+ $SU - $TOMCAT_USER -c "$TOMCAT_SCRIPT start -security" >> ${TOMCAT_LOG} 2>&1 > else >- $SU - $TOMCAT_USER -c "$TOMCAT_SCRIPT start" >> /var/log/${NAME}/initd.log 2>&1 >+ $SU - $TOMCAT_USER -c "$TOMCAT_SCRIPT start" >> ${TOMCAT_LOG} 2>&1 > fi > RETVAL="$?" > if [ "$RETVAL" -eq 0 ]; then >@@ -249,7 +249,7 @@ > local STOP_VERBOSE="false" > echo -n "Stopping $TOMCAT_PROG: " > if [ -f "/var/lock/subsys/${NAME}" ]; then >- $SU - $TOMCAT_USER -c "$TOMCAT_SCRIPT stop" >> /var/log/${NAME}/initd.log 2>&1 >+ $SU - $TOMCAT_USER -c "$TOMCAT_SCRIPT stop" >> ${TOMCAT_LOG} 2>&1 > RETVAL="$?" > if [ "$RETVAL" -eq "0" ]; then > count="0"
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 Raw
Actions:
View
Attachments on
bug 899199
: 681301