First Of All one has to set the enviorment varibles.
So for that follow the steps below(sequentially) :
1> Go to My Computer -> Right Click ---> Properties (for windows 7 machine)
2>Go To Advanced System Settings
3>There select Advanced tab at top -> then Enviorment variables button
4>There you will find two white boxes.Navigate to the bottom box
5> Select Path option among variables and double click on it.
6> Dont change the variable name .In bottom box ie Variable value field :go at the end of text section and give ; and then give java/jdk path in your machine like i gave : C:\soa\Oracle\Middleware\jdk160_29\bin.
7> Click OK then again OK and come out of it.
8> Your java is set now.
Now follow sequence of steps to start WLST in windows machine :
1> Go to your bin folder of your weblogic server domain like I have through command prompt :
C:\soa\Oracle\Middleware\user_projects\domains\base_domain\bin
2> Then type the below commands :
setDomainEnv.cmd
3> After that : java weblogic.WLST
4> Now your script tool is ready to run .
5> Type help() if you want to learn any commands in offline mode
6> Type help('help') in command prompt for more details.
7> To connect to weblogic server/ online mode type : connect() and get out provide :
disconnect()
Hope this basic tutorial useful yo you.Love to hear comments from you people.Will keep posting .
No comments:
Post a Comment