Introduction:
I have been using WLST (WebLogic Scripting Tool) for MFT a lot, so wanted to dedicate some of the post specifically for that. These are pretty simple ones but can help many.
Steps:
If I talk specifically about WLST for MFT, to connect to the server you need to follow below steps.
1. Open WLS_Home\mft\common\bin (Below screen shot is my system location)
2. Open command prompt (Run as administrator), navigate till the WLS_Home\mft\common\bin
3. Once you are on that location, type - wlst.cmd (for Linux it is ./wlst.sh)
4. You will be on wlst prompt
WLST commonly used Commands:
1. For connecting to the server
connect("username","password","t3://hostname:port")
Example: connect("weblogic","welcome1","t3://localhost:7101")
2. For disconnecting from WLST
You can either use - disconnect () or exit ()
Some of WLST Commands for MFT:
Coming soon...
I have been using WLST (WebLogic Scripting Tool) for MFT a lot, so wanted to dedicate some of the post specifically for that. These are pretty simple ones but can help many.
Steps:
If I talk specifically about WLST for MFT, to connect to the server you need to follow below steps.
1. Open WLS_Home\mft\common\bin (Below screen shot is my system location)
2. Open command prompt (Run as administrator), navigate till the WLS_Home\mft\common\bin
3. Once you are on that location, type - wlst.cmd (for Linux it is ./wlst.sh)
4. You will be on wlst prompt
WLST commonly used Commands:
1. For connecting to the server
connect("username","password","t3://hostname:port")
Example: connect("weblogic","welcome1","t3://localhost:7101")
2. For disconnecting from WLST
You can either use - disconnect () or exit ()
Some of WLST Commands for MFT:
Coming soon...
1 comment:
Thx a lot For sharing such a nice information on
Oracle 11g DBA Online Training
Post a Comment