Re: Newbie question: How to test if Tomcat is running?

2009-06-02 Thread will trillich
On Tue, Jun 2, 2009 at 8:46 AM, Kai Behncke  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



RE: Newbie question: How to test if Tomcat is running?

2009-06-02 Thread Martin Gainty

test locally e.g.
http://localhost:PORT

port attribute defined in http  Date: Tue, 2 Jun 2009 06:46:48 -0700
> From: kai-behn...@gmx.de
> To: users@tomcat.apache.org
> Subject: Newbie question: How to test if Tomcat is running?
> 
> 
> 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?)?
> 
> Thank you very much, Kai
> 
> -- 
> View this message in context: 
> http://www.nabble.com/Newbie-question%3A-How-to-test-if-Tomcat-is-running--tp23832841p23832841.html
> Sent from the Tomcat - User mailing list archive at Nabble.com.
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

_
Windows Live™: Keep your life in sync. 
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_BR_life_in_synch_062009

Re: Newbie question: How to test if Tomcat is running?

2009-06-02 Thread Markus Schönhaber
Peter Crowther:

>> From: Kai Behncke [mailto:kai-behn...@gmx.de]
>> I have installed tomcat on a Debian Etch-System via

>> http://www.myhomepage.de:8180
>>
>> nothing at all appears?
> 
> Unless Debian changes Tomcat's configuration a lot, the default port is port 
> 8080, not 8180.  Try that?

IIRC Debian does change the port in Tomcat's default configuration (I'm
not sure if anyone knows why, though).

-- 
Regards
  mks

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



RE: Newbie question: How to test if Tomcat is running?

2009-06-02 Thread Peter Crowther
> From: Kai Behncke [mailto:kai-behn...@gmx.de]
> 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?

Unless Debian changes Tomcat's configuration a lot, the default port is port 
8080, not 8180.  Try that?

- Peter

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



Newbie question: How to test if Tomcat is running?

2009-06-02 Thread Kai Behncke

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?)?

Thank you very much, Kai

-- 
View this message in context: 
http://www.nabble.com/Newbie-question%3A-How-to-test-if-Tomcat-is-running--tp23832841p23832841.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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