-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Saju,

On 3/24/2009 12:05 AM, Saju K K wrote:
>  I am  using only one connector with tomcat( NIO connector) , In that case
> also i get the same error . 

No, you're not:

> <Connector port="8080" address="serdev41" connectionTimeout="5000"
> minProcessors="5" maxProcessors="100" protocol="HTTP/1.1"
> redirectPort="8443" />

That's an HTTP <Connector>, and ...

> worker.worker2.port=8080

/that/ is an AJP worker.

I don't think HTTP would complain about getting an AJP packet (you'd
just get a connection drop, or maybe a BAD REQUEST response). What is
more likely is that you are sending an HTTP request to an AJP <Connector>.

What URL are you using to access the application? What is the full stack
trace of the error? Do you get any errors in your httpd log files? What
versions of everything are you running?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAknKJ4oACgkQ9CaO5/Lv0PDEbACgmL3KkY5UbVh58X+LMK523qHV
wvMAoKwdG7AhwyDGgx+eUfso5l0VIoZK
=r9qZ
-----END PGP SIGNATURE-----

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

Reply via email to