• 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

about jboss Console Administration

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello

I´m new in jboss developer and i need some help about what archive i have to configure to work in jboss console administration, becouse the users that are by default, manager,user...., dont let me in the console
what i have to do to solve that problem, to see my process definition in the jboss

Thanks..
 
Ranch Hand
Posts: 650
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure I'm clear on your question. Are you saying you're trying to use a web browser to access the admin console web application and don't know the correct user name and password?

By default, the admin console (http://localhost:8080/admin-console) uses the UsersRolesLoginModule, which gets the user names, passwords and role assignments from property files. The default login and password should be admin/admin.

If I'm not understanding your question, please excuse my response.

 
yaira lima ojeda
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mark i explain to you: i use the admin console (http://localhost:8080/admin-console) but the user admin admin do not logging, i do not know what it is happen but i can not logging into the console. I need to know where i can configure user or something to see my process definition in the web browser (http://localhost:8080/admin-console).

Thanks to answer my question..
 
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
Yaire, which version of JBoss AS are you using? or are you using JBoss EAP?
 
yaira lima ojeda
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am using JBossTools-ALL-linux-gtk-3.0.1
 
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
That is JBoss Tools, which is an Eclipse plugin. There is no admin console in JBoss Tools.

What version of JBoss Application Server are you using?
 
yaira lima ojeda
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have jboss 4.2.3
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic