Pentaho BA 7.1 - Tomcat - Issue forward port

26 views
Skip to first unread message

Anderson F.

unread,
Jul 19, 2017, 9:08:48 AM7/19/17
to pentaho-...@googlegroups.com

Hi guys.

I need to redirect tomcat's port from 8080/tcp to 80/tcp.

In version 7, I did it editing the <BASE_FOLDER>/tomcat/conf/server.xml file.

Before
  <Connector URIEncoding="UTF-8" port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

After
  <Connector URIEncoding="UTF-8" port="80" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

But, in version 7.1 there is a problem

It seem that some client's requests are pointing to localhost rather server's ip

Take a look at the attached image.

Any idea of what can be causing the problem?

Best regards.

tomcat.png

Dan

unread,
Jul 19, 2017, 9:11:48 AM7/19/17
to pentaho-...@googlegroups.com
you need to update the base-url in the server.properties file (used to be in the web.xml)

Dan

--
You received this message because you are subscribed to the Google Groups "Pentaho Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pentaho-community+unsubscribe@googlegroups.com.
To post to this group, send email to pentaho-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pentaho-community/CAGLwoOukpwoh%2BXkY7CTHexBm_bKpBYN%3DdGyNr4dMKYGvefX-_g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages