Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Struts - A MVC web framework
Tomcat - JSP/Servlet container
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
JSP - A mailing list about Java Server Pages specification and reference
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
Re: Can any one tell where is a simple Tomcat + IIS how to
using Coyote/JK2 A

Re: Can any one tell where is a simple Tomcat + IIS how to
using Coyote/JK2 A

2003-10-14       - By Thorsten Westmeier

 Back
Hi,

I can help you only with Tomcat, IIS + JK1 1.2.4

By the way, if anyone knows, what to change to use 1.2.5, please help!!!
Simply replacing the dll is not enough, but what else is to do?


1. Make sure, that Tomcat and IIS run correct "as standalone Versions" .
   Try http:/localhost/ and an IIS-Screen should appear.
   Try http:/localhost:8080/ and a Tomcat screen should appear.


2. Download the isapi_redirector.
I have problems with the brand new 1.2.5, so you should first try the
version 1.2.4 and try to upgrade later if it works.


3. Copy isapi_redirector.dll, workers.properties and
uriworkermap.properties in Tomcat/conf

workers.properties:
-- ---- ---- ---- ---- ----
worker.list=Worker
worker.Worker.port=8009
worker.Worker.host=localhost
worker.Worker.type=ajp13


uriworkermap.properties:
-- ---- ---- ---- ---- ---- ---- --
/pmviewer/*=Worker
/pmviewer/*.jsp=Worker

/pmhelp/*=Worker
/pmhelp/*.jsp=Worker


4. Registry-Entries:

HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0

extension_uri     /tomcat/isapi_redirector.dll
log_file     D:\\Tomcat4.1\\logs\\jk_iis.log
log_level     Debug
worker_file     D:\\Tomcat4.1\\conf\\workers.properties
worker_mount_file   D:\\Tomcat4.1\\conf\\uriworkermap.properties


5. Create Virtual-Directory and Isapi-Filter-Entry as described in the
OnJava Article.


6. For newer Tomcat Versions ( 4.1.12 or 4.1.18, I think) you have to
change the server.xml:

a) deactivate JMX MBeans support, to avoid Error-Mesages

  <!-- Uncomment these entries to enable JMX MBeans support -->
  <!--
  <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener Source code of org.apache.catalina.mbeans.ServerLifecycleListener"
            debug="0"/>
  <Listener
className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener Source code of org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
            debug="0"/>
  -->

b) Change the default AJP 1.3 Connector back from JK2

    <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
    <!--
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector Source code of org.apache.coyote.tomcat4.CoyoteConnector"
               port="8009" minProcessors="5" maxProcessors="75"
               enableLookups="true" redirectPort="8443"
               acceptCount="10" debug="0" connectionTimeout="20000"
               useURIValidationHack="false"
               protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler Source code of org.apache.jk.server.JkCoyoteHandler"
/>
     -->

    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector className="org.apache.ajp.tomcat4.Ajp13Connector Source code of org.apache.ajp.tomcat4.Ajp13Connector"
               port="8009" minProcessors="5" maxProcessors="75"
               acceptCount="10" debug="0"/>


7. Restart IIS and Tomcat or better the whole machine.


8. Let me know, if it works  :)


Good Luck,
Thorsten



-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)



©2008 junlu.com - Jax Systems, LLC, U.S.A.