• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to run the Admin Console

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,
Currently I am using Websphere 5.0.2 Server for deploying my WebApplication. Unexpectedly I stop the Admin Console while deploying. But the WebApplicaiton is running.
Could you please anybody let me know how to start the AdminConsole without restarting the server.

Thanks in Advance!...
Shafi.
 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://localhost:9090/admin (- in case you have not changed the default admin port. Substitute 'localhost' with the ip of the server)
[ September 04, 2007: Message edited by: Avi Nash ]
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
May be you Admin Console process is died. from the command line, in the bin directory, run the command ./startManager.sh or startManager.bat
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If your Websphere server is network deployed you need to run the startmanager.bat in the bin directory. If it is a stand alone server then normally admin console application sits on server1. so run "startserver server1" to start your admin console.
 
If a regular clown is funny, then a larger clown would be funnier. Math. Verified by this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic