Hi Matt,

I tried with SJSWS 6 sp11 on Solaris 8 together with nsapi redirector
1.2.25. I could reproduce the problem, and I could fix it with a small
variation of your configuration, which seems syntactically invalid:

Your original configuration:

>    <Object name="jboss">
>    ObjectType fn="force-type" type="text/plain" 3="Service"
> fn="jk_service" method="*" worker="balance1"
>    </Object>
> 
>    <Object name="lb_status">
>    ObjectType fn="force-type" type="text/plain" 3="Service"
> fn="jk_service" method="*" worker="mystatus"
>    </Object>

Mine:

<Object name="jboss">
ObjectType fn=force-type type=text/plain
Service fn="jk_service" method="*" worker="worker1"
</Object>

Observe the new line before the "Service" and simply 'Service' instead
of '3="Service"' (and most likely the same fix for lb_status).

HTH

Rainer


---------------------------------------------------------------------
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