You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jason Novotny <no...@nlanr.net> on 2000/03/16 07:39:48 UTC

RH 6.1 + Apache 1.3.12 + JDK1.2.2 + Tomcat 3.0 config problems

    Hi,

    I've followed the Tomcat+Apache howto to the best of my knowledge,
but something's not right.
First question- it says use apache 1.3.9, but has anyone used 1.3.12
successfully with tomcat?

    Then I grabbed the mod_jserv binary and jakarta-tomcat-src,
jakarta-tools-src and put it all together. However after doing a
apachetcl start and then trying to access the /examples, I get infamous
error 500: Internal error.

    Looking at log/mod_jserv_log I see the following:

[15/03/2000 22:44:41:390] (EMERGENCY) ajp12: can not connect to host
127.0.0.1:8007
[15/03/2000 22:44:41:390] (EMERGENCY) ajp12: connection fail
[15/03/2000 22:44:41:390] (ERROR) an error returned handling request via
protocol "ajpv12"

    Any tips on debugging greatly appreciated!

    Thanks, Jason


--
Jason Novotny              novotny@nlanr.net
Home: (510) 839-6026       Work: (650) 604-4628
NLANR Applications Support http://dast.nlanr.net




Re: RH 6.1 + Apache 1.3.12 + JDK1.2.2 + Tomcat 3.0 config problems

Posted by Jason Novotny <no...@nlanr.net>.
    Thanks! If only all problems could be so easy! Somehow I was led to
believe that the tomcat server could start up by itself.

    Jason

Arion wrote:

> Hi!
>
> It seems that your tomcat has not started. Try using http://localhost:8080/
> and see if Tomcat is running.
>
> Hope this help
>
> Arion
>
> P.S. I am also using apache 1.3.12. I think 1.3.9 is mentioned only to tell
> you not to use a version older than 1.3.9.
>
> Jason Novotny wrote:
>
> >     Hi,
> >
> >     I've followed the Tomcat+Apache howto to the best of my knowledge,
> > but something's not right.
> > First question- it says use apache 1.3.9, but has anyone used 1.3.12
> > successfully with tomcat?
> >
> >     Then I grabbed the mod_jserv binary and jakarta-tomcat-src,
> > jakarta-tools-src and put it all together. However after doing a
> > apachetcl start and then trying to access the /examples, I get infamous
> > error 500: Internal error.
> >
> >     Looking at log/mod_jserv_log I see the following:
> >
> > [15/03/2000 22:44:41:390] (EMERGENCY) ajp12: can not connect to host
> > 127.0.0.1:8007
> > [15/03/2000 22:44:41:390] (EMERGENCY) ajp12: connection fail
> > [15/03/2000 22:44:41:390] (ERROR) an error returned handling request via
> > protocol "ajpv12"
> >
> >     Any tips on debugging greatly appreciated!
> >
> >     Thanks, Jason
> >
> > --
> > Jason Novotny              novotny@nlanr.net
> > Home: (510) 839-6026       Work: (650) 604-4628
> > NLANR Applications Support http://dast.nlanr.net
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org

--
Jason Novotny              novotny@nlanr.net
Home: (510) 839-6026       Work: (650) 604-4628
NLANR Applications Support http://dast.nlanr.net




Re: RH 6.1 + Apache 1.3.12 + JDK1.2.2 + Tomcat 3.0 config problems

Posted by Arion <ar...@talentinfo.com.hk>.
Hi!

It seems that your tomcat has not started. Try using http://localhost:8080/
and see if Tomcat is running.

Hope this help

Arion

P.S. I am also using apache 1.3.12. I think 1.3.9 is mentioned only to tell
you not to use a version older than 1.3.9.

Jason Novotny wrote:

>     Hi,
>
>     I've followed the Tomcat+Apache howto to the best of my knowledge,
> but something's not right.
> First question- it says use apache 1.3.9, but has anyone used 1.3.12
> successfully with tomcat?
>
>     Then I grabbed the mod_jserv binary and jakarta-tomcat-src,
> jakarta-tools-src and put it all together. However after doing a
> apachetcl start and then trying to access the /examples, I get infamous
> error 500: Internal error.
>
>     Looking at log/mod_jserv_log I see the following:
>
> [15/03/2000 22:44:41:390] (EMERGENCY) ajp12: can not connect to host
> 127.0.0.1:8007
> [15/03/2000 22:44:41:390] (EMERGENCY) ajp12: connection fail
> [15/03/2000 22:44:41:390] (ERROR) an error returned handling request via
> protocol "ajpv12"
>
>     Any tips on debugging greatly appreciated!
>
>     Thanks, Jason
>
> --
> Jason Novotny              novotny@nlanr.net
> Home: (510) 839-6026       Work: (650) 604-4628
> NLANR Applications Support http://dast.nlanr.net
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: RH 6.1 + Apache 1.3.12 + JDK1.2.2 + Tomcat 3.0 config problems

Posted by Shachor Gal <sh...@techunix.technion.ac.il>.
 Did you start Tomcat prior to accessing it from Apache?
If the answer is not, then you should start it.
Otherwise there is probably a configuration error of some type.
Check that:
1. Your AJP ports as configured for Tomcat and Apache are not the same
2. Apache takes the same HTTP port taken by Tomcat (8080) so Tomcat can
not start.

	Gal Shachor

On Wed, 15 Mar 2000, Jason Novotny wrote:

> 
>     Hi,
> 
>     I've followed the Tomcat+Apache howto to the best of my knowledge,
> but something's not right.
> First question- it says use apache 1.3.9, but has anyone used 1.3.12
> successfully with tomcat?
> 
>     Then I grabbed the mod_jserv binary and jakarta-tomcat-src,
> jakarta-tools-src and put it all together. However after doing a
> apachetcl start and then trying to access the /examples, I get infamous
> error 500: Internal error.
> 
>     Looking at log/mod_jserv_log I see the following:
> 
> [15/03/2000 22:44:41:390] (EMERGENCY) ajp12: can not connect to host
> 127.0.0.1:8007
> [15/03/2000 22:44:41:390] (EMERGENCY) ajp12: connection fail
> [15/03/2000 22:44:41:390] (ERROR) an error returned handling request via
> protocol "ajpv12"
> 
>     Any tips on debugging greatly appreciated!
> 
>     Thanks, Jason
> 
> 
> --
> Jason Novotny              novotny@nlanr.net
> Home: (510) 839-6026       Work: (650) 604-4628
> NLANR Applications Support http://dast.nlanr.net
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
>