Hello,
I just installed Bitnami image of Solr on an EC2 server, and actually, I'm stuck :
When I start Solr with the script of Bitnami (./ctlscript.sh restart solr I can't access to Solr (http://my-amazon-ec2.com:8983/solr/admin) from an external IP (404 error by Jetty).
But, when I start it manually with java -jar start.jar , I can access it without problem.
Someone else got this problem ?