Sunday, 8 June 2014

Web application bridge in websphere portal 8

Web application bridge :- Using this we can iframe any application in a portlet . So that we can view any external application in portal.

Step 1 :- First we should login to portal associated was console admin and change the context of below application to /



Step 2 :- Now click on the application and then click on context root for web modules


Step 3 :- Change the context to / and click on ok


Step 4 :- Restart the wp.vwat.servlet.ear for which we modified context in above screen

Step 5 :- Now login to portal admin console and then click on virtual web application manager



Step 6 :- Now click on new and make a new application category and then application component



Step 7 :- Now create new component under above category

Step 8 :- Enter below details


Context root :- You should cover all the context with coma separated value

Step 9 :- Now click save and navigate to a page where you want this website to be displayed and click on edit page properties set profile as full as given below and click on save



Step 10 :- Now add web dock portlet to the page


Step 11 :- Now click on edit shared settings as given below


Step 12 :- Now enter below details and click save


Step 13 :-  Now click save website will be displayed if you configured the context's correctly otherwise 500 proxy error will come


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...