How to start jboss 7.1.1 server and deploy project in jboss 7.1.1

jakarta-ee, java, jboss

Solution

Give JAVA_HOME environment variable in your System Properties Environment Variables likes this;

C:\Program Files\Java\jdk1.7

Problem

I use JBoss 7 server so I downloaded JBoss 7.1.1 version and unzip this zip file. Then I go to bin folder and double click on `standalone.bat` but new cmd window open and close within 2 -3 sec. 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 it stops. So the JBoss server does not start. How can I run JBoss server and deploy projects in it on Window 7?

Original source

Related problems