I have installed the Ready2Run w Jetty/obd, and configured to run as a service. (thx for the instructions btw).
Here is what I have done to get IIS to connect to JETTY. Per instructions found (directed to) on the net, I downloaded the latest connector from Tomcat. c:\jetty\connector\bin\isapi_redirect.dll and created some files/folders c:\jetty\connector\logs\ c:\jetty\connector\conf\mod_jk.reg c:\jetty\connector\conf\workers.properties c:\jetty\connector\conf\uriworkermap.properties The mod_jk.reg - file - ============================================================= REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\1.0] "server_root"="c:\\jetty\connector\" "extension_uri"="/jakarta/isapi_redirect.dll" "worker_file"="c:\\jetty\connector\conf\workers.properties" "log_file"="c:\\jetty\connector\logs\mod_jk.log" "worker_mount_file"="c:\\jetty\connector\conf\uriworkermap.properties" "log_level"="INFO" ============================================================= double click to add to/update REGISTRY. : workers.properties : ============================================================= worker.list=bddefault worker.bddefault.host=127.0.0.1 worker.bddefault.port=8009 worker.bddefault.type=ajp13 worker.bddefault.lbfactor=1 ============================================================= : uriworkermap.properties : ============================================================= /*.cfm=bddefault ============================================================= : C:\jetty\etc\jetty-ajp.xml : ============================================================= <New class="*org.mortbay.jetty.ajp.Ajp13SocketConnector*"> <Set name="* port*">8009</Set> </New> ============================================================= no changes made I ALSO ADDED in IIS ISAPI filter JETTY: c:\jetty\connector\bin\isapi_redirect.dll VIRTUAL FOLDER w/ EXECUTE permissions /jakarta/ : c:\jetty\connector\bin\ WEB SERVICE EXTENSION JETTY: c:\jetty\connector\bin\isapi_redirect.dll Missing from the configuration instructions that I found was the following: add a second parameter for the JETTY service to start the listener on 8009 : C:\WebApplications\jetty-openbd\bin\jetty-service.conf : ============================================================= wrapper.app.parameter.1=../etc/jetty.xml wrapper.app.parameter.2=../etc/jetty-ajp.xml ============================================================= restart JETTY service to get the listener started. now I need to figure out how to get it to work for different websites... --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
