Re: async servlet, tomcat 8.0.33, behind apache

2016-04-18 Thread fachhoch
can you please tell me what protocol I should use and any article on
configuring  this protocol?



--
View this message in context: 
http://tomcat.10.x6.nabble.com/async-servlet-tomcat-8-0-33-behind-apache-tp5049264p5049649.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

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



Re: async servlet, tomcat 8.0.33, behind apache

2016-04-18 Thread Christopher Schultz
Fachhoch,

On 4/13/16 10:07 AM, fachhoch wrote:
> We tried replacing ajp ( 
> http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html) with mod_jk  (
> https://tomcat.apache.org/download-connectors.cgi ) connector, async servlet
> works fine.

I'd like to point out that you are still using AJP. You have switched
mod_proxy_ajp with mod_jk, but you are using the same protocol.

-chris

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



Re: async servlet, tomcat 8.0.33, behind apache

2016-04-13 Thread fachhoch
We tried replacing ajp ( 
http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html) with mod_jk  (
https://tomcat.apache.org/download-connectors.cgi ) connector, async servlet
works fine.
Thank you.




--
View this message in context: 
http://tomcat.10.x6.nabble.com/async-servlet-tomcat-8-0-33-behind-apache-tp5049264p5049397.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

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



Re: async servlet, tomcat 8.0.33, behind apache

2016-04-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

fachhoch,

On 4/12/16 3:01 PM, fachhoch wrote:
> Thank you , In my case there is no cluster, its apache web server
> version 2.2.29 and one tomcat server, the connector is AJP, not
> mod_jk as said earlier.

AJP is a protocol, not software. What software are you actually using?

> does async work only with mod_jk connector?as mentioned in 
> (http://markmail.org/message/5oyqgyjuhfjsf666)

Not quite sure, yet.

- -chris
-BEGIN PGP SIGNATURE-
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlcNUh0ACgkQ9CaO5/Lv0PAtYQCgoo4pAf3C0G7yKgxD+meQVljN
excAnA389gwggqGayMfm0Mt4kfUtnShP
=TR3L
-END PGP SIGNATURE-

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



Re: async servlet, tomcat 8.0.33, behind apache

2016-04-12 Thread fachhoch
Thank you , In my case there is no cluster, its apache web server version
2.2.29 and one tomcat server, the connector is AJP, not mod_jk as said
earlier.

does async work only with mod_jk connector?as mentioned in
(http://markmail.org/message/5oyqgyjuhfjsf666)










 





--
View this message in context: 
http://tomcat.10.x6.nabble.com/async-servlet-tomcat-8-0-33-behind-apache-tp5049264p5049353.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

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



Re: async servlet, tomcat 8.0.33, behind apache

2016-04-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

fachhoch,

On 4/12/16 10:00 AM, fachhoch wrote:
> async servlet  with tomcat 8.33,   when behind apache web server is
> causing issues, without apache web server, only tomcat, works fine,
> with apache its not working, to make async servlet work with
> tomcat, and apache   what changes are required?are there any
> recommendations? how to troubleshoot the issue? currently   using
> mod_jk connector. Please advice.

http://tomcat.markmail.org/thread/2jeluyiqjp5hjxg3
http://markmail.org/message/5oyqgyjuhfjsf666

- -chris
-BEGIN PGP SIGNATURE-
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlcNGlEACgkQ9CaO5/Lv0PC0VwCePzc2d++EhrKJAFWIObOKCciC
w6UAnjW3iI1LjZ/u2OKHHYC4665e60ww
=PIdA
-END PGP SIGNATURE-

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



Re: async servlet, tomcat 8.0.33, behind apache

2016-04-12 Thread fachhoch
async servlet  with tomcat 8.33,   when behind apache web server is causing
issues, without apache web server, only tomcat, works fine, with apache its
not working, to make async servlet work with tomcat, and apache   what
changes are required?are there any recommendations? how to troubleshoot
the issue?
currently   using mod_jk connector. Please advice.






--
View this message in context: 
http://tomcat.10.x6.nabble.com/async-servlet-tomcat-8-0-33-behind-apache-tp5049264p5049318.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

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



async servlet, tomcat 8.0.33, behind apache

2016-04-11 Thread fachhoch
I am trying to use async servlet, tomcat version 8.0.33, sits behind apache, 
without async servlet never had any issues, now I am trying out async
servlet,  see issues with async servlet, connection to and from this servlet
is taking very long time,  all pages connect to this servlet  to receive
server push , I am using longpolling . 
my java script code





without apahce no issues , but when behind apahce , navigation or any ajax
request  from current page to taking  long time more than 2 minutes.  What
logs should I enable to get more information?what is holding the page,
how can I figure out ? Is it could be because of page having open connection
with this async servlet? Please advice.







--
View this message in context: 
http://tomcat.10.x6.nabble.com/async-servlet-tomcat-8-0-33-behind-apache-tp5049264.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

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