Re: security-constraint blocks welcome file with 403

2017-06-19 Thread Addy D
On Mon, Jun 19, 2017 at 3:09 PM, Mark Thomas wrote: > On 19/06/17 08:24, Greg Huber wrote: > > Hello, > > > > If I add a security constrait to block direct access to jsp outside of > > /WEB-INF/ it blocks the welcome-file with a 403. Is there a caveat for > > using this here? > > Your welcome fi

Re: Apache Tomcat 7 (7.0.78) - Introduction

2017-05-31 Thread Addy D
On Wed, May 31, 2017 at 1:01 PM, 付传淮 <337435...@qq.com> wrote: > I am learning tomcat,I found such a title on the following page. > http://tomcat.apache.org/tomcat-7.0-doc/introduction.html > at all Introduction of the tomcat document,you can see: > > Context - In a nutshell, a Context is a we

Re: Websocket & Logging

2017-04-03 Thread Addy D
Thank you all for helping out, it really solved my issue :) On Thu, Mar 30, 2017 at 9:40 PM, Mark Thomas wrote: > On 30/03/17 16:56, Addy D wrote: > > On Thu, Mar 30, 2017 at 8:49 PM, Konstantin Kolinko < > knst.koli...@gmail.com> > > wrote: > > > >> 2017

Re: Websocket & Logging

2017-03-30 Thread Addy D
On Thu, Mar 30, 2017 at 8:49 PM, Konstantin Kolinko wrote: > 2017-03-30 12:15 GMT+03:00 Addy D : > > I can see following in log, while starting tomcat: > > > > Mar 30, 2017 2:33:22 PM > > org.springframework.web.socket.server.support.WebSocketHandlerMapping > >

Re: Websocket & Logging

2017-03-30 Thread Addy D
] Same kind of logs are also available when I run my Spring boot application, in this app I am able to connect to wss://localhost:8443/call. On Thu, Mar 30, 2017 at 11:16 AM, Addy D wrote: > Well, I haven't change the code, the thing was working with Spring boot > (embedded tomcat) I jus

Re: Websocket & Logging

2017-03-29 Thread Addy D
e Developer > Lucee.org <http://lucee.org/> > > On 3/29/2017 12:10 PM, Addy D wrote: > >> No, I tried something different, I tried this url wss:// >> echo.websocket.org, >> this one is working. >> >> On Wed, Mar 29, 2017 at 11:49 PM, Igal @ Lucee.or

Re: Websocket & Logging

2017-03-29 Thread Addy D
> > Igal Sapir > Lucee Core Developer > Lucee.org <http://lucee.org/> > > > On 3/29/2017 11:17 AM, Addy D wrote: > >> The exact url I am trying to hit is : wss://localhost:8443/call >> >> >> On Wed, Mar 29, 2017 at 10:58 PM, Igal @ Lucee.org &g

Re: Websocket & Logging

2017-03-29 Thread Addy D
The exact url I am trying to hit is : wss://localhost:8443/call On Wed, Mar 29, 2017 at 10:58 PM, Igal @ Lucee.org wrote: > On 3/29/2017 2:17 AM, Addy D wrote: > >> Hello all, >> >> I am facing an issue in my application, I want to know following things. >> >

Re: Websocket & Logging

2017-03-29 Thread Addy D
ms] Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] small_logo.png Firefox can’t establish a connection to the server at wss://localhost:8443/call. On Wed, Mar 29, 2017 at 5:04 PM, Addy D wrote: > Hey Mark, > >

Re: Websocket & Logging

2017-03-29 Thread Addy D
as shown below @Override public void registerWebSocketHandlers(WebSocketHandlerRegistry registry) { registry.addHandler(callHandler(), "/call").setAllowedOrigins("*"); } Regards Addy On Wed, Mar 29, 2017 at 3:32 PM, Mark Thomas w

Websocket & Logging

2017-03-29 Thread Addy D
Hello all, I am facing an issue in my application, I want to know following things. 1. The tomcat is returning 404 for upgrade header (request to upgrade to websocket protocol). Do I need to configure anything here? 2. How to enable logging for particular package of tomcat ? (I tried changing lo