Re: tomcat Finding!

2018-12-14 Thread John Palmer
I found this to be easier to accomplish (and maintain): add to the Host section of server.xml: (this will disable the tomcat version number and the stacktrace - the defaults for these are "true") On Fri, Dec 14, 2018 at 10:18 AM wrote: > Good Morning, > I'm encountering following scan findi

Re: Request for a technical review

2018-12-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Guido, On 12/13/18 03: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 t

RE: tomcat Finding!

2018-12-14 Thread DANYAAL.HANIF
Good Morning, I'm encountering following scan finding errors and couldn't find way to mitigate this. Tomcat 8.5.32 12085 Apache Tomcat Default Files The following default files were found :/nessus-check/default-404-error-page.html Delete the default index page and remove the example JSP and serv

Re: Error running the application as WAR in tomcat 9

2018-12-14 Thread Mark Thomas
On 14/12/2018 11:15, Kok How Teh wrote: >> Have you configued "containerSciFilter" on the Context? > No. I don't > >> Have you removed any JARs from Tomcat's lib directory? > These are what I have in the lib: > > /opt/tomcat/latest/lib 2114 $ ls > annotations-api.jar catalina.jar ec

Re: Translations update

2018-12-14 Thread Woonsan Ko
On Fri, Dec 14, 2018 at 5:39 PM Mark Thomas wrote: > > On 14/12/2018 04:46, Woonsan Ko wrote: > > Hi all, > > > > Korean translation has just got to 100% line! Congrats to all the > > contributors! > > +1 > > And apologies in advance that it is probably going to drop a few > percentage points whe

Re: Translations update

2018-12-14 Thread Woonsan Ko
On Fri, Dec 14, 2018 at 5:38 PM Keiichi Fujino wrote: > > 2018年12月14日(金) 13:46 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

Re: Error running the application as WAR in tomcat 9

2018-12-14 Thread Kok How Teh
> Have you configued "containerSciFilter" on the Context? No. I don't > Have you removed any JARs from Tomcat's lib directory? These are what I have in the lib: /opt/tomcat/latest/lib 2114 $ ls annotations-api.jar catalina.jar ecj-4.7.3a.jar jasper.jar servlet-api.jartomcat

Re: Translations update

2018-12-14 Thread Mark Thomas
On 14/12/2018 04:46, Woonsan Ko wrote: > Hi all, > > Korean translation has just got to 100% line! Congrats to all the > contributors! +1 And apologies in advance that it is probably going to drop a few percentage points when I import the latest set of new strings. Mark > I also see Japanese

Re: Error running the application as WAR in tomcat 9

2018-12-14 Thread Mark Thomas
On 14/12/2018 00:34, Kok How Teh wrote: > 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.

Re: Translations update

2018-12-14 Thread Keiichi Fujino
2018年12月14日(金) 13:46 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 tw

Re: lingering mysql connections

2018-12-14 Thread Greg Huber
I resolved the same using this link https://stackoverflow.com/questions/11872316/tomcat-guice-jdbc-memory-leak I created the ContextFinalizer to cleanup on shut down. Also, I had loads of strange sql issues which were resolved by switching to maria db. Cheers Greg On Thu, 13 Dec 2018 at 20:51,