Re: Translations update

2018-12-13 Thread Woonsan Ko
Hi all, Korean translation has just got to 100% line! Congrats to all the contributors! I also see Japanese fellows making a breakthrough, approaching the finish line. Congrats in advance! I will proofread Korean translations next week one more or two. Perhaps I can write something about how each

Re: Spring+Tomcat

2018-12-13 Thread Adlet Azhibek
> > thanks a lot for your help! I got project with .jars in "lib" from > previous developer. And I should update version of my spring, so I thought > that there is a way to download tomcat with all libs in it. Now I inserted > all neccessary libs manually one-by-one, and it works. > >

Re: Error running the application as WAR in tomcat 9

2018-12-13 Thread Kok How Teh
I filed a bug at Spring JIRA and this is the response I get ( https://jira.spring.io/browse/SPR-17599): There seems to be a misunderstanding in that conversation on the Tomcat mailing list: It's not that we can't find the class of the name javax.websocket.server.ServerContainer, it's the

Re: lingering mysql connections

2018-12-13 Thread HeeGu Lee
Hi, chris. You can use apache commons-dbcp2-2.5.0. This problem is fixed in this version. And ServletContextListener is not necessary! This is make you happy. :-) Have a nice day!!! 2018년 12월 14일 (금) 오전 5:51, Chris Cheshire 님이 작성: > Tomcat 9.0.12, Debian, MySQL Server 5.7.23, Connector/J

lingering mysql connections

2018-12-13 Thread Chris Cheshire
Tomcat 9.0.12, Debian, MySQL Server 5.7.23, Connector/J 5.1.46 I am trying to fix a lingering database connection problem. When I reload a context via the tomcat manager, connections to the datasources are not being released in mysql. They are still on the 30 second activity cycle from the

Re: Request for a technical review

2018-12-13 Thread Mark Thomas
On 13/12/2018 08:33, Jäkel, Guido wrote: > Dear Mallory and Mark, > > then I'm the one of the rare who use an "unusual" setups for more than 10 > years :) . On a staged farm of about 3*10 Tomcat's we run a whole bunch of > "webapps"; most of them in at least two instances for failover. > >

Re: Spring+Tomcat

2018-12-13 Thread Luis Rodríguez Fernández
Hello Adlet, Regarding the deployment of spring in tomcat: I would recommend you to keep the application libraries (spring and others) in your WEB-INF/lib. You can have a look at this fantastic tutorial [1]. About websockets: keep in mind that tomcat has out-of-the-box websocket support.

RE: Request for a technical review

2018-12-13 Thread Jäkel , Guido
Dear Mallory and Mark, then I'm the one of the rare who use an "unusual" setups for more than 10 years :) . On a staged farm of about 3*10 Tomcat's we run a whole bunch of "webapps"; most of them in at least two instances for failover. But I never configured more than one Service and one

Re: Spring+Tomcat

2018-12-13 Thread Olaf Kock
On 13.12.18 05:51, Adlet Azhibek wrote: > *Hi all!* > how should download a new version of tomcat with *necessary (.jar) files in > a "lib" directory? I need, for example, "**spring-websocket-5. 1.3. RELEASE > .jar" in "lib". What should I do? I've downloaded necessary jar files from * >