Installing WebSphere Portal can be very simple, you just have to remember some details.
In my example, we will need Portal Setup Disks, Rad Setup Disks, Rad Fix (7.0.0.4) and Rad Activation Kit (license).
Open the first cd from Portal installation and run install.bat there.
In the three initial screens, just click Next, Accept and Next again. Just select Typical installation and proceed.
In the next screen, choose your directory installation, it`s recommended that you create an IBM directory and put everything on it. In my case, I`ve chosen C:\IBM\WebSphere\AppServer. It will install Application Server.
Proceed clicking Next until you come to this screen. Here you can use your preferred names.
In the next screen, choose the administrative user and password, by default, I use “wpsadmin” for user and password.
Don’t install the Business Process Support, we will not need that.
Now, let’s install the WebSphere Portal Server. It’s recommended that you put it in the same IBM directory, like that: C:\IBM\WebSphere\PortalServer
In the next screen, you will be asked for administrative user and password for Portal, it’s recommended that you use the same that you used on Application Server.
Now, you have the option of using server as a Windows service, it’s not recommended, don’t mark nothing here. Click Next again and wait, it will start installing and will take long time.
In the end, unmark “Launch First Steps” and click Finish. Your WebSphere Application Server and WebSphere Portal Server are now installed.
Let’s now install Rational Application Developer 7 (RAD). At first, install the installation manager. Go to the radfix4 folder and run install on im.installer.win32-1.1.0 folder, it will be installed the IBM Installation Manager 1.1.
Run the Installation Manager now. Go to file/preferences and click repositories/add repositories. Locate the file diskTag.inf on disk 1 of RAD Installation to add the repository. Now go to “Install Packages”. Don’t forget changing the directories to your IBM directory.
(C:\IBM\SDP70Shared):
(C:\IBM\SDP70):
Keep going until you see the screen below. You must mark the options “Portal Tools” and “Struts Tools” here. Click Next, Install and go on.
Now, we must install the Rad fixes. Go to the installation manager in your Windows start menu. Go to file/preferences and click repositories/add repositories. Find the diskTag.inf on the radfix4 dir disk1.
It’s recommended that, in this step, you disconnected your internet to avoid Installation Manager to look for sources on the web.
Click OK. Click Update Packages and go on. Your RAD will be update to version 7.0.0.4.
We are almost done. Now, install the License. On the Installation Manager, click “Manage Licenses”, “Import Product Activation Kit”. Find the file RADLic.jar on your RAD Activation Kit directory.
Now, you have all done. You can now open your RAD by the Windows start menu. To add Websphere Portal control inside your RAD, go to Servers Tab, right-click, then click New Server. Select “Websphere Portal Server V6.0 Server”. Click Next.
Use the password you’ve created at Portal installation. Click Finish. Now you’re ready to develop struts portlets using your RAD and WebSphere Portal. Any questions, feel free to post. No login necessary.
Tags: installation, websphere portal
This entry was posted on Friday, March 20th, 2009 at 8:57 pm and is filed under articles. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.



Hi
Nice article but I met a problem with RAD 7.5 and Portal 6.1.0.1
described there :
http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14233745#14233745
some people suggest to install portal using IBM Installation Manager : http://www.ibm.com/developerworks/forums/thread.jspa?threadID=238462&tstart=0
but they don’t say how.
If you have any idea….
regards.
found the solution
SOAP port was incorrect in server record in RAD
ciao
Hi Felipe
here the solution
I installed Rational Application Developer 7.5 then WebSphere Portal 6.1 in administration mode
and after the install I launched : ConfigEngine.bat enable-develop-mode-startup-performance -Dpassword=********
In RAD I see the proper runtimes : (rational > server > runtime environments)
WebSphere Portal v6.0 stub
WebSphere Portal v6.1
I added a new server : WebSphere Portal v6.1 server at localhost (server runtime environment : WebSphere Portal v6.1)
in RAD, when you create a new server specify the good RMI and SOAP ports
and don’t forget to ckeck the security section
the ports are described there :
C:\IBM\WebSphere\wp_profile\ConfigEngine\properties\wkplc.properties
la.providerURL=corbaloc:iiop:localhost:10031
WPS_SOAP_PORT=10035
you can also see them when starting the console
C:\IBM\WebSphere\AppServer\bin>startServer.bat server1
log into the console https://localhost:10005/ibm/console/logon.jsp
and go to servers > Application servers > WebSphere_Portal
click on ports and you’ll see
Port Name Port
BOOTSTRAP_ADDRESS 10033
SOAP_CONNECTOR_ADDRESS 10035
SAS_SSL_SERVERAUTH_LISTENER_ADDRESS 10034
CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS 10027
CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS 10039
WC_adminhost 10029
WC_defaulthost 10042
DCS_UNICAST_ADDRESS 10031
WC_adminhost_secure 10043
WC_defaulthost_secure 10037
SIP_DEFAULTHOST 10041
SIP_DEFAULTHOST_SECURE 10038
SIB_ENDPOINT_ADDRESS 10028
SIB_ENDPOINT_SECURE_ADDRESS 10040
SIB_MQ_ENDPOINT_ADDRESS 10032
SIB_MQ_ENDPOINT_SECURE_ADDRESS 10030
ORB_LISTENER_ADDRESS 10036
regards.
Ben
Thanks Ben!