Re: Handling empty Host in HTTP Header

2018-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Mani,

On 11/6/18 23:30, Mani wrote:
> 
> 
> ‐‐‐ 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
> [mailto:mani.chandraseka...@protonmail.com.INVALID] 
> Subject: Handling empty Host in HTTP Header
 
> May I know, when is the next official tomcat release
> planned?
 
 Releases for Tomcat versions under active development
 (including the 8.5 leg) normally occur in the first week of
 each calendar month. Last-minute glitches can affect the
 schedule, of course.
>>> 
>>> Note the October release never happened due to a combination
>>> of ApacheCon, working on getting TRLSv1.3 support working,
>>> needing a Tomcat Native release etc. Currently, I don't see
>>> anything that would add delay to the November release. Mark
>>> 
>>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For
>>> additional commands, e-mail: users-h...@tomcat.apache.org
>> 
>> Thanks Mark.
>> 
>> Mani
> 
> 
> Hi, Just curious to know.. Any ideas on the release dates for
> tomcat 8.5.35?

Have a look at the recent posts to the dev@ list. Search for "8.5.35".

- -chris
-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlvi5bQACgkQHPApP6U8
pFgxVA/+Oh8po4Qdk+caJtg1cKfanubVVZfbEcs27ABfNrc2xBftOW4/iunjdYDG
lq0oCZj6qRZGh0Lfy3Hud6naMPLTEOua4IuEM+/RrwWFOIBwBK/oIpuVDVi2WXwv
6T32szpnEdkZTkHoyWU2sosabtYCstSC9YAML9pdI3EOD2Dp1Plw4P0weEcon9uP
xco5LUjQUD2U+m4P7al8/thKpzXr3e+6rk+BH3GHlK8t71ZSNUIGj4W9VSIJOQqZ
+sbNV90OTceNHv8trw8Qu+VvojSWzoQFfQxWikE0GWFLNVZalk/8ZncrhhSzOMcO
F1Gf8ubTAfkW+KVxISZlDifOiAB/z/TxBJ4tcfBAHYk/KgDyWF+jL0C/46Cf9qm1
lp2N5CwSPRU1bvfN1vNsqIanQuOUbNVgh2vNIcrdGWhU8yfbgoQ1mVrCXlPy+uWJ
tgAKS9OSbX5s5+Wt0lMqLGS9KwhwsdPH9ARdPCs0RvObCbC8hwQSM4ZWQsjSZZ/q
iemNL28+/hkdP0wPr99zV7gRyVyabE0R5o1W5crpUFDcoF/Txf1iXV7IvCpDG57I
XZth+Y2msNmPYJ6UgLLKGBS0idovtAuAUUOA34jMCHHBALl3NCfs22Vh5fTvChCK
RZg2TxYQdEcEXXFC1Ftw//4UG+OebY9I70qgVJR+iGitZfbf58U=
=7EB3
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: reinstall TC service after java upgrade?

2018-11-07 Thread tomcat

On 07.11.2018 13:33, Berneburg, Cris J. - US wrote:

Thanks Mark

cjb> I upgraded Java from 8u181 to 8u191 on our dev (JDK) and test (JRE)
cjb> Windows 2012 servers today.  After doing so, the Tomcat 8.5(.32)
cjb> Windows services would no longer start.  Removing and re-adding
cjb> the service fixed the service.  I don't remember having to re-install
cjb> the TC Windows services after upgrading Java previously.  Is that normal?

mt> It is one way to fix the problem. You need to reconfigure where the
mt> service looks for the JRE. Normally you'd do that with Tomcat[7|8|9]w.exe

Wow, I actually did not know that.  I feel a bit embarrassed not knowing something that 
basic.  Did you notice my ApacheCon badge?  "Tomcat Newbie".  :-)

Then again, why doesn't the service just use the JAVA_HOME or JRE_HOME 
environment vars?  Is that so there can be multiple services running with 
different versions of Java simultaneously?



Basically yes.  Each service also picks up many other arguments there.
For a complete explanation, I recommend :
https://wiki.apache.org/tomcat/FAQ/Windows#Q11
(disclaimer : I get bonus points each time someone reads that)


--
Cris Berneburg
CACI Lead Software Engineer


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: reinstall TC service after java upgrade?

2018-11-07 Thread Berneburg, Cris J. - US
Thanks Mark

cjb> I upgraded Java from 8u181 to 8u191 on our dev (JDK) and test (JRE)
cjb> Windows 2012 servers today.  After doing so, the Tomcat 8.5(.32)
cjb> Windows services would no longer start.  Removing and re-adding
cjb> the service fixed the service.  I don't remember having to re-install
cjb> the TC Windows services after upgrading Java previously.  Is that normal?

mt> It is one way to fix the problem. You need to reconfigure where the
mt> service looks for the JRE. Normally you'd do that with Tomcat[7|8|9]w.exe

Wow, I actually did not know that.  I feel a bit embarrassed not knowing 
something that basic.  Did you notice my ApacheCon badge?  "Tomcat Newbie".  :-)

Then again, why doesn't the service just use the JAVA_HOME or JRE_HOME 
environment vars?  Is that so there can be multiple services running with 
different versions of Java simultaneously?

--
Cris Berneburg
CACI Lead Software Engineer