You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Phillip T. Gerringer" <da...@cybergatetech.com> on 2000/10/12 17:16:07 UTC

Re: I think I have solved my Tomcat problem.

I have the ajpv12 going to port 8007.  Everything seems to 
be set up properly but I still get the following error:

[12/10/2000 11:10:34:916] (EMERGENCY) ajp12: can not 
connect to host 127.0.0.1:8007
[12/10/2000 11:10:34:936] (EMERGENCY) ajp12: connection fail
[12/10/2000 11:10:34:936] (ERROR) an error returned 
handling request via protocol "ajpv12"

I thought if I added "ajp12  8007/tcp" to the services 
file, that would allow ajp12 access to port 8007.  Could 
you please look into your services file for the entry for 
the port you are using to serv Tomcat?

Or, do you have any ideas as to what this error message 
could be coming from???

Thanks for all your help!!!

> Mailer: Microsoft Outlook Express 4.72.3110.5
> Date: Mon, 12. Oct 2000 15:32
> From: "Jason Bowman" <ja...@gocin.com>
> To: tomcat-user@jakarta.apache.org
> Subject: Re: I think I have solved my Tomcat problem.
> Phillip,
> To my understanding port 8007 is used for the AJP12, 
AJP13, or other
> such
> protocol used to connect a separate webserver application 
to tomcat.  If
> you
> are trying the browse w/ a web browser, tomcat provides a 
small
> implementation of a webserver (by default) on port 
8080.  These two
> ports
> can be configured to be whatever you want in your 
server.xml file. (in
> your
> %TOMCAT_HOME%/etc directory)
> Jason B.
> -----Original Message-----
> From: Phillip T. Gerringer <da...@CyberGateTech.com>
> To: tomcat-user@jakarta.apache.org <tomcat-
user@jakarta.apache.org>
> Date: Thursday, October 12, 2000 2:45 PM
> Subject: I think I have solved my Tomcat problem.
> >Something that I changed caused an error to kick 
out.  Short story is
> that
> >it cannot connect to port 8007.  Quick questions:  What 
entry for port
> >8007 should I put in the /etc/services file?  I'm sure 
that is what is
> >giving me problems.
> >
> >
> 


RE: I think I have solved my Tomcat problem.

Posted by "Phillip T. Gerringer" <da...@cybergatetech.com>.
There is nothing connected to 8007.  This error occurs when 
you are attempting to do the servlet.  ex.

http://209.215.4.229/DVDDisplay/servlet/IsItWorking

Apache seems to be doing it's job trying to connect to 8007 
but it cant seem to connect.  Should there be a listener on 
port 8007?

> Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
> Date: Mon, 12. Oct 2000 16:28
> From: "Paul FitzPatrick" <cp...@fitzpatrick.cc>
> To: tomcat-user@jakarta.apache.org
> Subject: RE: I think I have solved my Tomcat problem.
> What process is giving the error?  If it is when you try 
to start
> tomcat,
> then it seems someone is already using that port.  To 
determine who it
> is,
> use the netstat command something like this :
> netstat -a | grep 8007
> and see if you get a hit.  You may need to switch the 
other program or
> tomcat off of that port.
> Regards,
> Paul
> -----Original Message-----
> From: Phillip T. Gerringer 
[mailto:daddy@cybergatetech.com]
> Sent: Thursday, October 12, 2000 11:16 AM
> To: Jason Bowman
> Cc: tomcat-user@jakarta.apache.org
> Subject: Re: I think I have solved my Tomcat problem.
> I have the ajpv12 going to port 8007.  Everything seems 
to  be set up
> properly but I still get the following 
error:  [12/10/2000 11:10:34:916]
> (EMERGENCY) ajp12: can not  connect to host 
127.0.0.1:8007 [12/10/2000
> 11:10:34:936] (EMERGENCY) ajp12: connection fail 
[12/10/2000
> 11:10:34:936]
> (ERROR) an error returned  handling request via 
protocol "ajpv12"  I
> thought
> if I added "ajp12  8007/tcp" to the services  file, that 
would allow
> ajp12
> access to port 8007.  Could  you please look into your 
services file for
> the
> entry for  the port you are using to serv Tomcat?  Or, do 
you have any
> ideas
> as to what this error message  could be coming 
from???  Thanks for all
> your
> help!!!  > Mailer: Microsoft Outlook Express 4.72.3110.5 
> Date: Mon,
> 12.
> Oct 2000 15:32 > From: "Jason Bowman" <ja...@gocin.com> 
> To:
> tomcat-user@jakarta.apache.org > Subject: Re: I think I 
have solved my
> Tomcat problem. > Phillip, > To my understanding port 
8007 is used for
> the
> AJP12,  AJP13, or other > such > protocol used to connect 
a separate
> webserver application  to tomcat.  If > you > are trying 
the browse w/ a
> web
> browser, tomcat provides a  small > implementation of a 
webserver (by
> default) on port  8080.  These two > ports > can be 
configured to be
> whatever you want in your  server.xml file. (in > your >
> %TOMCAT_HOME%/etc
> directory) > Jason B. > -----Original Message----- > 
From: Phillip T.
> Gerringer <da...@CyberGateTech.com> > To: tomcat-
user@jakarta.apache.org
> <tomcat- user@jakarta.apache.org> > Date: Thursday, 
October 12, 2000
> 2:45 PM
> > Subject: I think I have solved my Tomcat problem. > 
>Something that I
> changed caused an error to kick  out.  Short story is > 
that > >it
> cannot
> connect to port 8007.  Quick questions:  What  entry for 
port > >8007
> should
> I put in the /etc/services file?  I'm sure  that is what 
is > >giving me
> problems. > > > > >
> 


