[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Tomcat 4.0.4 on RAQ4



At 00.57 26/07/2002 -0700, you wrote:
No just my need for a life outside work. :)
Now the time difference may not help also, but usually I am always
around and working. If I am not, I am sleeping or working with a client.
Sounds fun huh. ;)

:-)


> [jk_ajp13_worker.c (711)]: Into ajp23_worker_factory
> [jk_worker.c (213)]: build_worker_map, creating worker ajp14
> [jk_worker.c (138)]: Into wc_create_worker
> [jk_worker.c (148)]: wc_create_worker NULL factory for ajp14
> [jk_worker.c (229)]: build_worker_map failed to create workerajp14
> [jk_ajp13_worker.c (711)]: Into ajp23_worker_factory

This part does not look right. I am not aware of ajp23 nor ajp14. So I
am thinking something is up with the module you compiled.

That was more to do with the workers.properties file:
http://www.galatea.com/flashguides/apache-tomcat-4-unix.xml


> I backed up the Cobalt version and compiled a new one.

Why don't you backup the new one, and try the Cobalt compiled one and
see if that makes any difference.

Done - no difference. I also used your workers.properties file

Interesting, you have the path set correctly in the server.xml file like
my example correct?

It looks like yours:
<Server port="8005" shutdown="SHUTDOWN" debug="0">
  <Service name="Tomcat-Apache">
    <Connector  debug="0"
                acceptCount="10"
                minProcessors="5"
                maxProcessors="75"
                port="8009"
                className="org.apache.ajp.tomcat4.Ajp13Connector"/>

    <Engine className="org.apache.catalina.connector.warp.WarpEngine"
            name="Apache"
            defaultHost="ns.blacknightsolutions.com"
            debug="0"
            appBase="webapps">

      <!-- Global logger unless overridden at lower levels -->
      <Logger className="org.apache.catalina.logger.FileLogger"
              prefix="apache-" suffix=".log"
              timestamp="true"/>

        <Host name="www.blacknightsolutions.com" >
           <Context path=""
                 docBase="/home/sites/www.blacknightsolutions.com/web"
                 crossContext="true"
                 debug="0"
                 reloadable="false"
                 trusted="false" >
           </Context>
        </Host>
                <Host name="www.david.blacknightsolutions.com" >
           <Context path=""
                 docBase="/home/sites/www.david.blacknightsolutions.com/web"
                 crossContext="true"
                 debug="0"
                 reloadable="false"
                 trusted="false" >
           </Context>
        </Host>
                <Host name="www.b2btechniques.net" >
           <Context path=""
                 docBase="/home/sites/www.b2btechniques.net/web"
                 crossContext="true"
                 debug="0"
                 reloadable="false"
                 trusted="false" >
           </Context>
        </Host>

    </Engine>
  </Service>
</Server>

As long as you are not pulling it out. :)
Falling out is another story. I think Rogaine may help that.;)

I think it's a mixture of falling out and being pulled out!

Mr. Michele Neylon
Blacknight Solutions - affordable linux hosting
http://www.blacknightsolutions.com/


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.