#!/bin/sh
#
# JBoss Control Script
#
# chkconfig: 3 80 20
# description: JBoss EJB Container
#
# To use this script
# run it as root - it will switch to the specified user
# It loses all console output - use the log.
#
# Here is a little (and extremely primitive)
# startup/shutdown script for RedHat systems. It assumes
# that JBoss lives in /usr/local/jboss, it's run by user
# 'jboss' and JDK binaries are in /usr/local/jdk/bin. All
# this can be changed in the script itself.
# Bojan
#
# Either amend this script for your requirements
# or just ensure that the following variables are set correctly
# before calling the script
# [ #420297 ] JBoss startup/shutdown for RedHat
#define where jboss is - this is the directory containing directories log, bin, conf etc
JBOSS_HOME=${JBOSS_HOME:-"/opt/jboss"}
#make java is on your path
JAVAPTH=${JAVAPTH:-"/usr/local/j2sdk1.4.2_06/bin"}
#define the classpath for the shutdown class
JBOSSCP=${JBOSSCP:-"$JBOSS_HOME/bin/shutdown.sh -S"}
#define the script to use to start jboss
JBOSSSH=${JBOSSSH:-"$JBOSS_HOME/bin/run.sh -c default"}
if [ -n "$JBOSS_CONSOLE" -a ! -d "$JBOSS_CONSOLE" ]; then
# ensure the file exists
touch $JBOSS_CONSOLE
fi
if [ -n "$JBOSS_CONSOLE" -a ! -f "$JBOSS_CONSOLE" ]; then
echo "WARNING: location for saving console log invalid: $JBOSS_CONSOLE"
echo "WARNING: ignoring it and using /dev/null"
JBOSS_CONSOLE="/dev/null"
fi
#define what will be done with the console log
JBOSS_CONSOLE=${JBOSS_CONSOLE:-"/dev/null"}
#define the user under which jboss will run, or use RUNASIS to run as the current user
JBOSSUS=${JBOSSUS:-"root"}
CMD_START="cd $JBOSS_HOME/bin; $JBOSSSH"
CMD_STOP="cd $JBOSS_HOME/bin; $JBOSSCP"
if [ "$JBOSSUS" = "RUNASIS" ]; then
SUBIT=""
else
SUBIT="su - $JBOSSUS -c "
fi
if [ -z "`echo $PATH | grep $JAVAPTH`" ]; then
export PATH=$PATH:$JAVAPTH
fi
if [ ! -d "$JBOSS_HOME" ]; then
echo JBOSS_HOME does not exist as a valid directory : $JBOSS_HOME
exit 1
fi
case "$1" in
start)
echo CMD_START = $CMD_START
cd $JBOSS_HOME/bin
if [ -z "$SUBIT" ]; then
eval $CMD_START >${JBOSS_CONSOLE} 2>&1 &
else
$SUBIT "$CMD_START >${JBOSS_CONSOLE} 2>&1 &"
fi
;;
stop)
echo CMD_STOP = $CMD_STOP
if [ -z "$SUBIT" ]; then
eval $CMD_STOP >${JBOSS_CONSOLE} 2>&1 &
else
$SUBIT "$CMD_STOP >${JBOSS_CONSOLE} 2>&1 &"
fi
;;
restart)
$0 stop
$0 start
;;
*)
echo "usage: $0 (start|stop|restart|help)"
esac
将以上代码保存名为jboss的文件放到/etc/init.d目录下
linux操作步骤
修改jboss文件中的jdk路径和jboss路径
修改启动jboss的用户
将jboss文件拷贝到/etc/init.d目录下面
chkconfig --add jboss
chkconfig --level 3 jboss on
chkconfig --level 5 jboss on
重新启动计算机即可。
190.48.145.* 于 2007-06-11 02:01:58发表:
ea687a7a7355342eeedd421772e5c7a4 http://and-tempesta-and-and-giorgione.ooqqld.net.in/ http://pesca-sportiva-acqua-interna-sardegna.dtifhu.net.in/ http://praga-capodanno-2007-costa-poco.hhknox.net.in/ http://negozio-latina-scarpa-janet-janet.mksqkw.net.in/ http://studio-cavallo-salta-opera-john-constable.mksqkw.net.in/ http://motore-fiat-punto-3-serie-diesel.hhknox.net.in/ http://lista-casa-editrici-italiana-settecento-inglese.ooqqld.net.in/ http://dex-isdn-usb-ta-128.dtifhu.net.in/ http://prete-babbo-natale-non-esiste.innltr.net.in/ http://scienza-dell-educazione-e-della-formazione.mksqkw.net.in/ 319dbbb4ab069a1bfb4a4d4d12c61dcd
82.159.59.* 于 2007-06-09 01:39:40发表:
41b017d6704a54db11e09b0b00663c38 http://elenco-sedi-distretto-notarili-d-italia.mbxbva.org/ http://manuale-officina-ducati-monster-620.akermn.org/ http://11-febbraio-1992-n-157.mbxbva.org/ http://nike-air-max-97-nuovissime.akermn.org/ http://bed-and-breakfast-zona-colosseo.mbxbva.org/ http://scuola-cantorum-santa-maria-quercia.pauhzy.org/ http://isola-d-elba-estate-2006.lbpwqo.org/ http://case-in-affitto-in-corsica.iumzde.org/ http://site-www-finanza-it-ministero-finanza.akermn.org/ http://automazione-utilizzo-pesante-ciesse-service.lbpwqo.org/ e44c2d91c99facb894d3b26e91151560
190.55.31.* 于 2007-06-08 03:29:23发表:
5a91e7d5d748082998138ba01b34e1a3 http://a-s-l-napoli-3.incgek.org/ http://piano-d-impresa-posta-italiana.lykglu.org/ http://catalogo-gioiello-ck-calvin-klein.rpddkk.org/ http://convenzione-laurea-appartenenti-guardia-finanza.sjfnnx.org/ http://volley-femminile-mondiale-giappone-2006.ulhxdx.org/ http://partition-magic-dove-creare-partizione.kkwhbs.org/ http://museo-del-duomo-di-milano.zouvtz.org/ http://opposizione-sfratto-morosita-uso-diverso.fjhozm.org/ http://casa-affitto-vacanza-mare-croazia.yixkrt.org/ http://high-school-musicol-cd-dvd.ouwnql.org/ 2e2f8656ca7971267ae7180fc612fe21
84.232.93.* 于 2007-06-07 06:10:38发表:
08a1309e0374dfc20c4851e28cb70cbe http://stesura-piano-operativo-sicurezza-milano.zjtbra.info/ http://nautica-video-down-load-gratis.hwqovr.info/ http://trucco-playstation-2-gran-turismo-4.ytqkdb.info/ http://molokai-ka-hale-mala-b-b.rwikgt.info/ http://laboratorio-analisi-clinica-normativa-locale.vkzwxs.info/ http://modalita-or-abbonamento-or-gratis-anm.ytqkdb.info/ http://luogo-tempo-libero-buenos-aires.ytqkdb.info/ http://indice-istat-al-31-10-2006.dpydtd.info/ http://trucco-yu-gi-2006-gba.rwikgt.info/ http://decorare-le-uova-di-pasqua.alflim.info/ 6dea66dd0952ca77d762129bda0df247
220.221.74.* 于 2007-06-05 14:18:57发表:
639ecf705a80eba8f98182c6ff64c467 http://calzatura-francesconi.dhvvfi.info/ http://lentinus-edodes-depressione.uyohtb.info/ http://bea-cusani.dhvvfi.info/ http://clusone-albergo-erica.boixkk.info/ http://vacanza-sharme-sheik.dhvvfi.info/ http://tudorwatch-it.dhvvfi.info/ http://eame-stao-architetto.kbucdn.info/ http://benna-motrice-usata.dhvvfi.info/ http://grossista-pelletterie.fwpjkf.info/ http://requisito-trattamento-galvanici.fwpjkf.info/ 4080af707aca2bbb96231fb1b4743d28
74.213.77.* 于 2007-06-04 19:46:26发表:
8b42befac7f03491d5ba6322075b5feb http://parola-piu-bella-lingua-italiana.dlmpxx.org/ http://emule-0-47c-versione-italiana.vprmbs.org/ http://le-idea-di-susanna-punto-croce.vprmbs.org/ http://porno-gratis-sesso-davvero-gratis.vprmbs.org/ http://utente-vpn-regola-utilizzo-politica.xcwjal.org/ http://cucina-gas-smeg-cm-90.dlmpxx.org/ http://la-pulce-d-acqua-mp3.vprmbs.org/ http://gioco-gba-naruto-scaricare-gratis.divuvu.org/ http://le-modelle-di-bestmodels-it.vprmbs.org/ http://spese-consulente-tecnico-d-ufficio.xcwjal.org/ e2344a7b53a49ae4d6fdb2a64dbf9945
81.242.157.* 于 2007-06-04 00:02:39发表:
af5f2e90c19f0eb05dd90768a76cdf65 http://jezzfreddo.nlamku.org/agriturismo-morghe/index.htm http://klariceferraro.seyzuo.org/magrelli-premio-nazionale-poesia-frascati/index.htm http://saldarelinoleum.beajbg.org/digicom-tintoretto-64-128-kbps-isdn/index.htm lubecca maredo http://venditaappostamentofissocacciaverona.inkrxe.org/bimbo-genitore-gita-treviso-itinerario/index.htm lettera buon complanno http://uitlivellospurie.beajbg.org/trucco-gran-turismo-3-aspec/index.htm http://patriciaecheveriafotogallery.seyzuo.org/parrocchia-it-paderno-abvm/index.htm http://tecnicaingrossarepene.beajbg.org/ascolta-canzono-gigi-finizio/index.htm http://giuliocozzolibiografia.nlamku.org/acca-ufficius/index.htm 83869c431dabc6ba13fe3e3c64cc8ac5
83.32.245.* 于 2007-06-03 06:12:11发表:
218bfe6dda64f4718b1cd0e589ebc8c9 http://plafonierehql.sdibjo.org/carrozzeria-3000-ford-livorno/index.htm tutto pazza bettarini http://piastracapelloremingtons1032.bdizoa.org/concessionaria-hyundai-castellanza/index.htm dresda schloss weesenstein http://downhillpievediteco.lskson.org/rojal-crown-cola/index.htm happy hippo integrale arcas impresa edile torino http://antalfebal.lskson.org/philips-dvd-r-3440h-2f58/index.htm http://miscelatoreazimut.sdibjo.org/porto-santo-stefano-vincenzo-porfilio-roma/index.htm http://violinismiserosuonare.lskson.org/modulo-inpdap-pa04/index.htm 691e5261e7f26fe9bfca38d324fb1940
200.93.80.* 于 2007-06-02 10:20:55发表:
fc54292d336ad3712ffd4f87fb796a01 http://vedutabarattanapoli1629.inkrxe.org/offerta-trilocale-riviera-etrusca/index.htm http://alessandramusolini.nlamku.org/ruvido-nouveau-kasamatta/index.htm http://nuovocoloresh125i.nlamku.org/selezione-call-center-sirfin-it/index.htm http://dtctrilogyanello.beajbg.org/frase-augurale-natalizio-amica/index.htm polistirolo manichino vendita scalda bicchiere cognac http://iltinellosolagna.beajbg.org/cric-croc-patatina/index.htm http://uitlivellospurie.beajbg.org/filippo-ziglio-poli-milano/index.htm http://novellatrenosoffiatoluigipirandello.nlamku.org/nicola-bartolini-carrassi/index.htm http://sugherificiomodena.nlamku.org/cineforum-tortona/index.htm 63aa5c5d6850cbd0ab7a0b3644130d9e
80.35.199.* 于 2007-06-01 15:46:21发表:
76d7f9076678a020e3630fd84950c23e http://pesciolinoflounder.mljuyb.org/larva-polipoda/index.htm http://castigosculacciata.gkgobd.org/posta-litoweb-com/index.htm http://poltronapapasan.leikrf.org/chimaira-manfredi-riassunto/index.htm http://castellopiantorogatorie.mljuyb.org/chiavetta-gioacchino/index.htm ipsia maiorana cernusco naviglio rivelatore microspia http://laminazionelavorazionemeccanicaincollaggiolegnomassiccio.leikrf.org/lavasciuga-comac/index.htm http://bonificatamponamentipalermo.uzghnh.org/pattini-guide-sbc/index.htm max tortora acqua brio blu http://pigiamadonnasalopette.mljuyb.org/giaponese-mercato-milano/index.htm 5447788e0ee79eeca3d64876f41eb1cf
69.70.206.* 于 2007-05-30 08:00:06发表:
e84d018943b25cb8535ed38bd0e5f36d http://pegekq.org/epson/epson-lx-300-impressora-matricial.html http://ifrtox.org/http/http-erica-brog-br.html http://mnopyi.org/rio/rio-ribeirinha.html moedor dispositivo http://ifrtox.org/comunidade/comunidade-missao-shalon-drogados-curitiba-regiao.html concurso http://ifrtox.org/soimoveis/soimoveis-rj.html http://mnopyi.org/texto/texto-conto-eroticos-femininos.html http://mnopyi.org/boate/boate-gay-nova-york.html a91f06099d8916d08fc86aebeef191c8
190.53.111.* 于 2007-05-29 06:43:44发表:
7c2e31a610f39cf9b62a6998d11dd5e2 http://grpytd.org/biografia/biografia-rita-lee.html http://xvqeoy.org/center/center-lider-alphaville.html http://xvqeoy.org/ultimas/ultimas-noticia-que-aconteceram-no-mundo.html http://xwqumn.org/caminhao/caminhao-a-venda-em-sao-paulo.html http://xvqeoy.org/tema/tema-culto-comemorativos-luta.html http://xwqumn.org/o/o-que-faz-brasil-brasil.html o http://sxrzpn.org/embargo/embargo-declaracao-tempestividade.html http://xwqumn.org/chale/chale-cambury.html http://sxrzpn.org/curitiba/curitiba-estagio.html ea84313ff4cf4b8bb8ec851c693c83a5
213.254.86.* 于 2007-05-28 14:38:00发表:
07c92ded332ff38b153cfdc77943586d http://xvqeoy.info/albany/albany-sabonete.html http://mnopyi.info/imagem/imagem-do-corpo-de-cristo.html http://pegekq.info/fixadores/fixadores-de-plastico.html obra arvore http://mnopyi.info/acessorio/acessorio-volare.html http://ifrtox.info/informacao/informacao-motivos-inabilitacao-empresa-processo-licitatorio.html http://ifrtox.info/folha/folha-fortuna-saiao.html hm http://xvqeoy.info/delegacia/delegacia-furtos-roubos-goias.html 921da3b25f91ff5411abb8e73f72697f
83.57.195.* 于 2007-05-27 22:57:53发表:
79af241e8b229792b6e714f656f18e4a http://lcitij.info/coras/coras-negra-fudendo.html http://ovvkft.info/mercado/mercado-suico.html http://xwqumn.info/propaganda/propaganda-niely-gold.html http://wfcqxw.info/fase/fase-ciclo-vida-produto.html http://xwqumn.info/mutilacao/mutilacao-feminina.html foto redemption http://wfcqxw.info/evento/evento-anime-2007-bh.html hotel http://sxrzpn.info/imovei/imovei-venda-florianopolis.html 6d9dd05b81c19c63ae8e87cbbcfe2050
201.243.209.* 于 2007-05-27 06:48:28发表:
8f13b35e5c0fab72f8372cc16634b104 amazonas http://grpytd.info/equipamento/equipamento-informatica-deficiente.html marina paquerar.txt http://ifrtox.info/jornal/jornal-e-diario-da-manha-e-go.html http://mnopyi.info/progamas/progamas-energeticos-uso-agua-floresta-amazonica.html http://grpytd.info/dica/dica-martelinho-ouro.html http://pegekq.info/indice/indice-reajuste-igpm.html http://ifrtox.info/ponto/ponto-ogum-mege-ronda.html bagas 899833c87d41a40d77c99858b4681e10
80.108.14.* 于 2007-05-26 16:40:42发表:
8acf95f66e235bd6cebaf523d14552f7 http://xwqumn.info/consolidacao/consolidacao-desconsolidacao-carga.html http://lcitij.info/orca/orca-bh.html http://xwqumn.info/levedura/levedura-cerveja-cria-massa-muscular.html http://sxrzpn.info/litisconsorcio/litisconsorcio-intervencao-terceiros.html anemia http://ovvkft.info/jose/jose-antonio-itapira-sp-eletrotecnica.html http://sxrzpn.info/trabalhar/trabalhar-envelopamento.html http://ovvkft.info/oi/oi-lari.html http://xwqumn.info/pais/pais-com-maior-incidencia-de-fome.html http://sxrzpn.info/hierarquia/hierarquia-dos-anjo.html 3c6c60ce2277246c0f4063c97808fccb
190.74.140.* 于 2007-05-26 00:43:00发表:
2dd474727d38fd2fb8e6dffdbf4cd2f7 http://agevolazione-irpef-contratto-collaborazione-ricerca.itwasb.org/ http://iomega-hard-disk-esterno-usb.pmdxoz.org/ http://n-o-s-aspetti-sanitario.nuusjq.org/ http://traduzione-italiano-de-senectute-cicerone.mbduev.org/ http://mappa-satellitario-regione-abruzzo-it.nuusjq.org/ http://software-per-scaricare-un-sito.itwasb.org/ http://scheda-bardo-d-d-terza-edizione.mbduev.org/ http://film-c-eravamo-tanto-amati.pmdxoz.org/ http://quotazione-brunello-di-montalcino-1996.sfmyzx.org/ http://casa-asterione-apollo-d-oro.pmdxoz.org/ f4e92eaca3a0992e5377af9d5fb45ea4
200.109.152.* 于 2007-05-25 04:46:06发表:
661b6b86bfb42f7788093607705a29e2 http://foto-porno-fatte-con-il-telefonino.xrpkif.org/ http://iscrizione-associazione-volontariato-all-albo-regionale.ljznde.org/ http://lavorare-a-roma-e-nel-lazio.hgfrvc.org/ http://appartamenti-vacanze-valle-d-aosta.beoqvk.org/ http://vendita-online-pistola-aria-compressa.hgfrvc.org/ http://sirenetta-2-ritorno-agli-abisso-canzone.ljznde.org/ http://cartelli-divieto-fumo-ministero-salute.xrpkif.org/ http://foto-storia-animale-bosco-elementare.rsxmtx.org/ http://tutto-industria-sicilia-carta-plastica.beoqvk.org/ http://principe-d-egitto-spezzoni-video.lwozoc.org/ 46517f671cf87061af6ace763c7eda9d
24.37.171.* 于 2007-05-24 12:42:21发表:
52acf1a15fdadb90977ca56e31eeb232 http://san-vigilio-di-marebbe-appartamento.lxcjch.org/ http://offro-lavoro-contratto-tempo-indeterminato-milano.itwasb.org/ http://data-di-uscita-in-italia.pmdxoz.org/ http://foto-amatoriale-gang-bang-coppia.mbduev.org/ http://hogan-napoli-piazza-dei-martire.sfmyzx.org/ http://uomo-nudo-pisello-pene-video.sfmyzx.org/ http://scandalo-sesso-all-universita-bologna.nuusjq.org/ http://scuola-infanzia-profilo-dinamico-funzionale.nuusjq.org/ http://driver-stampante-generica-win-98-download.mbduev.org/ http://gioco-gratis-need-for-speed.mbduev.org/ 7798902e03c54f1db3af807b5937ee1b
201.235.9.* 于 2007-05-23 19:56:54发表:
24681d9e2b444a7d8eb2c46ec097ef6d 2005 09 15.html 2005 10 10.html 2005 10 01.html 2005 09 29.html 2005 10 06.html 2005 08 30.html 2005 09 04.html 2005 07 03.html 2005 09 18.html 2005 07 22.html e7000c4d06986984b665ec9d15ae719a
83.43.97.* 于 2007-05-16 03:18:20发表:
http://793f608a04b79019f4e88d517c0defb3-t.qwoypw.info 793f608a04b79019f4e88d517c0defb3 http://793f608a04b79019f4e88d517c0defb3-b1.qwoypw.info 793f608a04b79019f4e88d517c0defb3 http://793f608a04b79019f4e88d517c0defb3-b3.qwoypw.info b43a48a848da56275457e93295654b68