Kill whatever is using port 8007 if that is your ajp port (check your
httpd.conf)
lsof is your friend (man lsof)
-mdf

Greg Thoreson wrote:

> I am running the following configuration:
>     Linux RedHat 6.0 / Intel
>     Apache 1.3.6
>     JServ 1.0
>     Linux JDK1.2 pre-release v2
>     JSDK2.0
>
> When I start-up the apache web server, I see the java programs attempt
> to start. In the error log I get the following message:
>
>     ApacheJServ/1.0: Exception creating the server socket:
> java.net.BindException: Address already in use
>
> I have searched for similar problems and noted one regarding "make sure
> you do not have another jvm running". I run ps  before starting the
> web server and no java programs are running.
>
> I have JServ statically compiled into apache. I have JServ configured to
>
> start automatically. Any suggestions?
>
> greg
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> READ THE FAQ!!!!     <http://java.apache.org/faq/>
> Archives and Other:  <http://java.apache.org/main/mail.html/>
> Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to