Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-07 Thread Sandip Gaikwad
Hi Terence, I removed following line *Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / * Replaced *Connector port=8009 protocol=AJP/1.3 redirectPort=8443/* with *Connector port=8009 protocol=AJP/1.3 redirectPort=8443 address=127.0.0.1/* . I have

Deployment Woe with Cargo

2015-01-07 Thread jieryn
Greetings, I'm using Apache Tomcat 7.0.55 via Apache TomEE 1.7.1, on a RHEL machine with IBM Java.7. My team has a deployment procedure which uses Jenkins CI to check out, build, test, and then leverage Codehaus Cargo to deploy the final generated WAR artifact. The procedure is long but fairly

Does the securePort for Cluster/Channel/Receiver work yet?

2015-01-07 Thread Purvis Robert (HEALTH AND SOCIAL CARE INFORMATION CENTRE)
I have found an old message from 29 April 2009 (at 6:12pm) from Bill Smith asking Apache Tribes: does anything actually use securePort. The reply then from Filip Hanik was it's not yet implemented. (See

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-07 Thread Terence M. Bandoian
Please see inline comments from previous message. -Terence Bandoian On 1/2/2015 9:45 PM, Terence M. Bandoian wrote: On 1/1/2015 9:20 AM, Sandip Gaikwad wrote: Hi, Following are entries in files. Please let me know what is going wrong. *workers.properties* worker.list=worker1 # Set

Re: Can we Enable SSL protocol in Tomcat 7.0.57 ?

2015-01-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Utkarsh, On 1/7/15 1:57 AM, Utkarsh Dave wrote: Thanks for the response. So would the desired changes in server.xml will be sslEnabledProtocols=SSL,TLS I think you want sslEnabledProtocols=TLSv1,TLSv1.1,TLSv1.2,SSLv3. You might optionally want