Re: Apache+SSL+Tomcat+WebSocket

2016-03-19 Thread Mark Eggers
On 3/17/2016 3:30 PM, Edwin Quijada wrote:
> Hi! I am trying to install apache+SSL+Tomcat with my app that use
> websocket. I read that websocket doesnt connect with tomcat and
> apache like proxy.
> 
> I need information where I can connect this now I have installed
> Apache with SSL and Tomcat not connected yet. The scenario is this
> 
> 
> BROWSE ===ssl===> APACHE WEBSERVER >TOMCAT APP
> 
> 
> The app use websocket with the client , Can I use websocket in this
> scenario ?
> 
> What module is better for this job mod_proxy or mod_jk?
> 
> 
> I am using Apache 2.4.7, Tomcat 8.0.32 , Ubuntu Server 14.04
> 
> 
> Thks
> 

LMGTFY:

https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html

I have no idea if this works with a Tomcat 8.0.32 back end.

. . . just my two cents
/mde/



signature.asc
Description: OpenPGP digital signature


Apache+SSL+Tomcat+WebSocket

2016-03-19 Thread Edwin Quijada
Hi!
I am trying to install apache+SSL+Tomcat with my app that use websocket. I read 
that websocket doesnt connect with tomcat and apache like proxy.

 I need information where I can connect this now I have installed Apache with 
SSL and Tomcat not connected yet. The scenario is this


BROWSE ===ssl===> APACHE WEBSERVER >TOMCAT APP


The app use websocket with the client , Can I use websocket in this scenario ?

What module is better for this job mod_proxy or mod_jk?


I am using Apache 2.4.7, Tomcat 8.0.32 , Ubuntu Server 14.04


Thks