Java Servlet API 2.3 and JSP API 1.2. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP APIs from Tomcat4.
Java Servlet API 2.3 and JSP API 1.2. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP APIs from Tomcat4.
To install servlet23-api, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install servlet23-api
To see what files were installed by servlet23-api, run:
port contents servlet23-api
To later upgrade servlet23-api, run:
sudo port selfupdate && sudo port upgrade servlet23-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.