Hi,
I installed JasperServer 3.7 by a WAR distribution on my Ubuntu server.
There is no uninstall script in the JasperServer directory. How can I uninstall JasperServer properly? I would like to retrieve a clean Ubuntu system, without any elements of JasperServer.
Thanks,
Rémi
1 Answer:
Posted on February 11, 2013 at 3:13pm
Unfortunately, there is no uninstall script for the WAR file. You need to remove the following (example with tomcat/postgres):
rm <tomcat>/webapps/jasperserver rm <tomcat>/conf/Catalina/localhost/jasperserver.xml rm <tomcat>/work/Catalina/localhost/jasperserver (not really required since temp storage) rm <tomcat>/lib/<postgresql>jdbc.jar (Optional. This is the postgresql driver - keep it if you use it for other things)</postgresql> rm <home>/jasperserver.license (Pro only. <home> is the home folder of the user Tomcat runs under.)
Remove the following databases:
jasperserver, sugarcrm, foodmart