From owner-freebsd-java Thu Jun 14 2: 7: 1 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id C654E37B401 for ; Thu, 14 Jun 2001 02:06:49 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f5E94p901799; Thu, 14 Jun 2001 11:04:51 +0200 (CEST) (envelope-from ernst) Date: Thu, 14 Jun 2001 11:04:50 +0200 From: Ernst de Haan To: "Koster, K.J." Cc: "'kek971@mail.usask.ca'" , freebsd-java@FreeBSD.ORG Subject: Re: tomcat?? Message-ID: <20010614110450.B1731@c187104187.telekabel.chello.nl> References: <59063B5B4D98D311BC0D0001FA7E452205FD9C9C@l04.research.kpn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <59063B5B4D98D311BC0D0001FA7E452205FD9C9C@l04.research.kpn.com>; from K.J.Koster@kpn.com on Thu, Jun 14, 2001 at 10:34:50AM +0100 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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