Servlet23-api - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    servlet23-api  most recent diff


    version 1

      View the most recent changes for the servlet23-api port at: servlet23-api.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for servlet23-api.
      The raw portfile for servlet23-api 1 is located here:
      http://servlet23-api.darwinports.com/dports/java/servlet23-api/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/servlet23-api


      The servlet23-api Portfile 53548 2009-07-08 01:53:57Z ryandesign macports.org $

      PortSystem 1.0

      Name: servlet23-api
      epoch 20061005
      Version: 1

      Category: java
      Maintainers: jberry openmaintainer
      Platform: darwin

      Description: Java Servlet API 2.3 and JSP 1.2 API.
      Long Description: 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.
      Homepage: http://jakarta.apache.org/tomcat/

      distname servlet2.3-jsp1.2-tc4.x
      Master Sites: macports:jberry
      Checksums: md5 2a32a1c8e148b4f6533eda9c1e698e50

      depends_build bin:ant:apache-ant
      depends_lib bin:java:kaffe

      use_configure no

      worksrcdir servlet2.3-jsp1.2-tc4.x

      build.cmd ant
      build.target dist
      build.args

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/doc
      xinstall -m 644 ${worksrcpath}/dist/lib/servlet.jar ${destroot}${prefix}/share/java/servlet23-api.jar
      file copy ${worksrcpath}/dist/docs ${destroot}${prefix}/share/doc/${name}
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/servlet23-api
      % sudo port install servlet23-api
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching servlet23-api
      ---> Verifying checksum for servlet23-api
      ---> Extracting servlet23-api
      ---> Configuring servlet23-api
      ---> Building servlet23-api with target all
      ---> Staging servlet23-api into destroot
      ---> Installing servlet23-api
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using servlet23-api with these commands:
      %  man servlet23-api
      % apropos servlet23-api
      % which servlet23-api
      % locate servlet23-api

     Where to find more information:

    Darwin Ports



    Lightbox this page.