Changes between Initial Version and Version 1 of Ticket #28938, comment 4
- Timestamp:
- Sep 23, 2012, 12:09:24 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28938, comment 4
initial v1 3 3 I don't know how new ports are usually submitted, I'm attaching it to the ticket as a zip file. Anyone that wishes to use this prior to it being included in macports officially can do the following: 4 4 5 {{{ 5 6 cd /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/java 6 7 unzip <attached zip file> … … 8 9 portindex 9 10 port install tomcat7 11 }}} 10 12 11 13 I am using tomcat7 from eclipse for development. I haven't tried to run it standalone so can't guarantee that it will run without some tweaking.