Jump to content

Jasper Report UI getting collapsed when using Cluster between two server


vasanth.i2it

Recommended Posts

Hi,

             We using two Windows azure servers and installed Jasper in both servers. The OS is Ubuntu 13.10. Using Tomcat for running jasper server. In tomcat we configured 'Simple TCP Cluster' for session replication and using Azure Load Balancing between the two servers. If we start the jasper in single server its working fine. Started in the both servers, the UI is gettiong collapsed, See the below Image of collapsed UI. Anyone know what is the issue?

 

JasperUICollapsed.png.40727db0781c58d02b42645fe5b1ea3e.png

 

Thanks,

Vasanth

JasperUICollapsed.png.791a90a9f3c76f7078520b44f1b3435a.png

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

  • 3 years later...

Hi,

 

Configure Server.xml file in all the instances correctly.

 

Add jvmRoute="node1" in Engine tag of first instance and jvmRoute="node2"  for 2nd instance.. etc as shown below.

<Engine name="Catalina" defaultHost="localhost" jvmRoute="node1">

<Engine name="Catalina" defaultHost="localhost" jvmRoute="node2">

 

Hope so, it would resolve the issue.

 

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...