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
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
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
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
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_
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
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