RE: I think I have solved my Tomcat problem.

Posted by Paul FitzPatrick <cp...@fitzpatrick.cc>.
What process is giving the error?  If it is when you try to start tomcat,
then it seems someone is already using that port.  To determine who it is,
use the netstat command something like this :

netstat -a | grep 8007

and see if you get a hit.  You may need to switch the other program or
tomcat off of that port.

Regards,
Paul


-----Original Message-----
From: Phillip T. Gerringer [mailto:daddy@cybergatetech.com]
Sent: Thursday, October 12, 2000 11:16 AM
To: Jason Bowman
Cc: tomcat-user@jakarta.apache.org
Subject: Re: I think I have solved my Tomcat problem.


I have the ajpv12 going to port 8007.  Everything seems to  be set up
properly but I still get the following error:  [12/10/2000 11:10:34:916]
(EMERGENCY) ajp12: can not  connect to host 127.0.0.1:8007 [12/10/2000
11:10:34:936] (EMERGENCY) ajp12: connection fail [12/10/2000 11:10:34:936]
(ERROR) an error returned  handling request via protocol "ajpv12"  I thought
if I added "ajp12  8007/tcp" to the services  file, that would allow ajp12
access to port 8007.  Could  you please look into your services file for the
entry for  the port you are using to serv Tomcat?  Or, do you have any ideas
as to what this error message  could be coming from???  Thanks for all your
help!!!  > Mailer: Microsoft Outlook Express 4.72.3110.5 > Date: Mon, 12.
Oct 2000 15:32 > From: "Jason Bowman" <ja...@gocin.com> > To:
tomcat-user@jakarta.apache.org > Subject: Re: I think I have solved my
Tomcat problem. > Phillip, > To my understanding port 8007 is used for the
AJP12,  AJP13, or other > such > protocol used to connect a separate
webserver application  to tomcat.  If > you > are trying the browse w/ a web
browser, tomcat provides a  small > implementation of a webserver (by
default) on port  8080.  These two > ports > can be configured to be
whatever you want in your  server.xml file. (in > your > %TOMCAT_HOME%/etc
directory) > Jason B. > -----Original Message----- > From: Phillip T.
Gerringer <da...@CyberGateTech.com> > To: tomcat-user@jakarta.apache.org
<tomcat- user@jakarta.apache.org> > Date: Thursday, October 12, 2000 2:45 PM
> Subject: I think I have solved my Tomcat problem. > >Something that I
changed caused an error to kick  out.  Short story is > that > >it cannot
connect to port 8007.  Quick questions:  What  entry for port > >8007 should
I put in the /etc/services file?  I'm sure  that is what is > >giving me
problems. > > > > >