Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-03 Thread Tobias Soloschenko
One thing I made wrong was "export JAVA_OPTS=-Djava.library.path=/usr/local/apr/lib" which is 1.4.8 the path to the new version installed with brew is "export JAVA_OPTS=-Djava.library.path=/usr/local/Cellar/apr/1.5.2/libexec/lib" but Tomcat can not find it at this location. I also tried to dow

Exception Both the UrlPattern and value attribute were set for the WebServlet annotation on class ...

2016-04-03 Thread basilk
Hi. I try to start tomcat 8.0.33 in debug mode under Eclipse Mars.2. I get the following errors: SEVERE: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localh

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-03 Thread Tobias Soloschenko
I am going to contribute a step by step guide to the documentation (only for developers) when I got it working for me. kind regards Tobias > Am 03.04.2016 um 22:09 schrieb Terence M. Bandoian : > >> On 4/2/2016 10:29 PM, Tobias Soloschenko wrote: >> Hi, >> >> I am trying to get http/2 working

Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-03 Thread Terence M. Bandoian
On 4/2/2016 10:29 PM, Tobias Soloschenko wrote: Hi, I am trying to get http/2 working on Mac OS X 10.11.4 - these are the steps I used: 1. Install Brew: http://brew.sh/ 2. Download Apache Tomcat 9 https://tomcat.apache.org/download-90.cgi 3. Download Xcode command line tools by opening the t

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-03 Thread Tobias Soloschenko
Ok I run it again - here are the results: ./configure --with-ssl=/usr/local/Cellar/openssl/1.0.2g --prefix=/Applications/apache-tomcat-9.0.0.M4 --with-apr=/usr/local/Cellar/apr/1.5.2 && make && make install checking build system type... x86_64-apple-darwin15.4.0 checking host system type... x86_

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-03 Thread Tobias Soloschenko
Thanks - I am going to try it out. kind regards Tobias > Am 03.04.2016 um 12:17 schrieb Mark Thomas : > >> On 3 April 2016 04:29:40 BST, Tobias Soloschenko >> wrote: >> Hi, >> >> I am trying to get http/2 working on Mac OS X 10.11.4 - these are the >> steps I used: >> >> 1. Install Brew: ht

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-03 Thread Mark Thomas
On 3 April 2016 04:29:40 BST, Tobias Soloschenko wrote: >Hi, > >I am trying to get http/2 working on Mac OS X 10.11.4 - these are the >steps I used: > >1. Install Brew: http://brew.sh/ > >2. Download Apache Tomcat 9 https://tomcat.apache.org/download-90.cgi > >3. Download Xcode command line tools