• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

how to get administrative form on jboss

 
Ranch Hand
Posts: 510
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how to get administrative form on jboss ?
As we get localhost/808 0 on tomcat?
 
Ranch Hand
Posts: 650
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Samanthi perera wrote:how to get administrative form on jboss ?
As we get localhost/808 0 on tomcat?


If JBoss is installed as per the defaults, then it should be listening on port 8080 of localhost, so the following URL should get you to the server:Is that working? Do you get the JBoss page at that URL?
That page should include a section with links to the various installed administrative consoles.
 
Samanthi perera
Ranch Hand
Posts: 510
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what do you mean default?
i get tomcat page when i type http://localhost:8080
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe because you started tomcat instead of JBoss? How do you start JBoss? Which version of JBoss AS do you use?
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you running both Tomcat and Jboss AS? If so, did you change the HTTP port used by JBoss AS? Then you will have to use that port instead of 8080.
 
Samanthi perera
Ranch Hand
Posts: 510
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am running jboss clicking run.bat file at D:\Alternate_C_Drive\jboss-5.1.0.GA\bin.

i can see this in command line

 
Samanthi perera
Ranch Hand
Posts: 510
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now it is running.
1)anyway can you tell me how to change the 8080 port number to other one?
2)When i am trying to log in it asks me username and password.I don't know what to put.
I use username=Admin and password=adminadmin .nOT WORKING
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) See http://community.jboss.org/wiki/AS5ServiceBindingManager
2) Which URL? I am going to assume http://localhost:8080/admin-console since that is the only thing I know that requires a login. Try user admin and password admin. (Did you read the readme file? It points you to the release notes for the admin console and those notes provide the default login info.)

Are you by any chance using JBoss EAP 5?

Also, do NOT CLICK on run.bat. Instead, open a Command Prompt window, cd to the bin directory, and enter run.bat. Also, I recommend changing the buffer size of the Command Prompt window to a larger value (mine is at 9000 lines).
 
You can thank my dental hygienist for my untimely aliveness. So tiny:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic