BusinessObjects Board

Address Translation

Hi,
Currently we are calling our server from browser like htpp://ABC:8080/BOE/BI

i want to resolve this port 8080 so that it look like htpp://ABC/BOE/BI.

I need steps.
thanks


Darren… :us: (BOB member since 2013-02-22)

Steps of changing the Tomcat Port

  1. Locate server.xml in {Tomcat installation folder}\ conf \
  2. Find following similar statement
<Connector port="8080" maxHttpHeaderSize="8192" 
          maxThreads="150" minSpareThreads="25" maxSpareThreads="75" 
          enableLookups="false" redirectPort="8443" acceptCount="100" 
          connectionTimeout="20000" disableUploadTimeout="true" /> 

or


3) About Tomcat’s server.xml file cites it’s runs on port 8080. Change the Connector port=”8080&#8243; port to any other port number.
For example

Above statement instruct Tomcat server runs on port 8181.
4) Edit and save the server.xml file. Restart Tomcat.
Done

IS THIS WHAT YOU ARE ASKING FOR ???


Rango90 (BOB member since 2012-11-13)

now its listening on 8181. does not it resolve my problem . now its listening on http://ABC:8181/BOE/BI


Darren… :us: (BOB member since 2013-02-22)

Did you not work out what it did before you changed it :blue: ?

A simple search found this post, which describes what you need to do:-
https://bobj-board.org/t/62385


Mak 1 :uk: (BOB member since 2005-01-06)

[Moderator note - moved to XI Servers forum]


Nick Daniels :uk: (BOB member since 2002-08-15)