Re: load server configuration file error

2016-08-08 Thread Konstantin Kolinko
2016-08-08 17:36 GMT+03:00 leonidprokopets : > It looks like a minor problem, but I'm unable to solve it. :( > > Eclipse Neon 4.6 returns this warning when I try to compile a web project > > org.apache.catalina.startup.Catalina load > WARNING: Unable to load server

Re: load server configuration file error

2016-08-08 Thread 侯树成
Hi Leonid, When Tomcat run in Eclipse, It work because the Eclipse server configuration was treated for the CATALINA_BASE, Just like another *standalone* Tomcat. You can reconfig your server. If Error occured, try Embeded Tomcat. Or use Remote Debug. Hope helpful. 2016-08-08 23:56 GMT+08:00

Re: Connectivity Issue with Tomcat7 and WebServer (AJP Connector)

2016-08-08 Thread tomcat
On 08.08.2016 11:18, Jayaram Ponnusamy wrote: Thanks André, 1. ANS-Question 1 = Both Tomcat & WebServer installed on different Machines, Attached Architecture diagram of our environment. Our Tomcat are configured as Application Clustering, and WebServer1 is pointing to Tomcat1 and WebServer2 is

Re: More, Re: Question about vulnerability report

2016-08-08 Thread Coty Sutherland
Vulnerability scanners are always iffy when it comes to finding actual issues IMO. They're good for running a quick scan to get an overall feel for weaknesses, but the effectiveness varies from tool to tool (some only check versions, etc). I think that the best way to test if you're vulnerable to

Re: More, Re: Question about vulnerability report

2016-08-08 Thread James H. H. Lampert
Hmm. This is interesting. pentest-tools.com says that neither our server nor the customer server is vulnerable to POODLE. But Site24x7.com says ours IS vulnerable to POODLE. Then (when I click "View Result") it says it isn't. Then (when I actually run the test again) it once again says it

Re: More, Re: Question about vulnerability report

2016-08-08 Thread James H. H. Lampert
On 8/8/16, 10:32 AM, Coty Sutherland wrote: So you've already mitigated POODLE and the scanner is just complaining about your TLS version. Or SSLLabs isn't actually checking to see if it can connect via SSLv3: At present, SSL Labs has the following limitations: In general, cipher suite

Re: More, Re: Question about vulnerability report

2016-08-08 Thread Coty Sutherland
So you've already mitigated POODLE and the scanner is just complaining about your TLS version. Unfortunately, TLSv1.0 is the only TLS protocol version available on java6, unless your on u111 (from https://blogs.oracle.com/java-platform-group/entry/diagnosing_tls_ssl_and_https). If you need

Re: More, Re: Question about vulnerability report

2016-08-08 Thread James H. H. Lampert
On 8/8/16, 9:59 AM, Coty Sutherland wrote: To mitigate POODLE you must disable SSLv3 and only use TLS. Please visit the wiki page for more info: https://wiki.apache.org/tomcat/Security/POODLE Actually, I found that on my own, only a few minutes after I posted my question. So would the

Re: More, Re: Question about vulnerability report

2016-08-08 Thread Coty Sutherland
> Except for one. It seems that whoever is doing the customer's security audit > is concerned with POODLE vulnerability. To mitigate POODLE you must disable SSLv3 and only use TLS. Please visit the wiki page for more info: https://wiki.apache.org/tomcat/Security/POODLE On Mon, Aug 8, 2016 at

Re: Connectivity Issue with Tomcat7 and WebServer (AJP Connector)

2016-08-08 Thread Mark Eggers
André, On 8/8/2016 9:18 AM, André Warnier (tomcat) wrote: > On 08.08.2016 17:48, Mark Eggers wrote: >> Jayaram, >> >> Please don't top post >> (http://tomcat.apache.org/lists.html#tomcat-users item 6). >> >> On 8/8/2016 2:18 AM, Jayaram Ponnusamy wrote: >>> Thanks André, >>> >>> 1.

More, Re: Question about vulnerability report

2016-08-08 Thread James H. H. Lampert
On 7/27/16, 11:59 AM, Mark Thomas wrote: ciphers="SSL_RSA_WITH_AES_256_CBC_SHA,SSL_RSA_WITH_AES_128_CBC_SHA" Ladies and Gentlemen: Thanks, Mark; that raises the SSLLabs rating from "F" to "C," and seems to have dealt with most of the concerns raised by the customer. Except for one. It

