On Tue, Jun 2, 2009 at 8:46 AM, Kai Behncke <kai-behn...@gmx.de> wrote:
> Dear users,
>
> I have installed tomcat on a Debian Etch-System via
>
> apt-get install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps
>
> and started it with /etc/init.d/tomcat start
>
> Now I would like to test if it runs on my remote server, but if I type:
>
> http://www.myhomepage.de:8180
>
> nothing at all appears?
>
> Is this the normal way? Shall I change some entries (and if so, whre?)?

Make sure you know which ports it's using:

apt-get install lsof
lsof -ni | egrep 'tomcat|java'

Hope this helps!

-- 
will trillich
"Tis the set of the sails / And not the gales / That tells the way we
go." -- Ella Wheeler Wilcox

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to