Hi,
We are using jasperserver-pro for aws and I have been working on writing some custom beans to extend some functionality (exporters, auth ciphers) and I would like to add them to our aws instance but I'm not sure how. When I tested locally I was building from source so all I needed to do was add them to the logical package and modify the appropriate configs to use them. I thought about just playing around with stuff but I would like to avoid breaking things so I thought I would ask for help.
1 Answer:
Solved this by uploading my compiled jars, which I'd created and used when I was building from source locally, to the aws box and then replacing the corresponding jars in /usr/share/tomcat7/webapps/jasperserver-pro/WEB-INF/lib, updating the configs and reload tomcat.