Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 252305 Details for
Bug 328747
{dev-java,www-servers}/jetty* - A web server and javax.servlet container, plus support for many other integrations.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/init.d/jetty
jetty (text/plain), 1.13 KB, created by
John J. Aylward
on 2010-10-27 21:10:51 UTC
(
hide
)
Description:
files/init.d/jetty
Filename:
MIME Type:
Creator:
John J. Aylward
Created:
2010-10-27 21:10:51 UTC
Size:
1.13 KB
patch
obsolete
>#!/sbin/runscript > >depend() { > need net >} > >start() { > ebegin "Starting ${SVCNAME}" > CONF_FILES="/etc/${SVCNAME}/jetty.xml" > JETTY_HOME="/var/lib/${SVCNAME}" > JETTY_OPTS="-Djetty.home=${JETTY_HOME} -Djetty.logs=/var/log/${SVCNAME}" > if [[ -n ${JETTY_HOST} ]]; then > JETTY_OPTS="${JETTY_OPTS} -Djetty.host=${JETTY_HOST}" > fi > if [[ -n ${JETTY_PORT} ]]; then > JETTY_OPTS="${JETTY_OPTS} -Djetty.port=${JETTY_PORT}" > fi > if [[ -n ${STOP_PORT} ]]; then > JETTY_OPTS="${JETTY_OPTS} -DSTOP.PORT=${STOP_PORT}" > fi > if [[ -n ${STOP_KEY} ]]; then > JETTY_OPTS="${JETTY_OPTS} -DSTOP.KEY=${STOP_KEY}" > fi > if [[ ${USE_SETUID} -eq 1 ]]; then > CONF_FILES="/etc/${SVCNAME}/jetty-setuid.xml ${CONF_FILES}" > JETTY_OPTS="${JETTY_OPTS} -Djava.library.path=/usr/lib64/${SVCNAME}/" > fi > start-stop-daemon --start --background --make-pidfile \ > --pidfile /var/run/${SVCNAME}.pid \ > --startas java -- ${JETTY_OPTS} -jar ${JETTY_HOME}/lib/start.jar ${CONF_FILES} > eend $? >} > >stop() { > ebegin "Stopping ${SVCNAME}" > start-stop-daemon --stop --quiet --pidfile /var/run/${SVCNAME}.pid > 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 328747
:
239169
|
252235
|
252237
|
252239
|
252241
|
252243
|
252247
|
252305
|
252307
|
252309
|
252543
|
252545
|
252547
|
274803
|
274807
|
274827
|
274835
|
274849
|
283873
|
321512
|
321514