>using mod_jk for connecting TC40 and Apache1.3 works fine for 
>Windows NT,
>2000 and Solaris. I could easily build the connector from 
>source using the
>download and the documentation from
>http://jakarta.apache.org/~hgomez/ajp13-tc4.0/. 
>
>The only difference between Solaris and Win is that I have to 
>comment the
>ajp12 in the workers.properties for Solaris, otherwise I get 
>the folloing
>error message: 
>
>[Tue Dec 04 08:08:25 2001]  [jk_worker.c (93)]: Into wc_open
>[Tue Dec 04 08:08:25 2001]  [jk_worker.c (229)]: Into build_worker_map,
>creating 2 workers
>[Tue Dec 04 08:08:25 2001]  [jk_worker.c (235)]: 
>build_worker_map, creating
>worker ajp12
>[Tue Dec 04 08:08:25 2001]  [jk_worker.c (153)]: Into wc_create_worker
>[Tue Dec 04 08:08:25 2001]  [jk_worker.c (165)]: wc_create_worker NULL
>factory for ajp12
>[Tue Dec 04 08:08:25 2001]  [jk_worker.c (251)]: 
>build_worker_map failed to
>create workerajp12
>[Tue Dec 04 08:08:25 2001]  [jk_worker.c (206)]: close_workers 
>got 0 workers
>to destroy

It's normal there is no ajp12 connector for Tomcat 4.0, only ajp13

>On Win this is of no impact, it works without modification of the
>workers.properties. 
>
>Now one question to Henri:
>
>I haven't tried it yet, but could I connect one Apache to more than one
>Tomcat ? How should I do that ? Can I use one 
>workers.properties defing two
>ajp13s listening on different ports ? 

yes and no. Tomcat 4 still didn't support jvmroute which is 
mandatory for load-balancing support. But if you want to 
have multiples tomcat 4 for multi webapps without a need
of load-balancing, you could of course use mod_jk.


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to