Focal Point
[CLOSED]How to Mask port number from URL

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

March 03, 2016, 01:50 AM
Joe Mathews
[CLOSED]How to Mask port number from URL
Hi,

I have a portal and its corresponding URL like (http://servername:8080/ibi_apps/bip/portal/SelfServeStartinLine) to access it. I want to hide the port number from the URL. I am a beginner Sweating so please explain me clearly..

Thanks,
Johjen Mathew

This message has been edited. Last edited by: <Emily McAllister>,


WebFOCUS 8
Windows, All Outputs
March 03, 2016, 04:07 AM
Wep5622
The HTTP standard port number is 80, not 8080.

Hence, if you want to "hide" the port number, you will have to make sure that the URL is accessible through port 80 instead and then you can leave it out of the URL (which will probably happen automatically for port 80).

How to do that depends on how you set up WebFOCUS.
If you have a web-server (usually IIS or Apache httpd) running at default port 80, it needs to have been set up such that it passes on portal URL requests to whatever is listening on port 8080 (let's assume this is Apache Tomcat). We have IIS and Tomcat, and to pass those requests on we had to set up ISAPI redirection.

If you have nothing listening on port 80, then you can change the configuration of Tomcat to listen on port 80 instead of 8080.

Since these are all guesses, I won't go into details of how set those up. At least now you should have the necessary keywords to find how to in the IBI documentation (start there) or on the internet.


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
March 03, 2016, 09:31 AM
RRKen
or you could have a server alias set that includes the portal...
 http://www.tomshardware.com/fa...ows-server-2012.html 

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


8.2.03 AIX Client Windows Tomcat
DB2, Terradata, SQL, Oracle