Date: Thu, 14 Jun 2001 11:04:50 +0200 From: Ernst de Haan <ernst@jollem.com> To: "Koster, K.J." <K.J.Koster@kpn.com> Cc: "'kek971@mail.usask.ca'" <kek971@mail.usask.ca>, freebsd-java@FreeBSD.ORG Subject: Re: tomcat?? Message-ID: <20010614110450.B1731@c187104187.telekabel.chello.nl> In-Reply-To: <59063B5B4D98D311BC0D0001FA7E452205FD9C9C@l04.research.kpn.com>; from K.J.Koster@kpn.com on Thu, Jun 14, 2001 at 10:34:50AM %2B0100 References: <59063B5B4D98D311BC0D0001FA7E452205FD9C9C@l04.research.kpn.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Kees Jan, > > We don't have a Tomcat port, do we? Perhaps we should write > > one. Would that be a difficult task? > > What would the dependencies be? > > > Well, you could take /usr/ports/www/jakarta-tomcat as a starting point. :-) > > Actually, to stray off the topic a bit. Perhaps the Orion point should be > moved from /java/ to /www/, since that is where all the web server deamons > live. Well, Maxim previously wrote "great minds think alike". This may imply I have a great mind too ;) This is my personal CVS version of the Orion port: diff -ruN --exclude=work --exclude=CVS /usr/ports/java/orion/Makefile /home/ernst/freebsd-ports/java/orion/Makefile --- /usr/ports/java/orion/Makefile Tue Jun 12 13:21:10 2001 +++ /home/ernst/freebsd-ports/java/orion/Makefile Tue Jun 12 13:22:15 2001 @@ -8,7 +8,7 @@ PORTNAME= orion PORTVERSION= 1.4.5 PORTREVISION= 5 -CATEGORIES= java www +CATEGORIES= www java MASTER_SITES= ftp://ftp.sunet.se/pub/database/utils/orionserver/ \ ${MASTER_SITE_LOCAL} \ http://www.jollem.com/ \ @@ -53,7 +53,9 @@ ${LN} -sf ${ORIONCTL_DEST} ${RC_SCRIPT} ${MKDIR} ${ORION_HOME}/application-deployments ${LN} -sf ${JAVA_HOME}/lib/tools.jar ${ORION_HOME}/tools.jar +.if !defined(NOPORTDOCS) ${INSTALL_MAN} ${WRKDIR}/orionctl.1 ${MANPREFIX}/man/man1 +.endif post-install: @${ECHO} "${PORTTITLE} ${PORTVERSION} has been installed in ${ORION_HOME}." Hehe... :-) With the next submission of an Orion update I will request that it is moved from 'java' to 'www'. Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010614110450.B1731>