3 Replies Latest reply on Apr 19, 2012 12:19 PM by peterj

    Not able to start the standalone.bat

    sundeepd

      Hi,

       

      I am a newbie to JBOSS. Today i have downloaded jboss-as-7.1.1.Final.zip from the Downloads section and as per the instructions provided ensured the JAVA path and Maven path are working fine. Post that when i am trying to run the standalone.bat as suggested in the documentation, it is giving the following issue.

       

      Error: "findstr" is not recognized as internal or external command, operable program or batch file.

       

      Operating System: WINDOWS 7 (64bit)

       

      Paths provided in the environment variables.

       

      CLASSPATH = C:\Program Files\Java\jdk1.7.0_03\jre\lib;

      JAVA_HOME = C:\Program Files\Java\jdk1.7.0_03

      M2 = %M2_HOME%\bin;

      M2_HOME = C:\Program Files\Apache Software Foundation\apache-maven-3.0.4

      PATH = C:\Program Files\Java\jdk1.7.0_03\bin;%M2%;%JAVA_HOME%;%PATH%

       

      I didnt set any path for the JBOSS server. Can any one suggest me what should i do to overcome this issue and start the server.