How to set up SpagoBI on AWS Instance

I want to setup SpagoBI on EC2 instance (Amazon Web services). I downloaded everything into one package and moved it to AWS. I ran the startup script. I did the same on my local machine and it works fine.

On AWS EC2, I opened port 8080 for tomcat and 80 for http. I cannot access the software.

Any idea on how I can fix this issue would be much appreciated!

+3


source to share


2 answers


Maybe this? https://forums.aws.amazon.com/thread.jspa?messageID=312167#312167



initially looks like iptables is running on your instance, my checks show filtered ports, you will need to add a rule to allow port 8080, or disable the firewall on the instance itself.

You can check this by running the root "service iptables stop" command and then see if you can connect to port 8080.

0


source


Have you set JAVA_HOME and path? If they are not installed correctly, Tomcat will be 404 when trying to start SpagoBI. See here: http://www.chuckboecking.com/blog/bid/290761/SpagoBI-Installation-on-Ubuntu-Linux-Business-Intelligence-for-ERP



0


source







All Articles