|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Configuring Apache 2.0.52 and tomcat 5.0 on windows 2000?
Is there anyone who has step by step instructions on how to configure Internet Information Services 5.0 (IIS) and Apache tomcat 5.5 on a windows 2000 sever?
Thus far after installing IIS and Tomcat, I followed the following steps that I found on the web but it does not work 1)Add the following to the worker.properties file in the tomcat /conf dir. worker.list=testWorker worker.testWorker.port=8009 worker.testWorker.host=localhost worker.testWorker.type=ajp13 2)In the tomcat /conf dir I created a file called uriworkermap.properties with the following contents /examples/*=testWorker /examples/*.jsp=testWorker /examples/servlet/*=testWorker 3)I opened the registry and created the following new key HKEY_LOCAL_MACHINE SOFTWARE Apache Software Foundation Jakarta Isapi Redirector 1.0 Then I added the following name value piars extension_uri /tomcat/isapi_redirector.dll worker_file <CATALINA_HOME>/conf/workers.properties worker_mount_file <CATALINA_HOME>/conf/uriworkermap.properties log_file <CATALINA_HOME>/logs/jk_iis.log log_level debug 4)Then I set the "CATALINA_HOME" and "JAVA_HOME" enviornment variables. 5)Add the following to the tomcat server.xml file <Connector className="org.apache.ajp.tomcat4.Ajp13Connector" port="8009" minProcessors="5" maxProcessors="75" acceptCount="10" debug="0"/> 6) created tomcat virtual server IIS and pointedto the tomcat /conf dir C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf 7) I confgure the IIS ISAPI to use the TOMCAT. I named the filter tomcat and the pointed it to the isapi redirector dll. C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\isapi_redirector.dll 8) Reboot ....... and NO BATTER! Hey! Can another magician share the trick which will get this integration to work? Last edited by RolandG : December 28th, 2004 at 09:47 PM. Reason: new question |
|
#2
|
||||
|
||||
|
http://www.rit.edu/~ack5504/tomcat-iis6-howto/tomcat_iis6_resources.html
__________________
Trouble In Paradise Start a revolution I need a girl who loves me for my money, but doesn't understand Math. |
|
#3
|
|||
|
|||
|
Hey xbot
Thanks but none of those links work for me they are using different version of IIS and tomcat. I am using IIS 5 with tomcat 5.5. If some one could help me save some time it would be appreciated. Otherwise I will just have to drag my feet through the mud. Last edited by RolandG : November 12th, 2004 at 12:29 PM. |
|
#4
|
|||
|
|||
|
OK Here is the deal
This good person has resolved the installation for tomcat 5 using IIS 5 and IIS 6. Here is the link http://www.jspwiki.org/attach?page=AttachmentsDemo%2Fiis6-Tomcat5-JK2.pdf Perhaps this will save someone else some time in the future. Last edited by RolandG : November 12th, 2004 at 12:39 PM. |
|
#5
|
|||
|
|||
|
Thanks for the update.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
|
#6
|
||||
|
||||
|
Sorry, I figured they were at least nearly the same. IIS6 is the first I've used.
|
|
#7
|
|||
|
|||
|
Apache 2.0.52 and tomcat 5.0 on windows 2000?
Hey Xbot,
Do you have any step by step instructions for configuring Apache 2.0.52 and tomcat 5.0 on windows 2000? |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Configuring IIS to work with apache tomcat app. server? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|