Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Websphere V5.0 Security Issue..need help

Status
Not open for further replies.

Bshah123

Programmer
Nov 2, 2006
1
US
I am running a WAS 5.0 base deployment on solaris with a single application server. When i turn the Global security on it, I cannot stop the server.
Please can anyone help how to stop the server.?
Thanks
 
Hi,
you have to stop the server using the user and password, which when you enabled global security.

syntax is here:
Go to install_root/bin directory of a WebSphere Application Server installation or a Network Deployment installation.
generally on uix
/opt/WebSphere/AppServer/bin /stopServer.sh server1
windows:
C:\program files\IBM\WebSphere\AppServer\bin \stopServer.bat server1

Syntax:
stopServer <server> [options]

UNIX:
stopServer.sh <server_name> -user <name_of_the_user> -password <given_password>

stopServer.sh server1 -user jones -password jones123

Windows:
stopServer.bat <server_name> -user <name_of_the_user> -password <given_password>

stopServer.bat server1 -user jones -password jones123

Let me know if you still have any problem, sorry for late reply I just got to know your problem now..

regards
Nani
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top