You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Randy Layman <ra...@aswethink.com> on 2001/02/12 20:30:03 UTC

RE: Tomcat and Apache running, but I when I try to get to the exa mples folder I get an internal server error?

	Wihtout knowing what the exact error message is its hard to know,
but a common mistake is not setting or incorrectly setting the JAVA_HOME
environment variable.

	If you could post the error message from the window where Tomcat was
launched from that will help people diagnose your problem.

	Randy


-----Original Message-----
From: nickm@studioweb.com [mailto:nickm@studioweb.com]
Sent: Monday, February 12, 2001 3:01 PM
To: tomcat-user@jakarta.apache.org
Subject: Tomcat and Apache running, but I when I try to get to the
examples folder I get an internal server error?


Tomcat and Apache running, but I when I try to get to the examples folder I
get an internal server error?

What can be the source of the problem?

Thanks,

Stefan


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, email: tomcat-user-help@jakarta.apache.org

Re: Tomcat and Apache running, but I when I try to get to the examples folder I get an internal server error?

Posted by John Golubenko <go...@columbiafunds.com>.
Have you tried to use localhost:8080/examples/jsp ? 
It seems that /examples IS mapped to be handled by Tomcat,
but actually ajp12ConnectionHandler doesn't connect with apache.
(not linked | compiled | included correctly)

>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 2/12/01, 12:25:33 PM, nickm@studioweb.com wrote regarding Re: Tomcat 
and Apache running, but I when I try to get to the examples folder I get 
an internal server error?:


> Hi:

> When I launch Tomcat, there is no indication that there is any problem. 
(I
> am running this on W2K). But when I try to hit the examples/jsp directory
> the only thing written on the resulting html page is something to the 
effect
> that their was an internal error or misconfiguration  and the server was
> unable to complete the request.

> I checked the mod_jserv log file in Apache and it writes:

> [12/02/2001 22:56:37:256] (ERROR) an error returned handling request via
> protocol "ajpv12"
> [12/02/2001 23:09:50:096] (EMERGENCY) ajp12: can not connect to host
> 127.0.0.1:8007
> [12/02/2001 23:09:50:096] (EMERGENCY) ajp12: connection fail
> [12/02/2001 23:09:50:096] (ERROR) an error returned handling request via
> protocol "ajpv12"

> And the access log contains:

> 127.0.0.1 - - [12/Feb/2001:14:56:37 -0800] "GET /examples/jsp HTTP/1.1" 
500
> 604
> 127.0.0.1 - - [12/Feb/2001:15:09:50 -0800] "GET /examples/jsp HTTP/1.1" 
500
> 604

> Thanks,\

> Stefan


> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, email: tomcat-user-help@jakarta.apache.org

NOTICE:  This communication may contain confidential or other privileged information.  If you are not the intended recipient, or believe that you have received this communication in error, please do not print, copy, retransmit, disseminate, or otherwise use the information.  Also, please indicate to the sender that you have received this email in error, and delete the copy you received.  Any communication that does not relate to official Columbia business is that of the sender and is neither given nor endorsed by Columbia.  Thank you.



Re: Tomcat and Apache running, but I when I try to get to the examples folder I get an internal server error?

Posted by ni...@studioweb.com.
Hi:

When I launch Tomcat, there is no indication that there is any problem. (I
am running this on W2K). But when I try to hit the examples/jsp directory
the only thing written on the resulting html page is something to the effect
that their was an internal error or misconfiguration  and the server was
unable to complete the request.

I checked the mod_jserv log file in Apache and it writes:

[12/02/2001 22:56:37:256] (ERROR) an error returned handling request via
protocol "ajpv12"
[12/02/2001 23:09:50:096] (EMERGENCY) ajp12: can not connect to host
127.0.0.1:8007
[12/02/2001 23:09:50:096] (EMERGENCY) ajp12: connection fail
[12/02/2001 23:09:50:096] (ERROR) an error returned handling request via
protocol "ajpv12"

And the access log contains:

127.0.0.1 - - [12/Feb/2001:14:56:37 -0800] "GET /examples/jsp HTTP/1.1" 500
604
127.0.0.1 - - [12/Feb/2001:15:09:50 -0800] "GET /examples/jsp HTTP/1.1" 500
604

Thanks,\

Stefan