Date: Tue, 2 Apr 2002 00:14:59 +0200 From: Ernst de Haan <znerd@FreeBSD.org> To: ports@FreeBSD.org, java@FreeBSD.org Subject: ANN: Jakarta Tomcat 4 now in www/jakarta-tomcat Message-ID: <200204012215.AAA01615@smtp.hccnet.nl>
next in thread | raw e-mail | index | archive | help
Hi all, After a *long* time and a lot of requests, Jakarta Tomcat 4 is now finally in the Ports Collection. It has taken the place of Tomcat 3 in www/jakarta-tomcat. If you have already installed Tomcat 3, you can upgrade to Tomcat 4 using portupgrade. You should have portupgrade (/usr/ports/sysutils/portupgrade) installed, after which you can execute: # portupgrade jakarta-tomcat ... If you have not yet installed Tomcat 3, then you can install Tomcat 4 as follows: # cd /usr/ports/www/jakarta-tomcat # make install ... For those who prefer Tomcat 3, it is from now on available as the port www/jakarta-tomcat3. You cannot use portupgrade to upgrade from an old version of the Tomcat 3 port to a newer version. To do this you should deinstall your Tomcat 3 port and then install the jakarta-tomcat3 port. For instance: # pkg_info | grep tomcat jakarta-tomcat-3.3_2 A 100% Pure Java web server with built-in... # pkg_delete jakarta-tomcat-3.3_2 ... # cd /usr/ports/www/jakarta-tomcat3 # make install ... For any additional questions, please send an email to the FreeBSD Java mailing list, java@FreeBSD.org. Kind regards, Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204012215.AAA01615>