Yes, here is the start of the server.xml file...

<Server port="8005" shutdown="SHUTDOWN" debug="0">

  <Service name="Tomcat-Apache">

    <!-- Define a Coyote/JK2 AJP 1.3 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"/>


    <!-- Define the top level container in our container hierarchy -->
    <Engine name="Tomcat-Apache-JK2" defaultHost="www.somesite.com"
debug="0" jvmRoute="localhost:8009">


----- Original Message ----- 
From: "Yang Xiao" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, May 04, 2004 4:20 PM
Subject: RE: Mod_JK2 not sure if correctly setup!


> Hi,
> Everything looks fine, do you have the AJP connector defined in the
> server.xml file?
>
> yang
>
> -----Original Message-----
> From: JimmiSeven Productions Inc. [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 04, 2004 1:46 PM
> To: Tomcat Users List
> Subject: Re: Mod_JK2 not sure if correctly setup!
>
> Yes of course:
>
> //WORKERS2.PROPERTIES
>
> # Use only for debugging
> [logger]
> level=WARN
>
> # Shared memory handling. Needs to be set.
> [shm]
> file=/usr/local/apache2/logs/shm.file
> size=1048576
>
> # Example socket channel, override port and host.
> [channel.socket:localhost:8009]
> port=8009
> host=127.0.0.1
> tomcatId=localhost:8009
>
> # Define the ajp13 worker
> [ajp13:localhost:8009]
> channel=channel.socket:localhost:8009
>
> # Define the status worker
> [status:status]
> info=Status worker for displaying runtime information
>
> # Map the status page url
> [uri:/jk2-status/*]
> group=status:status
>
>
> //JK2.PROPERTIES
>
> # Set the desired handler list
> handler.list=request,container,channelSocket
>
> # Override the default port for the socketChannel
> channelSocket.port=8009
> channelSocket.address=127.0.0.1
>
>
>
> ----- Original Message ----- 
> From: "Yang Xiao" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Tuesday, May 04, 2004 1:07 PM
> Subject: RE: Mod_JK2 not sure if correctly setup!
>
>
> > The actual content of your workers2.properties and jk2.properties file
> would
> > be helpful to us, don't you think?
> >
> > -----Original Message-----
> > From: JimmiSeven Productions Inc. [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, May 04, 2004 1:01 PM
> > To: [EMAIL PROTECTED]
> > Subject: Mod_JK2 not sure if correctly setup!
> >
> > Is it normal to have alot of errors in the Apache error log such as
below.
> > Everything seems to work fine but not
> > sure why I am getting so many errors:
> >
> > //Apache Error Log Output
> >
> > [Tue May 04 23:49:11 2004] [notice] mod_jk.post_config() first
invocation
> > [Tue May 04 23:49:11 2004] [notice] mod_jk.post_config() second
invocation
> > [Tue May 04 23:49:11 2004] [error] jk2_init() Can't find child 3790 in
> > scoreboard
> > [Tue May 04 23:49:11 2004] [notice] workerEnv.init() ok
> > /usr/local/apache2/conf/workers2.properties
> > [Tue May 04 23:49:11 2004] [error] mod_jk child init 1 -2
> > [Tue May 04 23:49:11 2004] [error] jk2_init() Can't find child 3791 in
> > scoreboard
> > [Tue May 04 23:49:11 2004] [notice] workerEnv.init() ok
> > /usr/local/apache2/conf/workers2.properties
> > [Tue May 04 23:49:11 2004] [error] mod_jk child init 1 -2
> > [Tue May 04 23:49:11 2004] [error] jk2_init() Can't find child 3792 in
> > scoreboard
> > [Tue May 04 23:49:11 2004] [notice] workerEnv.init() ok
> > /usr/local/apache2/conf/workers2.properties
> > [Tue May 04 23:49:11 2004] [error] mod_jk child init 1 -2
> > [Tue May 04 23:49:11 2004] [error] jk2_init() Can't find child 3793 in
> > scoreboard
> > [Tue May 04 23:49:11 2004] [notice] workerEnv.init() ok
> > /usr/local/apache2/conf/workers2.properties
> > [Tue May 04 23:49:11 2004] [error] mod_jk child init 1 -2
> > [Tue May 04 23:49:11 2004] [error] jk2_init() Can't find child 3794 in
> > scoreboard
> > [Tue May 04 23:49:11 2004] [notice] workerEnv.init() ok
> > /usr/local/apache2/conf/workers2.properties
> > [Tue May 04 23:49:11 2004] [error] mod_jk child init 1 -2
> > [Tue May 04 23:49:11 2004] [notice] Apache/2.0.46 (Unix) mod_jk2/2.0.2
> > configured -- resuming normal operations
> > [Tue May 04 23:49:12 2004] [error] jk2_init() Can't find child 3795 in
> > scoreboard
> > [Tue May 04 23:49:35 2004] [error] mod_jk child init 1 -2
> > [Tue May 04 23:49:35 2004] [notice] workerEnv.init() ok
> > /usr/local/apache2/conf/workers2.properties
> > [Tue May 04 23:49:35 2004] [error] mod_jk child init 1 -2
> > [Tue May 04 23:49:37 2004] [notice] mod_jk2 Shutting down
> > [Tue May 04 23:49:38 2004] [notice] mod_jk2 Shutting down
> > [Tue May 04 23:49:43 2004] [notice] mod_jk2 Shutting down
> > [Tue May 04 23:49:48 2004] [notice] mod_jk2 Shutting down
> > [Tue May 04 23:49:49 2004] [notice] mod_jk2 Shutting down
> > [Tue May 04 23:49:50 2004] [notice] mod_jk2 Shutting down
> > [Tue May 04 23:49:55 2004] [error] channelSocket.receive(): Error
> receiving
> > message body -1 11
> > [Tue May 04 23:49:55 2004] [error] workerEnv.processCallbacks() Error
> > reading reply
> > [Tue May 04 23:49:55 2004] [error] ajp13.service() ajpGetReply
recoverable
> > error 120000
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to