Re: Devmode with GWT 2.6.1 - [ERROR] 503 - GET /Quant.html?gwt.codesvr=127.0.0.1:9997 (127.0.0.1) 1299 bytes

2014-07-16 Thread Thomas Broyer
What's your setup? Do you have a jetty-web.xml to configure a LoginService or realm? Note that 2.6 updated Jetty from version 6 to 8, which changes the packages from org.mortbay.jetty to org.eclipse.jetty and breaks backwards compatibility in many other ways (AFAICT, Jetty couldn't even

Re: Devmode with GWT 2.6.1 - [ERROR] 503 - GET /Quant.html?gwt.codesvr=127.0.0.1:9997 (127.0.0.1) 1299 bytes

2014-07-16 Thread Mo Baig
No, we do not have jetty-web.xml to configure a LoginService. We have a realm defined in web.xml login-config auth-methodFORM/auth-method realm-namenaaSecurityRealm/realm-name form-login-config form-login-page/jsp/nqb/login.jsp/form-login-page

Re: Devmode with GWT 2.6.1 - [ERROR] 503 - GET /Quant.html?gwt.codesvr=127.0.0.1:9997 (127.0.0.1) 1299 bytes

2014-07-16 Thread Thomas Broyer
On Wednesday, July 16, 2014 3:31:04 PM UTC+2, Mo Baig wrote: No, we do not have jetty-web.xml to configure a LoginService. I wonder how it even worked before then… We have a realm defined in web.xml login-config auth-methodFORM/auth-method realm-namenaaSecurityRealm/realm-name

Devmode with GWT 2.6.1 - [ERROR] 503 - GET /Quant.html?gwt.codesvr=127.0.0.1:9997 (127.0.0.1) 1299 bytes

2014-07-15 Thread Mo Baig
This issue came up with our upgrade to GWT 2.6.1, prior versions worked fine. We are on GWT 2.4. When the dev mode is started we get this error --- [ERROR] 503 - GET /Quant.html?gwt.codesvr=127.0.0.1:9997 (127.0.0.1) 1299 bytes in the console I see this output. Anyone has any ideas? Thanks