My website has crashed again and coming up with the following error when the
website and jakarta virtual directories are set up to use the same
application pool:
Service Temporary Unavailable!
The server is temporarily unable to service your request due to maintenance
downtime or capacity problems. Please try again later. 
Jakarta/ISAPI/isapi_redirector/1.2.31 (1026297) 

isapi_redirect.log is no longer logging anymore and when I try to change the
application pool for jakarta virtual directory in IIS, I get the following
error message;
Re: HTTP Error 403 - Forbidden: Access is denied - IIS6 & Tomcat 6.0
Connector.

My workers.properties and uriworkersmap.properties are configured as follows
respectively:
#uriworkmap.properties - IIS
# An entry that lists all the workers defined 
workers.tomcat_home=C:\Program Files\Apache Software Foundation\Tomcat 6.0
#workers.java_home=C:\Program Files\Java\jdk1.6.0_22
#workers.java_home=C:\Program Files\Java\jre6
 workers.java_home=C:\Program Files\Java\jrockit-R28.0.1-jre1.6.0_20
worker.list=worker1
# Entries that define the host and port associated with these workers 
worker.worker1.host=www.map.hackney.gov.uk:8080
#worker.worker1.host=localhost:8080
worker.worker1.port=8009
worker.worker1.type=ajp13
worker.worker1.lbfactor=1
worker.worker1.connection_pool_timeout=600
worker.worker1.socket_keepalive=1
worker.worker1.socket_timeout=120


#uriworkmap.properties - IIS
#
#This file provides sample mappings for example wlb
#worker defined in workmap.properties.minimal
#The general syntax fro this file is:
#[URL]=[worker name]

/geoserver/*=worker1
/geoserver/*=worker1;fail_on_status=-404,-500,503
# Use web server error page for all errors
/geoserver/*=worker1;use_server_errors=400
# Use web server error page only for technical errors
/geoserver/*=worker1;use_server_errors=500

/www.map.hackney.gov.uk/geoserver/*=worker1

/jkmanager=jkstatus

System Environment:
Windows 2003 Server
Tomcat 6.0
IIS 6.0
isapi_redirector 1.2.31

Can somebody please, tell me why my application works for a while and
crashes using the above settings?
Any help will be appreciated.
Thanks.
Anthony.
-- 
View this message in context: 
http://old.nabble.com/HTTP-Error-403---Forbidden%3A-Access-is-denied---IIS6---Tomcat-6.0-Connector-tp30160779p30182687.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to