Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9647 Details for
Bug 17907
Tomcat ebuild needs to be updated...
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Tomcat Init Script
tomcat (text/plain), 436 bytes, created by
Tony Murray
on 2003-03-20 21:36:35 UTC
(
hide
)
Description:
Tomcat Init Script
Filename:
MIME Type:
Creator:
Tony Murray
Created:
2003-03-20 21:36:35 UTC
Size:
436 bytes
patch
obsolete
>#!/sbin/runscript ># tomcat init script by Tony Murray > >TOMCAT_SCRIPT=/opt/jakarta/tomcat/bin/catalina.sh >TOMCAT_USER=root > >depend() { > need net > use mysql dns logger >} > >start() { > ebegin "Starting tomcat" > JAVA_HOME="`/bin/grep -e "JAVA_HOME" /etc/profile.env | sed -e "s/^.*'\(.*\)'$/\1/"`" > su $TOMCAT_USER -c "$TOMCAT_SCRIPT start" > eend $? >} > >stop() { > ebegin "Stopping tomcat" > su $TOMCAT_USER -c "$TOMCAT_SCRIPT stop" > eend $? >} >
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 17907
:
9647
|
9648
|
9649
|
9667
|
9668