Jump to content
We've recently updated our Privacy Statement, available here ×

jasperserver and how to define the visibility of the network?


vladik1972

Recommended Posts

Hi,

I try JasperServer-pro 5.6.1 and do not know where to define the server was available on the net. I changed the port from 8080 to 7777, because 8080 uses a proxy, JasperServer is running on localhost but where I do not know how to define the visibility of the network. In Apache, this is easy to do with the Listen in httpd.conf, but in JasperServer or apache tomcat?

 

thanks for the advice

 

Vladik

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

JasperReports Server is just an application running on an application server/container. Visibility on the network is configured in the application server/container.

 

If you want to change the port of Tomcat from 8080 to 7777, edit apache-tomcatconfserver.xml file. Search for "8080".

<Connector port="8080" URIEncoding="UTF-8" protocol="HTTP/1.1"

Change "8080" to "7777" and restart the server.

 

Note, JasperReports Server has some hardcoded address:port in some of their configuration file. If you are going to use this in production, better to setup JasperReports Server using war installation and specify port in default_master.properties file.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...