The library commons-cli is not related to Apache-Tomcat but a separate library: https://commons.apache.org/proper/commons-cli/download_cli.cgi
Seems you are using program code or other libraries which depend on that missing library. That library should be included or added to your application. -----Ursprüngliche Nachricht----- Von: Mark Thomas <[email protected]> Gesendet: Montag, 6. September 2021 09:40 An: Tomcat Users List <[email protected]>; Mohan T <[email protected]> Betreff: Re: Exception in Log files On 06/09/2021 08:16, Mohan T wrote: > Hi, > > We could see the below exception in log files . > > java.io.FileNotFoundException: > apache-tomcat-8.5.35/lib/commons-cli.jar (No such file or directory) The file > is not there in that location. > > How to get rid of this exception --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
