The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP API jars from Tomcat 5.
The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP API jars from Tomcat 5.
To install servlet24-api, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install servlet24-api
To see what files were installed by servlet24-api, run:
port contents servlet24-api
To later upgrade servlet24-api, run:
sudo port selfupdate && sudo port upgrade servlet24-api
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.