Hello Remy,

Related to this, how do I use the Coyote JK2 connector?  Where are the
documentation and examples of the jk workers and conf
files...especially since, by default, the JK AJP 1.3 connector is
commented out in the default server.xml in 4.1.3beta.

<!-- Define a Coyote/JK2 AJP 1.4 Connector on port 8009 -->
    <!--
    <Connector className="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"/>
    -->

Are there any pre-made binaries for Windows?  I don't have Visual C++
to compile with.

Jake
    
Thursday, June 13, 2002, 4:29:42 PM, you wrote:

RM> otisg wrote:
>> Hello, I just compiled Tomcat 4.1.3 from sources. When I start Tomcat I
>> get:
>> java.lang.ClassNotFoundException:org.apache.catalina.mbeans.ServerLifecy
>> cleListener This class exists in the binary release of Tomcat 4.1.3 in
>> catalina.jar, but not in my catalina.jar that was built from sources. As
>> a matter of fact my catalina.jar does not have any classes in
>> org.apache.catalina.mbeans package. Does anyone know what could have
>> happened and how to build a full/proper catalina.jar? Thanks, Otis 
>> 

RM> You have to remove the listener from server.xml, if the build was made 
RM> without JMX.

RM> Remy


RM> --
RM> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
RM> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



-- 
Best regards,
 Jacob                            mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to