Saturday, 7 June 2014

Creating virtual portal in websphere portal 8

Virtual portal :- Its a copy of portal with limited capabilities. People create multiple virtual portals to host different set of applications like account,finance,health care each of them having different url and different navigation structure.

Example{Below urls will be redirected to corresponding virtual portal depending on config} :-
http://localhost:10039/wps/portal/finance
http://localhost:10039/wps/portal/accounts
http://localhost:10039/wps/portal/healthcare


Step 1 :- Now login to websphere portal admin console and click on manage virtual portals under Virtual-Portals as given below




Step 2 :- Now click on create new virtual portal button on right hand side and fill below details


Virtual post hostname :- You can give a domain name and map to same ip address as base portal
Context  :- This is the value you case use it after wps/portal if it is hospitality then wps/portal/hospitality

Step 3 :- Now click ok virtual portal will be created. It will take some time.



Step 4 :- Now you can access your virtual portal two ways
                A) http://localhost:10039/wps/portal/accounts {By default this redirects to B}
                B) http://accountstest:10039/wps/portal



No comments:

Post a Comment

Custom single threaded java server

 package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...