Pages

Showing posts with label Administrator. Show all posts
Showing posts with label Administrator. Show all posts

Friday, July 11, 2014

Willing to change the location of logs folder under IntegrationServer ?


This is a tip for changing the location of the server log.


default location of server log is - <installation dir.>/IntegrationServer/logs/server.log

Now, if you want to change this default location, make use of this extended setting -

  • (default setting) watt.debug.logfile = logs/server.log

You can change this setting to the location you wish

  • watt.debug.logfile = /tmp/logs/webMethodsServer.log


Note: In the above new value, I changed both the path of the log file and also the name of the log file from server.log to webMethodsServer.log


Monday, December 27, 2010

OMG!! I lost my Administrator password.. Here is the solution to set it to default

Generally all the users info(userName and Password) are saved in the .xml. The name of the file is users.cnf(located at /Config/users.cnf)

1. Change this file name to users_org.cnf(or some other name which must be different from the "users.cnf")
2. Restart the IS
3. IS will recreate the users.cnf file with the default users and the default password(Administrator/manage)
4. Now open the users.cnf file and copy the password(which is encoded)
5. Now replacing this value in the Administrator pwd. of file user_org.cnf, will make the Administrator password to default i.e "manage".
6. You have to delete the users.cnf and rename the users_org.cnf to users.cnf back again(so as to keep the entries of the other users intact)


Snippet:
#############################################

***Other code here***
{sha1}vI5TC3V31VdoYdyukqpb7AYXHXQ=
***Other code here***

#############################################

Here in this snippet, the value you must copy is "{sha1}vI5TC3V31VdoYdyukqpb7AYXHXQ="

NOTE: Ofcourse!, you must have access to the file system of the IS.