Sorry, meant to respond to that before... I am not under Solaris, I am using
Redhat 7.3.  I rebooted the server, and now it shows one instance of
httpd... I still cannot pull up my site, but I think I may know why, but
won't be able to check until I get into the office in the morning.

Thanks to you and everyone else for their help.  This is truly turning out
to be a great learning experience.  I'm sure I will be writing again soon,
when I try this whole mod_jk stuff again :)

-----Original Message-----
From: Rafael Angarita
To: Tomcat Users List
Sent: 12/15/2002 6:54 PM
Subject: Re: Almost there...Updated Apach-Tomcat with mod_jk  .. please he
lp!

> I ran ps -A which listed all processes.  httpd (apache) was not one of
them.
> I am assuming PID means Port ID(?), and neither 443 nor 80 was
listed...
> This is all very strange and I am starting to sense that I will have
to
> reinstall Apache...

    PID is process id.
    Denise, if you are under Solaris try lsof (I'm not sure if the
sources
are available to compile it under another platform)

    Run:
    # lsof -i -n -C | grep 443
    it should returns the process that is using the port 443
    (use -C option if you are under Solaris 5.8)



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

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

Reply via email to