• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBoss using web console

 
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.....
 
Ranch Hand
Posts: 314
2
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
Try:
http://localhost:8080/jmx-console/
Darryl
 
Paulo Aquino
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
that is for the jmx console, im trying to run the web console...
http://localhost:8080/web-console/
 
Darryl A. J. Staflund
Ranch Hand
Posts: 314
2
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try going to Sun and download the latest java plugin for your browser
 
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this works fine for me...
 
Yeah, but how did the squirrel get in there? Was it because of the tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic