Re: Running Zeppelin server and webscoket on different

2021-01-31 Thread Great Info
Can you help with which source part to be modified ? Thanks Chethan On Tue, Jan 26, 2021 at 11:33 AM Great Info wrote: > Yes, but I can't start two reverse proxy on same port, network binding > fails. > > > > On Mon, 25 Jan 2021, 11:44 pm moon, wrote: > >> Hi, >> >> I think you need to change

Re: Running Zeppelin server and webscoket on different

2021-01-25 Thread Great Info
Yes, but I can't start two reverse proxy on same port, network binding fails. On Mon, 25 Jan 2021, 11:44 pm moon, wrote: > Hi, > > I think you need to change the zeppelin server source code to do that. > Just curious, can two reverse proxies point to the same zeppelin server > port? > > Thanks

Re: Running Zeppelin server and webscoket on different

2021-01-25 Thread moon
Hi, I think you need to change the zeppelin server source code to do that. Just curious, can two reverse proxies point to the same zeppelin server port? Thanks, moon On Mon, Jan 25, 2021 at 8:04 AM Great Info wrote: > Hi, > I need to host zeppelin behind reverse proxy due to some restrictions

Running Zeppelin server and webscoket on different

2021-01-25 Thread Great Info
Hi, I need to host zeppelin behind reverse proxy due to some restrictions, our current existing reverse proxy only can work for http so for webscoket I need to use another proxy (spring-cloud-gateway). So is it possible to configure the zeppelin server to use different ports for http and websocket