Re: Building (and running) Tomcat on MacOS

2018-11-06 Thread Israel Timoteo
Hi Christopher, How do you make Tomcat start automatically after your Mac restarts? Israel Timoteo itimo...@me.com > On Nov 6, 2018, at 9:05 AM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > Periodically, some folks ask how to get Tomcat

Re: Building (and running) Tomcat on MacOS

2018-11-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Israel, On 11/6/18 12:27 PM, Israel Timoteo wrote: > How do you make Tomcat start automatically after your Mac > restarts? I don't :) I think the best way is to use the Launch Deamon facility of macos. Briefly, as root: 1. Create a file

Re: Building (and running) Tomcat on MacOS

2018-11-06 Thread Geraldo Netto
Hi, Maybe this article can help you: https://medium.com/@fahimhossain_16989/adding-startup-scripts-to-launch-daemon-on-mac-os-x-sierra-10-12-6-7e0318c74de1 Diaclaimer: I didn't test the procedure Kind Regards, Geraldo Netto Em ter, 6 de nov de 2018 15:28, Israel Timoteo Hi Christopher, > >

Re: Handling empty Host in HTTP Header

2018-11-06 Thread Mani
‐‐‐ Original Message ‐‐‐ On Sunday, October 28, 2018 8:33 AM, Mani wrote: > ‐‐‐ Original Message ‐‐‐ > On Saturday, October 27, 2018 8:52 PM, Mark Thomas ma...@apache.org wrote: > > > On 27/10/18 14:38, Caldarale, Charles R wrote: > > > > > > From: Mani

Re: [EXTERNAL] Re: Request header too large..

2018-11-06 Thread Mark Thomas
On 06/11/2018 00:02, Amit Pande wrote: > Thanks Mark for the update. Seems like there is a potential bug in our client > components which happened to keep on adding to existing header list. > > https://tomcat.apache.org/tomcat-8.5-doc/config/http.html > > From the documentation: > >

RE: precompile JSPs failure issue - Tomcat community

2018-11-06 Thread Rathore, Rajendra
Hi Rainer/Chris, I tried below command, it also fails with same error, Please find attached output of strace command, I am unable to found any help from that file or I might not have much idea about it, can you please check it and let me know your finding, mean while is there any way to run the

Re: precompile JSPs failure issue - Tomcat community

2018-11-06 Thread Rainer Jung
Am 06.11.2018 um 10:10 schrieb Rathore, Rajendra: Hi Rainer/Chris, I tried below command, it also fails with same error, Please find attached output of strace command, I am unable to found any help from that file or I might not have much idea about it, can you please check it and let me know

Re: precompile JSPs failure issue - Tomcat community

2018-11-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rajendra, On 11/6/18 04:10, Rathore, Rajendra wrote: > I tried below command, it also fails with same error, > Please find attached output of strace command, I am unable to > found any help from that file or I might not have much idea about > it,

Building (and running) Tomcat on MacOS

2018-11-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, Periodically, some folks ask how to get Tomcat running on MacOS. In order to fully-test the most recent version of Tomcat 8.5.x being voted on, I built a new environment on my Mac from scratch and documented everything. I put all of my notes