[Bug 66055] apache-tomcat-8.5.78 tomcat.exe error

2022-05-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66055 --- Comment #3 from Alireza Fattahi --- (In reply to Alireza Fattahi from comment #2) > It is `bat` file, which set up a service on windows as below: > > > set JAVA_HOME=D:\jdk1.8.0_131 > set CATALINA_HOME=D:\apache-tomcat > set SERVICE_N

[Bug 66055] apache-tomcat-8.5.78 tomcat.exe error

2022-05-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66055 --- Comment #2 from Alireza Fattahi --- It is `bat` file, which set up a service on windows as below: set JAVA_HOME=D:\jdk1.8.0_131 set CATALINA_HOME=D:\apache-tomcat set SERVICE_NAME=Tomcat8 set SERVICE_DISPLAY_NAME=Tomcat8 set TOMCAT_CA

[GitHub] [tomcat] ChristopherSchultz commented on pull request #509: 可以使定义在环境变量中的_RUNJAVA 和 _RUNJDB 支持含空格的路径

2022-05-07 Thread GitBox
ChristopherSchultz commented on PR #509: URL: https://github.com/apache/tomcat/pull/509#issuecomment-1120279354 This is a joke/mistake, right? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[Bug 66056] Enable Tomcat to support variables with spaces when defining environment variables _RUNJAVA and _RUNJDB (Windows)

2022-05-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66056 --- Comment #1 from Christopher Schultz --- These scripts should work with JAVA_HOME or JRE_HOME environment variables containing spaces (e.g. "C:\Program Files\Java\jdk11"). What value are you trying to use, here? -- You are receiving this m

[Bug 66055] apache-tomcat-8.5.78 tomcat.exe error

2022-05-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66055 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #1 from Christop

[GitHub] [tomcat] xh02 opened a new pull request, #509: 可以使定义在环境变量中的_RUNJAVA 和 _RUNJDB 支持含空格的路径

2022-05-07 Thread GitBox
xh02 opened a new pull request, #509: URL: https://github.com/apache/tomcat/pull/509 可以使定义在环境变量中的_RUNJAVA 和 _RUNJDB 支持含空格的路径 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[Bug 66056] Enable Tomcat to support variables with spaces when defining environment variables _RUNJAVA and _RUNJDB (Windows)

2022-05-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66056 hx <1781891...@qq.com> changed: What|Removed |Added OS||All -- You are receiving this

[Bug 66056] New: Enable Tomcat to support variables with spaces when defining environment variables _RUNJAVA and _RUNJDB (Windows)

2022-05-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66056 Bug ID: 66056 Summary: Enable Tomcat to support variables with spaces when defining environment variables _RUNJAVA and _RUNJDB (Windows) Product: Tomcat 10 Vers

[Bug 66055] New: apache-tomcat-8.5.78 tomcat.exe error

2022-05-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66055 Bug ID: 66055 Summary: apache-tomcat-8.5.78 tomcat.exe error Product: Tomcat 8 Version: 8.5.78 Hardware: PC Status: NEW Severity: blocker Priority: P2

[GitHub] [tomcat] markt-asf commented on pull request #488: Donating EL Translations

2022-05-07 Thread GitBox
markt-asf commented on PR #488: URL: https://github.com/apache/tomcat/pull/488#issuecomment-1120183016 There are a couple of historical exceptions but we generally only pull in a new language once ~10% of the terms are translated. The Chinese translations are in the `LocalStrings_sh_CN.pr

[GitHub] [tomcat] markt-asf closed pull request #508: Cloudevents

2022-05-07 Thread GitBox
markt-asf closed pull request #508: Cloudevents URL: https://github.com/apache/tomcat/pull/508 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsub

[GitHub] [tomcat] markt-asf commented on pull request #508: Cloudevents

2022-05-07 Thread GitBox
markt-asf commented on PR #508: URL: https://github.com/apache/tomcat/pull/508#issuecomment-1120182132 The Jakarta APIs are defined by the Jakarta specification projects. It is not permitted to change them in any way. This PR has reverted multiple recent changes. That is not acceptabl

Re: Repeatable builds update

2022-05-07 Thread Emmanuel Bourg
Le 05/05/2022 à 21:28, Mark Thomas a écrit : TL;DR we have platform independent repeatable release builds That's really a great achievement, thank you. I hope this will inspire other Apache projects to make their builds reproducible. Emmanuel Bourg --