Focal Point
Launch Pages not in MRE

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5921090761

May 08, 2006, 06:41 PM
ryan ferguson
Launch Pages not in MRE
I have created a launch page in resource layout painter that calls a fex. It works great I just cant seem to figure out the URL of the html page and where the html page needs to be located for my application to link to the launch page. The url when i test is simply http://server/ibi_apps/WFServlet

I am not using MRE so how do i call the launch page from my app?

thanks in advance!
May 08, 2006, 09:01 PM
susannah
You don't have MRE so you aren't using Dashboard, is that right? you're building what's called a 'self-serve' site, yes? you have to build some sort of nice portal under your inetpub\wwwroot ? is that right? Or are you planning to build one from scratch( a self-serve site)?

This message has been edited. Last edited by: susannah,




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
May 09, 2006, 03:42 AM
venu
Your procedure is located in the dataserver?

try the following link
http://server/ibi_apps/WFServlet?IBIF_ex=&IBIC_server=EDASERVE&IBIMR_domain=
May 09, 2006, 04:02 AM
venu
You should be able to specify the htm file name
for the IBIF_ex variable
http://server/ibi_apps/WFServlet?IBIF_ex=test%2ehtm&IBI...R_domain=domainname&
May 09, 2006, 04:35 AM
Karanth
We do not use MRE or the dashboard in our applications. Like Susannah said, we create a portal in the Tomcat or any other server and then create HTMLs etc to access the Web Focus server
May 09, 2006, 10:34 AM
ryan ferguson
Thank You for your help. We are using a BEA portal. I just didnt realize you could call the html page just like a fex.

Thanks again!