This is the procedure
Machine A: WAS
Machine B: IHS
Thumb Rule: Install Plugins on IHS Machine and propagrate them to WAS.
Procedure
Machine A : Install WAS.
Machine B: Install IHS
Machine B : Install Plugins: In the installation process, you have to select remote WAS, and name for ur webserverconfig, say webserver1. After installation, in the IHS_INST/conf/httpd.conf check for IBM Module entry and Plugin installation paths
Goto the plugin installation path/bin
Check for configurewebserver1.sh/bat
Now,
Copy that file, configurewebserver1.sh/bat to WAS box, that is Machine A. The file contains this info.
./wsadmin.sh -f configureWebserverDefinition.jacl webserver1 IHS '/software/IBM/IHS' '
/software/IBM/IHS/conf/httpd.conf' 7700 MAP_ALL '/software/IBM/Plugins' unmanage
d webserver1 hostname solaris
(This is an example, 7700 is port number.)
If you already have enabled global security on WAS, you need to add -username adminusername and -password hispassword at the end of the above script.
Then run the script.
Which creates a WebServer definition in the AppServer.
U need to configure WAS to remote admin WebServer.
Click Here to Download
Subscribe to:
Post Comments (Atom)
4 comments:
wow cool! I have a friend who is learning websphere. If he has any doubts, now I know where to direct him :)
aah! I think I am misunderstood. what I meant was that one of my friend is learning websphere administration in hope of getting a job. He has doubts, he often asks me if I know anyone who is a websphere guy. So I was thinking probably you could help him :(
Yogi: Sure!! Not an issue
hey basakar great work..and many many thanks for u r valuable info
Post a Comment