I am using a JBoss 7 server, so I downloaded the version of JBoss 7.1.1 and unzipped this zip file.
Then I go to the bin folder and double click on standalone.bat, but a new cmd window opens and closes within 2-3 seconds.
If I run it using cmd, I get:
E:\jboss-as-7.1.1.Final\bin>standalone.bat
Calling "E:\jboss-as-7.1.1.Final\bin\standalone.conf.bat"
then he stops.
Therefore, the JBoss server does not start.
How can I start the JBoss server and deploy projects in window 7 in it?
source
share