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

How to start and Stop the jasper server on AWS?


mcgovardhan
Go to solution Solved by Tirupathi Mangalarapu,

Recommended Posts

Hello Team,

 We have jasper server image copied from Amazon market palce and running on AWS EC2 instance. Currently we are scheduling and sending reports programatically. So to do that we need to make few configuration file changes on server side.

We were able to find the configuaration files on the Tomcat server and we are not sure how to start and strop the server running on AWS EC2 instance.

Could anyone help us and provide the details how to start and  stop the server.

Below are the two files we are changing on the server side.

1)js.quartz.properties

2)applicationContext-report-scheduling.xml

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Solution

To stop and restart Tomcat:

1.    SSH into your instance using your AWS private key and the user name ec2-user.
2.    Stop the Tomcat service using the following command:
sudo service tomcat7 stop

3.    Restart the Tomcat service:
sudo service tomcat7 start

https://community.jaspersoft.com/documentation/tibco-jaspersoft-aws-user-guide/v610/stopping-and-restarting-tomcat

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