Alternatively on *nix (including Cygwin) you can type the following:

ps -ef | grep java

Of course if you have other java procs running they will show up too.

If you wanted to see if it was bind to a port you can check netstat -a for the port # (likely 8080 in default config), but in reality, hitting the port with a browser would be the easiest solution.



At 12:57 PM 2/9/2003, you wrote:
I am not sure about linux, but why don't you just try
http://localhost:8080 or http://localhost and see?

--- Jianping Zhu <[EMAIL PROTECTED]> wrote:
>
> Thanks,
> can you give me more detailed instruction?
>
>
>
>
> On Sun, 9 Feb 2003, Tim Funk wrote:
>
> > Use a command line program like wget, cURL,
> JMeter, ... to get a page back.
> >
> > You can also look for a java process running.
> >
> > -Tim
> >
> > Jianping Zhu wrote:
> > > os: redhat 7.3
> > > how can i make sure that tomcat is running in my
> server?
> > >
> > >
> > >
> >
> >
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
>
>
> --------------------------------
> Jianping Zhu
> Department of Computer Science
> Univerity of Georgia
> Athens, GA 30602
> Tel 706 5423900
> --------------------------------
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to