2 Replies Latest reply on Sep 6, 2008 4:29 AM by archit05

    Installin

    archit05

      hi

      -i have downloaded the 4.2.2 zip and unzipped it
      - when i try to run the run.bat from cmdline
      -it says the system cannot fine the path specified

      my OS is Windows XP thru D-drive

      i had also set the environ variables
      -JAVA_HOME D:\Program Files\Java\jdk1.5.0_16\jre\bin;
      -JBOSS_HOME D:\Jboss\jboss-4.2.2.GA;

      again i got one more problem,that is when i try to change directory
      D:\>cd %JBOSS_HOME%\bin; it says the specified path is not found

      plzz help me out.......

        • 1. Re: Installin
          jaikiran

           

          "archit05" wrote:

          i had also set the environ variables
          -JAVA_HOME D:\Program Files\Java\jdk1.5.0_16\jre\bin;
          -JBOSS_HOME D:\Jboss\jboss-4.2.2.GA;



          You have trailing semi-colon at the end of each of these environment variables. Remove those semi-colon.

          "archit05" wrote:

          again i got one more problem,that is when i try to change directory
          D:\>cd %JBOSS_HOME%\bin; it says the specified path is not found



          Same here. It should be
          set JBOSS_HOME=D:\Jboss\jboss-4.2.2.GA
          set JAVA_HOME=D:\Program Files\Java\jdk1.5.0_16
          cd %JBOSS_HOME%\bin


          By the way, i would also recommend moving the Java installation from out of the the Program Files folder. Java and JBoss installations run into weird issues when you have installed them in folders having a space in their names. You might want to move the JDK to D:\Java


          • 2. Re: Installin
            archit05

            hmmm thanx

            jai

            hey i got a problem in deploying servlets
            my application has html,servlets and a manifest file,web.xml
            when i put them into application.war file under server/default/deploy folder


            and hit the url hhtp://localhost:8080/application/

            error 404
            it says the resource is not found

            canany one tell me should i use any DOCTYPE in my servlet?????