https://bz.apache.org/bugzilla/show_bug.cgi?id=61526
Bug ID: 61526
Summary: '#' is not recognized as an internal or external
command,operable program or batch file.
Product: Tomcat 9
Version: 9.0.0.M26
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
Startup.bat give an error message as below:
'#' is not recognized as an internal or external command,operable program or
batch file.
Read the codes and found the problem caused by line 218 in catalina.bat:
# Configure JAVA 9 specific start-up parameters
This line suppose to be a comment line, change the "#" to "rem" then the error
message disappear.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]