Re: Latest version url

2022-09-03 Thread Niranjan Rao
Came up with a one liner in case if someone else needs it. If you think it can be improvised, please feel free to improvise. Rest of it can fit in the shell script nicely. curl https://tomcat.apache.org/doap_Tomcat.rdf | grep -A2 "Latest Stable 9.0.x Release" | grep "" | sed "s###g" Regards,

Re: Latest version url

2022-09-03 Thread Mark Thomas
Hi, The short answer is no. You are going to have to parse something and then construct the URL from the result. I can think of a couple of options. 1. https://tomcat.apache.org/doap_Tomcat.rdf 2. The download page 3. https://dlcdn.apache.org/tomcat/tomcat-10/ You might also be able to do so

Latest version url

2022-09-02 Thread NH Rao
Greetings, I am looking for a perma link or similar which won't go away and point to latest version of tomcat for the currently supported major versions. Official downloads page points to latest minor release of the major version e.g. https://tomcat.apache.org/download-90.cgi and download links ke