Re[2]: TC 4.1.3 catalina.jar incomplete (built from source)

2002-06-13 Thread Jacob Kjome

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=2
   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,
 Jacobmailto:[EMAIL PROTECTED]


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




Re[2]: TC 4.1.3 catalina.jar incomplete (built from source)

2002-06-13 Thread Jacob Kjome

Hello Remy,

Actually, I think I am using a 1.2.0 version, but it doesn't seem to
be able to use the AJP 1.4 protocol.  Does the CoyoteConnector support
the 1.3 protocol, or the just 1.4?

Jake

Thursday, June 13, 2002, 4:42:21 PM, you wrote:

RM Jacob Kjome wrote:
 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=2
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.

RM ?
RM It is enabled by default in my server.xml.

RM For the native side, you can use any version of mod_jk, although I would 
RM recommend upgrading to the mod_jk 1.2.0 as soon as binaries are available.

RM Remy


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



-- 
Best regards,
 Jacobmailto:[EMAIL PROTECTED]


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