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
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
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
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
> >
]
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
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
>
> 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
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.
>>
>
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,
>
>
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
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
11 matches
Mail list logo