Re: Connectivity Issue with Tomcat7 and WebServer (AJP Connector)

2016-08-08 Thread tomcat
On 08.08.2016 17:48, Mark Eggers wrote: Jayaram, Please don't top post (http://tomcat.apache.org/lists.html#tomcat-users item 6). On 8/8/2016 2:18 AM, Jayaram Ponnusamy wrote: Thanks André, 1. ANS-Question 1 = Both Tomcat & WebServer installed on different Machines, Attached Architecture

Re: load server configuration file error

2016-08-08 Thread Mark Eggers
Leonid, On 8/8/2016 7:36 AM, leonidprokopets wrote: > It looks like a minor problem, but I'm unable to solve it. :( > > Eclipse Neon 4.6 returns this warning when I try to compile a web > project > > org.apache.catalina.startup.Catalina load WARNING: Unable to load > server configuration from

Re: Connectivity Issue with Tomcat7 and WebServer (AJP Connector)

2016-08-08 Thread Mark Eggers
Jayaram, Please don't top post (http://tomcat.apache.org/lists.html#tomcat-users item 6). On 8/8/2016 2:18 AM, Jayaram Ponnusamy wrote: > Thanks André, > > 1. ANS-Question 1 = Both Tomcat & WebServer installed on different > Machines, Attached Architecture diagram of our environment. Our >

Re: Strange MySQL error when starting tomcat 8 on boot

2016-08-08 Thread Mark Eggers
Sean, On 8/8/2016 7:10 AM, Sean Son wrote: > On Fri, Aug 5, 2016 at 5:34 PM, Mark Eggers > wrote: > >> On 8/5/2016 2:19 PM, Sean Son wrote: >>> Hello! >>> >>> I am currently running Tomcat 8 on RHEL 7.2 with one web application >>> called AppVet (A mobile

load server configuration file error

2016-08-08 Thread leonidprokopets
It looks like a minor problem, but I'm unable to solve it. :( Eclipse Neon 4.6 returns this warning when I try to compile a web project org.apache.catalina.startup.Catalina load WARNING: Unable to load server configuration from [C:\Program Files (x86)\Hewlett-Packard\HP Quick

Re: Strange MySQL error when starting tomcat 8 on boot

2016-08-08 Thread Sean Son
On Fri, Aug 5, 2016 at 5:34 PM, Mark Eggers wrote: > On 8/5/2016 2:19 PM, Sean Son wrote: > > Hello! > > > > I am currently running Tomcat 8 on RHEL 7.2 with one web application > > called AppVet (A mobile Application Vetting program). The > > application works

Re: Enabling ${...} Syntax for JSTL in JSPs

2016-08-08 Thread Mark Thomas
On 06/08/2016 15:48, Jerry Malcolm wrote: > I have several sites that all run on the same server. All of them use > XML extensively for the model data and use JSTL to extract the XML data > and display the data on the JSP pages. I had to do some maintenance on > the JSP code structure for one of

Re: Connectivity Issue with Tomcat7 and WebServer (AJP Connector)

2016-08-08 Thread Jayaram Ponnusamy
Thanks André, 1. ANS-Question 1 = Both Tomcat & WebServer installed on different Machines, Attached Architecture diagram of our environment. Our Tomcat are configured as Application Clustering, and WebServer1 is pointing to Tomcat1 and WebServer2 is pointing to Tomcat2 Tomcat's IP (Node1):

Re: Connectivity Issue with Tomcat7 and WebServer (AJP Connector)

2016-08-08 Thread tomcat
On 08.08.2016 09:14, Jayaram Ponnusamy wrote: Thanks for your Quick & Valuable Response, 1. ANS-Question 1: No Both Are different Machine, We are using VirtualHost configuration That is not consistent with the configuration that you sent. You have a ServerName (in Apache) named as "ServerName

Re: Connectivity Issue with Tomcat7 and WebServer (AJP Connector)

2016-08-08 Thread Jayaram Ponnusamy
Thanks for your Quick & Valuable Response, 1. ANS-Question 1: No Both Are different Machine, We are using VirtualHost configuration 2. ANS-Question 2: Kindly please share Optimal Value to Set for ConnectionTimeout & KeepAliveTimeout if required 3. ANS-Question 3: Yes We have Firewall, but there