Login
Preferences
Help/Guide
About Trac
Home
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 2
and
Version 3
of
JBOSS
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/14/15 11:50:13 (
10 years
ago)
Author:
Richard Bramley
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
JBOSS
v2
v3
17
17
}}}
18
18
19
== Auto Start on Reboot
20
21
To automatically start on reboot. Add the following line to the crotab of a user with the permissions to run JBOSS. (wwwrun on the lamp servers)
22
23
{{{
24
@reboot /local/jboss-5.1.0.GA/bin/run.sh -b 0.0.0.0 &
25
}}}
26
19
27
[[BackLinks]]