"a0001428" wrote : "jaikiran" wrote : How did you start the remote
server? Use -b option as explained here
http://www.jboss.org/community/wiki/JBoss42FAQ
|
| Hi jaikiran, thanks for you replay.
|
| I have a installservice.bat( it create a windows service) :
|
| Rem Start Here
| set javadll=%JAVA_HOME%\jre\bin\client\jvm.dll
| set javatool=%JAVA_HOME%\lib\tools.jar
| set javarun=%JBOSS_HOME%\bin\run.jar
| set outlog=%JBOSS_HOME%\bin\stdout.log
| set errlog=%JBOSS_HOME%\bin\stderr.log
|
| JBossService.exe -install JBossTomcat "%javadll%"
-Djava.class.path="%javatool%";"%javarun%" -start org.jboss.Main
| -stop org.jboss.Main -method systemExit -out "%outlog%" -err
"%errlog%" -current "%JBOSS_HOME%\bin" -manual
|
| net start JBossTomcat
|
| I go to try with -b option. You notice how I was.
|
|
Hi,
here is the new configuratuion app server Jboss a moment the restart.
Before:
14:28:32,446 INFO [WebService] Using RMI server codebase:
http://127.0.0.1:8083/
14:28:41,384 INFO [Http11Protocol] Inicializando Coyote HTTP/1.1 en puerto
http-127.0.0.1-8080
14:28:41,399 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
Now:
14:25:13,137 INFO [WebService] Using RMI server codebase:
http://Name-PC remote:8083/
14:25:22,528 INFO [Http11Protocol] Inicializando Coyote HTTP/1.1 en puerto
http-0.0.0.0-8080
14:25:22,528 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-8009
I'm traying...You notice how I was.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250664#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...