> From: Andy Smith [mailto:[EMAIL PROTECTED]

Heh.  Hi from a fellow Mancunian.

> tomcat 5.5.23 from Alfresco 2.9B community.

The general comment from the folks here will be "throw that away and get the 
downloaded one from the Tomcat web site".  No need to compile from source, 
Tomcat's pure Java.

> Service Temporarily Unavailable
> The server is temporarily unable to service your request due
> to maintenance downtime or capacity problems. Please try again later.
[...]
> [Wed Mar 26 14:33:07 2008] [5620:3086026976] [info]
> ajp_connect_to_endpoint::jk_ajp_common.c (869): Failed
> opening socket to (127.0.0.1:8009) (errno=111)
> [Wed Mar 26 14:33:07 2008] [5620:3086026976] [error]

> One thing Im not getting my head round is which configuration
> files tomcat looks in at startup

Tomcat's conf/server.xml.  If you can't find that on your system... you guessed 
it, throw it away and download from the Tomcat site.

> and whether I should be
> seeing a java process listening on 8009 (i assume yes).

Yes.

> How
> can I troubleshoot this further? I dont see any errors from
> tomcat regarding not being able to start a process listening
> on 8009, where is this normally done?

My guess is that the Alfresco-packaged version has the AJP connector commented 
out.  Look in conf/server.xml for a <Connector> element that's an AJP connector 
on 8009.  If you're lucky, it's commented out - uncomment and restart Tomcat.  
If you're unlucky, the repackager has removed it - throw it away and download 
from the Tomcat site :-).

                - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to