I am new to JBOSS . I downloaded jboss-as-7.1.1.Final.zip 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.
I tried to start the server through cmd.I open cmd in two ways
1. normal mode
- Run as administrator (administrator mode).
In two ways I get:
Calling "P:\Software\JBOSS\jboss-as-7.1.1.Final\bin\standalone.conf.bat" 'findstr' is not recognized as an internal or external command, operable program or batch file.
then he stops.
Therefore, the JBoss server does not start.
I added environment variables, for example.
JBOSS_HOME : P:\Software\JBOSS\jboss-as-7.1.1.Final
JAVA_HOME : C:\Program Files\Java\jdk1.7.0_21
How can I start the JBoss server and deploy projects in window 7 in it?
source share