Author: techfox9
WebMethods server admin notes..
Thursday, June 25th, 2009 @ 4:21 pm
These notes are for WebMethods v6.5
- Admin URL
http://wm:5555/WmRoot/ - Set logging level
Left panel, Settings / Logging / (top of page) / Edit Logging Settings
Drop down in “Level of Logging” field. - Some important paths
/opt/webMethods/Server6/IntegrationServer
logs/, packages/, config/
/etc/init.d/webMethods [start|stop] - Reset Administrator password
From: http://www.customware.net/repository/display/WMFAQ/How+to+reset+Administrator+password+to+default
– Shutdown wm server
– cd config
– mv users.cnf users.cnf.0
– Restart wm server, it will create a new users.cnf file
– Shutdown wm server
– Edit (newly created) users.cnf file, copy the ‘passHash’ for Administrator
– mv users.cnf users.cnf.default
– mv users.cnf.0 users.cnf
– Edit users.cnf, replace/paste the ‘passHash’ for Administrator, save file
– Restart wm server
– Should be able to log in with ‘Administrator/manage’ combination.