I have a heavy application running on jboss-7.1.1 on linux server. I came across this command to start the jboss “nohup ./standalone.sh -b 0.0.0.0 &”. But i want to understand more about this command line. Also the nohup.out file size keeps on increasing day by day. Is it due to the command line that i executed to start the jboss.
Tag: jboss7.x
Getting error as “initializing endpoint: java.net.BindException: Address already in use /127.0.0.1:8080” while installing JBoss AS7
Here I’ve installed JBoss AS 7.1 in AWS ec-2 linux instance. Please help before marking it as duplicate as many SO questions are already available but nothing helped me here. The server is running successfully It’s only accessible for http://localhost:8080 and from the other machines, here I want to access with instance public IP Yes the server log says But