[EMAIL PROTECTED] wrote:
> I have looked at
> the Tomcat Apache documents and it appears that the "jvmRoute" has been
> depreciated and replaced by "route" since the release of mod_jk 1.2.20,
> so I have replaced the jvmRoute with route on the server.xml
> configuration files to reflect this change but the problem still there.

This is not correct. You should be using jvmRoute

> <Engine name="Standalone" defaultHost="localhost" jvmRoute="worker1"/>
Good

> <Engine name="Standalone" defaultHost="localhost" jvmRoute="worker2/">
Bad - should be ...="worker2" /> not ...="worker2/" >

> workers.tomcat_home=/export/home/tomcat/apache-tomca
> workers.java_home=/export/home/tomcat/jre1.5.0_09
I would delete these two lines

> worker.list=router (
Remove the (

HTH,

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to