Re: Error running the application as WAR in tomcat 9

2018-12-16 Thread Kok How Teh
I get this on the page: org.apache.tomcat.websocket.server.WsServerContainer@7d9225a7 On Sun, Dec 16, 2018 at 12:27 AM Mark Thomas wrote: > On 15/12/2018 12:15, Kok How Teh wrote: > > Can you share with me your JSP for test? Thanks. > > It was in a previous mail

Re: Error running the application as WAR in tomcat 9

2018-12-15 Thread Kok How Teh
Can you share with me your JSP for test? Thanks. On Fri, Dec 14, 2018 at 7:50 PM Mark Thomas wrote: > On 14/12/2018 11:15, Kok How Teh wrote: > >> Have you configued "containerSciFilter" on the Context? > > No. I don't > > > >> Have you removed

Re: Error running the application as WAR in tomcat 9

2018-12-14 Thread Kok How Teh
r catalina-tribes.jar jasper-el.jar jsp-api.jar tomcat-coyote.jar tomcat-i18n-fr.jar tomcat-jdbc.jar tomcat-util-scan.jar > Are you using embedded without the WebSocket JAR? How do I check this? On Fri, Dec 14, 2018 at 4:38 PM Mark Thomas wrote: > On 14/12/2018 00:34, Kok How

Re: Error running the application as WAR in tomcat 9

2018-12-13 Thread Kok How Teh
Watchers:2 Start watching this issue Dates - Created:YesterdayUpdated:YesterdayDays since last comment:10 hours, 48 minutes ago On Mon, Dec 10, 2018 at 11:41 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > KH, > &

Error running the application as WAR in tomcat 9

2018-12-09 Thread Kok How Teh
Hi; I use Spring Boot to develop GraphQL applications. However, when the application is packaged as WAR and deployed to Tomcat 9, it throws illegalstate exception. I have tried the workaround by adding a ServletContextAware bean but it doesn't help on Tomcat 9. I have filed 2 issues in separate