0 Replies Latest reply on Mar 28, 2011 4:13 PM by sailla

    jboss 6 version 5.. localhost:1099 not working

    sailla

      Hi,

       

      We are doing an upgrade from Jboss 3 to jBoss 6 version 5.

      Jboss 3 used to run as windows service.

       

      Back ground

      client - connect to jboss via another client software which runs like a server.

      so client connects to jboss by machine name ie fsdeapp134:1099 for eg.

      the software which runs as a server connects to jboss via localhost:1099 .. (the reason t his server software and jboss both run as windows service on fsdeapp134. )

       

       

      but with this new jbosss  version6..

      the client softwares have stopped connecting the jboss.

      the server is able to connect via localhost:1099 successfully

       

       

      how can we make this client software connect like the way it used to .. ie http://fsdeapp134:1099. ?(it used till jboss6 came along)

       

       

       

      Java service :- installation code is .

      original

      :install

      JavaService.exe -install JBoss6 %1\jre\bin\%3\jvm.dll -Xmx384m -Djava.class.path=%1\lib\tools.jar;%2\bin\run.jar  -start org.jboss.Main   -stop org.jboss.Main   -method systemExit -out %2\bin\out.txt -current %2\bin

      goto eof

       

      changed

      :install

      JavaService.exe -install JBoss6 %1\jre\bin\%3\jvm.dll -Xmx384m -Djava.class.path=%1\lib\tools.jar;%2\bin\run.jar -Djboss.bind.address=0.0.0.0 -start org.jboss.Main   -stop org.jboss.Main   -method systemExit -out %2\bin\out.txt -current %2\bin

      goto eof

       

       

      Result:- Nothing worked.

       

       

      Next try

      changed

      :install

      JavaService.exe -install JBoss6 %1\jre\bin\%3\jvm.dll -Xmx384m -Djava.class.path=%1\lib\tools.jar;%2\bin\run.jar -Djboss.bind.address=127.0.0.1 -start org.jboss.Main   -stop org.jboss.Main   -method systemExit -out %2\bin\out.txt -current %2\bin

      goto eof

       

       

       

      Result:- Nothing worked.

       

       

       

      Next try

      changed

      :install

      JavaService.exe -install JBoss6 %1\jre\bin\%3\jvm.dll -Xmx384m -Djava.class.path=%1\lib\tools.jar;%2\bin\run.jar -Djboss.bind.address=127.0.0.1 -Djboss.bind.address=fsdeapp134 -start org.jboss.Main   -stop org.jboss.Main   -method systemExit -out %2\bin\out.txt -current %2\bin

      goto eof

       

       

      Result :- still not successful..

       

       

       

       

       

       

       

       

       

      thanks

      sailaja