Tomcat User Community, I am trying to update the options of tomcat using the //US command line option, but getting this error - Application System Error - Error Parsing Command Line, below is how I was trying to run the commands, but no success. Both in tomcat7 and tomcat9, I am getting the same error, tried with another machine too.
tomcat9w.exe //US/Passport --Description="test" tomcat9w.exe //US/Passport ++Description="test" [cid:image001.png@01D7EAB1.5472A730] I also tried executing this through powershell, there as well no success, so any help is appreciated. Neither from Tomcat help page https://tomcat.apache.org/findhelp.html nor in Stackoverflow or Google, I could see a resolution for this. Please note that ES option works. PS C:\tomcat\bin> Start-Process tomcat9w.exe -ArgumentList "//US//Passport --Description=`"test`"" PS C:\tomcat\bin> Start-Process tomcat9w.exe -ArgumentList "//US//Passport --Description='"test'"" PS C:\tomcat\bin> Start-Process tomcat9w.exe -ArgumentList '//US//Passport --Description="test"' PS C:\tomcat\bin> Start-Process tomcat9w.exe -ArgumentList "//US//Passport --Description=test" PS C:\bin> Start-Process tomcat9w.exe -ArgumentList '//US//Passport --Description=test' Regards, P.Prabhakar
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org