Hi, I am totally new to JBoss. I could start the server, got the message microkernel started .. but as mentioned in the document, when I hit the URL http://locahost:8082/ I cannot find the server. I can hit the server at http://localhost:8080 though and see and error page. Can somebody explain me whats going on? I have not changed any default settings. Thanks, Y
Darryl A. J. Staflund
Ranch Hand
Joined: Oct 06, 2002
Posts: 303
posted
0
Hi there, Try the following: http://localhost:8080/jmx-console This is the default link needed to access the JMX Console for JBoss. If you can get it working, you're fine. The 8082 link is no more. It's been changed to 8080. And as for not pulling anything up on http://localhost:8080/, this is normal as there is no default web app defined for this URL. Darryl
Stephan Staeheli
Greenhorn
Joined: Jul 22, 2002
Posts: 27
posted
0
What version of JBoss did you download? There is one with JBossWeb and one with Tomcat. If you have the second one, I think you have to configure and start Tomcat first. Hope this helps or brings you on the right track! Stephan
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Newbie: Cant hit URL http://localhost:8082