Hi Mladen,

I tried adding the address attribute like this:

        <Connector
            port="80"
            protocol="HTTP/1.1"
            connectionTimeout="20000"
            redirectPort="443"
            address="192.168.1.4" />

I also tried:

        <Connector
            port="80"
            protocol="HTTP/1.1"
            connectionTimeout="20000"
            redirectPort="443"
            address="127.0.0.1" />

But I still get the same message.  I'll try it without jsvc next.

Thanks,
- Ole


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to