Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9668 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]
/etc/init.d/tomcat
tomcat (text/plain), 445 bytes, created by
Tony Murray
on 2003-03-21 13:40:18 UTC
(
hide
)
Description:
/etc/init.d/tomcat
Filename:
MIME Type:
Creator:
Tony Murray
Created:
2003-03-21 13:40:18 UTC
Size:
445 bytes
patch
obsolete
>#!/sbin/runscript ># tomcat init script by Tony Murray > >TOMCAT_SCRIPT=/opt/jakarta/tomcat/bin/catalina.sh >TOMCAT_USER=tomcat > >depend() { > need net > use mysql dns logger >} > >start() { > ebegin "Starting tomcat" > export 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