12/2/08

How can we configure Remote Plugin?

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

4 comments:

యోగి said...

wow cool! I have a friend who is learning websphere. If he has any doubts, now I know where to direct him :)

యోగి said...

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 :(

Bhãskar Rãmarãju said...

Yogi: Sure!! Not an issue

dasarad said...

hey basakar great work..and many many thanks for u r valuable info