netstat -ltn
...make sure it's listening on 0.0.0.0:PORT or :::PORT and not just
127.0.0.1:PORT

iptables --list -n | egrep '10000|8080|443|80'
...look for anything that might be blocking

grep -i documentroot /path/to/apache/httpd.conf
...make sure that it's where you think it is.
...go look in that directory and see if anything is in there.

The point about connecting directly to port 8080 is a good one too.
If you have not configured apache to automatically redirect to the
port that tomcat is listening on, it doesn't know to go there already.

On Wed, Jun 23, 2010 at 4:32 PM, John Richmond IV <jo...@randrinc.com> wrote:
> Hi all,
>
> I'm putting up my first EC2 system, so I'm a real noob at this, but
> pretty decent with servers.
>
> The instance is a Ubuntu 10.04 Server instance.  I've loaded Apache,
> Tomcat, PostgreSQL, and Webmin.  I've got a public IP on the instance
> and it is working.  I've opened, for now, ports 80, 8080, 443, and 10000
> to 0.0.0.0/0.
>
> I cannot get into Tomcat Manager or Webmin..... at all through a
> browser.  For Tomcat, I've restarted, stop/started, and verified that
> Tomcat is running.  I installed Webmin all through apt-get commands so
> any dependencies should have been installed (first time doing it this
> way), but cannot get to the login screen.  But if I just go to the IP,
> Apache goes to the "It Works..." splash page.
>
> Did I miss some set up? Is there an internal firewall in Ubuntu Server
> edition that needs to be set?
>
> Thank you,
> --
> John Richmond IV
> -----------------
> Randr, Inc.
> 951-369-3427
> 951-787-8683 Fax
> www.randrinc.com
>
>
>
> _______________________________________________
> LinuxUsers mailing list
> LinuxUsers@socallinux.org
> http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers
>



-- 
Regards...      Todd
I seek the truth...it is only persistence in self-delusion and
ignorance that does harm.  -- Marcus Aurealius
_______________________________________________
LinuxUsers mailing list
LinuxUsers@socallinux.org
http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers

Reply via email to