2
I am trying to configure Jboss and I have already researched in several places my problem. But I still can’t solve it. I changed the default http port in the file jboss\standalone\configuration\standalone.xml
as follows <socket-binding name="http" port="8089"/>
. That’s because my Oracle Speed runs on port 8080. I set the environment variable JAVA_HOME: C:\Program Files\Java\jdk1.8.0_121
and I am using windows 7 32 bits. When I run the command standalone.bat the execution is as follows:
and does not continue execution so I can’t run the server in the browser with http://localhos:8089. Can someone tell me how to fix it?
Apparently older versions of Jboss do not get along very well with Java 8. In this case you can try using a Java JDK 1.7 or upgrade and use a version of Wildfly. For more information, you can check this link
– Bonifacio