Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: ISAPI and IIS7 Help Pls.... |
|
Author |
|
sirroms
Joined: 07 Mar 2014 Posts: 1 Location: UK, Bath
|
Posted: Fri 07 Mar '14 14:06 Post subject: ISAPI and IIS7 Help Pls.... |
|
|
I have an issue where I cannot load my pages using ISAPI and IIS7 however I can display a Test page if I dont use ISAPI
Has anyone else come across this?
Details below, sorry if they are a little sketchy as I am new to this
Thanks in advance
My setup is...
• ISAPI 1.2.37
• IIS7
• Windows 2008 R2 64 bit
uriworkermap.properties.......
/mydeployment/*=jcitizen
/mydatabase/*=jcitizen
workers.properties.............
#****************Begin workers.properties***************
#
# Define 1 real worker using ajp13
worker.list=jcitizen
# Set properties for jcitizen (ajp13)
worker.jcitizen.type=ajp13
worker.jcitizen.host=<SERVER_IP>
worker.jcitizen.port=9009
worker.jcitizen.lbfactor=50
worker.jcitizen.socket_keepalive=True
worker.jcitizen.socket_timeout=60
The error I get is.......
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.37 |
|
Back to top |
|
jraute

Joined: 13 Sep 2013 Posts: 188 Location: Rheinland, Germany
|
Posted: Fri 07 Mar '14 16:18 Post subject: |
|
|
Did you activate the support for ISAPI modules?
Are the installation-packages all 64 bit packages?
Make sure the "IIS_WPG" group has "Read & Execute", "List", and "Read" permissions on the folder structure.
What does the event log say? |
|
Back to top |
|
|
|
|
|
|