You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dean Lonsdale <LO...@uk.ibm.com> on 2007/08/09 21:12:59 UTC

Testing Tomcat - HELP

Does anyone know how to verify whether Tomcat is operational using a 
browser or other wise !!!

Help appreciated ...many thanks 



Regards / Cordialement / Mit freundlichen Grüßen

-- 

 
Dean Lonsdale
 
Dean Lonsdale/UK/IBM
 
lonsda@uk.ibm.com
 
Systems Architect
IBM Systems & Technology Group
Senior Accredited IT Specialist
Tivoli Certified Consultant

IBM UK Ltd, Washway Road, Manchester
 
Ext: 07834 252463
Mobex: 264328
 
+44 (0)1253 731299
    View the Systems Group website at 
http://w3-03.ibm.com/systemstechnology/index.html 






Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






Re: Testing Tomcat - HELP

Posted by hanasaki <ha...@hanaden.com>.
telnet to the port its running on or hit it with the browser.

Dean Lonsdale wrote:
> 
> Does anyone know how to verify whether Tomcat is operational using a
> browser or other wise !!!
> 
> Help appreciated ...many thanks
> 
> 
> 
> 
> Regards / Cordialement / Mit freundlichen Grüßen
> 
> -- 
> IBM 	  	*Dean Lonsdale* 	  	_Dean Lonsdale/UK/IBM_ <mailto:Dean
> Lonsdale/UK/IBM> 	  	_lonsda@uk.ibm.com_ <ma...@uk.ibm.com>
>   	Systems Architect
> IBM Systems & Technology Group
> Senior Accredited IT Specialist
> Tivoli Certified Consultant
> 
> IBM UK Ltd, Washway Road, Manchester 	  	Ext: 07834 252463
> Mobex: 264328 	  	+44 (0)1253 731299
>     View the Systems Group website at
> http://w3-03.ibm.com/systemstechnology/index.html
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> /
> /
> 
> /Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number
> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU/
> 
> 
> 
> 
> 
> 

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Testing Tomcat - HELP

Posted by Bruno Vilardo <br...@gmail.com>.
Dean,

If Tomcat is on a Unix Server, you can do a ps -ef |grep tomcat.
Or you can go through the Web Browser like this : http://hostname:8080.

Best Regards,

Bruno


On 8/9/07, Dean Lonsdale <LO...@uk.ibm.com> wrote:
>
>
> Does anyone know how to verify whether Tomcat is operational using a
> browser or other wise !!!
>
> Help appreciated ...many thanks
>
>
> Regards / Cordialement / Mit freundlichen Grüßen
>
> --   [image: IBM]   *Dean Lonsdale*   *Dean Lonsdale/UK/IBM*<Dean+Lonsdale/UK/IBM>
>   *lonsda@uk.ibm.com* <lo...@uk.ibm.com>   Systems Architect
> IBM Systems & Technology Group
> Senior Accredited IT Specialist
> Tivoli Certified Consultant
>
> IBM UK Ltd, Washway Road, Manchester   Ext: 07834 252463
> Mobex: 264328   +44 (0)1253 731299     View the Systems Group website at
> http://w3-03.ibm.com/systemstechnology/index.html
>
>
>
> ------------------------------
>
> *
> *
>
> *Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number
> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
> *
>
>
>
>
>
>
>

Re: Testing Tomcat - HELP

Posted by Partha Goswami <pa...@gmail.com>.
>>
>> or Linux/ Solaris/UNix, go to bin folder where Tomcat Installed already,
then,

 # ./startup.sh

this one for starting Tomcat,,,



On 8/10/07, Partha Goswami <pa...@gmail.com> wrote:
>
> for Linux/ Solaris/UNix, go to bin folder where Tomcat Installed already,
> then,
>
>  # ./startup.sh
> Then point your browser, to
> http://yourhost/domain name.com:8080
>
> It will install, in 8080 port by default..
>
> let me know, if you have any question..
> Thanks
> On 8/10/07, Dean Lonsdale < LONSDA@uk.ibm.com> wrote:
> >
> >
> > Does anyone know how to verify whether Tomcat is operational using a
> > browser or other wise !!!
> >
> > Help appreciated ...many thanks
> >
> >
> >
> > Regards / Cordialement / Mit freundlichen Grüßen
> >
> > --  [image: IBM]   *Dean Lonsdale*   *Dean Lonsdale/UK/IBM*<Dean+Lonsdale/UK/IBM>
> >   *lonsda@uk.ibm.com* <lo...@uk.ibm.com>   Systems Architect
> > IBM Systems & Technology Group
> > Senior Accredited IT Specialist
> > Tivoli Certified Consultant
> >
> > IBM UK Ltd, Washway Road, Manchester   Ext: 07834 252463
> > Mobex: 264328   +44 (0)1253 731299     View the Systems Group website at
> > http://w3-03.ibm.com/systemstechnology/index.html
> >
> >
> >
> >  ------------------------------
> >
> > *
> > *
> >
> > *Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with number
> > 741598.
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
> > 3AU*
> >
> >
> >
> >
> >
> >
> >
>
>
> --
> Regards
> Partha Goswami
> Solaris/Open solaris User Group
> www.solaris-user-group.org




-- 
Regards
Partha Goswami
Solaris/Open solaris User Group
www.solaris-user-group.org

Re: Testing Tomcat - HELP

Posted by Partha Goswami <pa...@gmail.com>.
for Linux/ Solaris/UNix, go to bin folder where Tomcat Installed already,
then,

 # ./startup.sh
Then point your browser, to
http://yourhost/domain name.com:8080

It will install, in 8080 port by default..

let me know, if you have any question..
Thanks
On 8/10/07, Dean Lonsdale <LO...@uk.ibm.com> wrote:
>
>
> Does anyone know how to verify whether Tomcat is operational using a
> browser or other wise !!!
>
> Help appreciated ...many thanks
>
>
>
> Regards / Cordialement / Mit freundlichen Grüßen
>
> --  [image: IBM]   *Dean Lonsdale*   *Dean Lonsdale/UK/IBM*<Dean+Lonsdale/UK/IBM>
>   *lonsda@uk.ibm.com* <lo...@uk.ibm.com>   Systems Architect
> IBM Systems & Technology Group
> Senior Accredited IT Specialist
> Tivoli Certified Consultant
>
> IBM UK Ltd, Washway Road, Manchester   Ext: 07834 252463
> Mobex: 264328   +44 (0)1253 731299     View the Systems Group website at
> http://w3-03.ibm.com/systemstechnology/index.html
>
>
>
>  ------------------------------
>
> *
> *
>
> *Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number
> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
> *
>
>
>
>
>
>
>


-- 
Regards
Partha Goswami
Solaris/Open solaris User Group
www.solaris-user-group.org