jboss-5.1.0.GA auto start on boot
- by satta
i was given the task of installing jboss-5.1.0.GA on a remote ubuntu 10.4 Lts server.,
with all those resources out there i was able to run jboss successfully but my problem was that i wasn't able to get auto start on boot work so that jboss would be running on the server.
i followed a couple of tutorials that said me create a separate user called jboss and to copy the jboss_init_Redhat.sh to the /etc/init.d/jboss (jboss home, java path ,jboss user and the binding to 0.0.0.0 is all set) and used /etc/init.d/jboss start
but cant get to see the Jboss page at the Ip on a browser.,
but if i do a ./run.sh -b 0.0.0.0 == the servre is up ...
can some body shed some light on this issue????