This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JBoss and the fly likes JBoss using web console Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "JBoss using web console" Watch "JBoss using web console" New topic
Author

JBoss using web console

Paulo Aquino
Ranch Hand

Joined: Apr 29, 2002
Posts: 200
when i access http://localhost:8080 i get these on my screen:

No Default Context
There is no default context registered with this server.
Contexts known to this server are:
WebApplicationContext[/jmx-console,file:/G:/jboss-3.2.1/server/default/deploy/jmx-console.war/]
WebApplicationContext[/invoker,file:/G:/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/]
WebApplicationContext[/jbossmq-httpil,file:/G:/jboss-3.2.1/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/]
WebApplicationContext[/web-console,jar:file:/G:/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy/management/web-console.war/24.web-console.war!/]
The links above may not work if a virtual host is configured
then i clicked on the webconsole.war link and i get this error....
http://localhost:8080/web-console/Invoker
java.lang.NoClassDefFoundError: com/sun/net/ssl/HttpsURLConnection
at org.jboss.console.remote.Util.invoke(Util.java:48)
at org.jboss.console.remote.AppletRemoteMBeanInvoker.invoke(AppletRemoteMBeanInvoker.java:50)
at org.jboss.console.navtree.ConsoleTreeModel.loadTree(ConsoleTreeModel.java:104)
at org.jboss.console.navtree.ConsoleTreeModel.<init>(ConsoleTreeModel.java:59)
at org.jboss.console.navtree.AdminTreeBrowser.<init>(AdminTreeBrowser.java:63)
at org.jboss.console.navtree.AppletBrowser.start(AppletBrowser.java:51)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

the applet of JBoss' web console is not loading.....


Be Afraid...Be very Afraid...
Darryl A. J. Staflund
Ranch Hand

Joined: Oct 06, 2002
Posts: 303
Hi there,
Try:
http://localhost:8080/jmx-console/
Darryl
Paulo Aquino
Ranch Hand

Joined: Apr 29, 2002
Posts: 200
that is for the jmx console, im trying to run the web console...
http://localhost:8080/web-console/
Darryl A. J. Staflund
Ranch Hand

Joined: Oct 06, 2002
Posts: 303
Hi there,
I guess I haven't kept up with JBoss. What is the web console? I haven't heard of it -- though I haven't read the latest docs in about a month. There's no such application in the '/deploy' directory that I can find.
Darryl
gobinath kasimayan
Greenhorn

Joined: May 02, 2004
Posts: 1
I am new to Jboss. I am using Jboss-3.2.1.
After running JBoss using command prompt, If I use

http://localhost:8080/

No Default Context
There is no default context registered with this server.
Contexts known to this server are:


But I want got my application directly when I type the URL after port number.
Could anyone can help me out to solve this.
If so u can also reply to gobinath.kasimayan@realsoftinc.com
Karl Weller
Greenhorn

Joined: Jun 15, 2004
Posts: 1
Try going to Sun and download the latest java plugin for your browser
Scott Duncan
Ranch Hand

Joined: Nov 01, 2002
Posts: 363
this works fine for me...


No more rhymes! I mean it!<br /> <br />Does anybody want a peanut?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JBoss using web console
 
Similar Threads
Does jboss require any class path setting like tomcat
please help ..... error while running program using eclipse
please help me... getting error while starting JBoss server.
xpetstore deployment in JBoss 3.2.3
not getting jmx console