From owner-freebsd-java Tue Apr 2 19:26:22 2002 Delivered-To: freebsd-java@freebsd.org Received: from mail7.kc.rr.com (mkc-162-160.kc.rr.com [24.94.162.160]) by hub.freebsd.org (Postfix) with ESMTP id 4CC9737B41D for ; Tue, 2 Apr 2002 19:26:18 -0800 (PST) Received: from gruffy.kc.rr.com ([65.26.58.166]) by mail7.kc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Tue, 2 Apr 2002 21:24:06 -0600 Received: (from riksca@localhost) by gruffy.kc.rr.com (8.11.6/8.11.6) id g333QaT01015 for java@FreeBSD.ORG; Tue, 2 Apr 2002 21:26:36 -0600 (CST) (envelope-from riksca) Date: Tue, 2 Apr 2002 21:26:36 -0600 From: Rik Scarborough To: FreeBSD Java Subject: Re: Java Servlet question Message-ID: <20020403032636.GA982@gruffy.kc.rr.com> Mail-Followup-To: FreeBSD Java References: <20020403021042.GB573@gruffy.kc.rr.com> <000701c1dabc$86cc0930$2c00a8c0@taifook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000701c1dabc$86cc0930$2c00a8c0@taifook> User-Agent: Mutt/1.3.28i 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 On Wed, 03 Apr 2002, kmtong wrote: > > > > I have a project that I'm working on and I'd like to see if someone > > has done something similar on FreeBSD. > > > > I envision the project to be made up of several WebApps. I'm using > > Tomcat 4 as the application server. I need the WebApps to share > > some information (user information and such). I don't want to use > > the Session object even if it would work across WebApps (which I > > know it won't). > > Would you consider sharing of cookies? I'm not sure what you mean by this. Do you mean putting all the information into a cookie(s)? The two drawbacks I can see to that are, 1) I can see the information growing over time and 2) some of the information I do not want to have outside a protected network. > > > > > Has anyone tried to do this already? > > > > Along these lines, has anyone gotten jBoss to work on FreeBSD? > > Yeah. JBoss (Both 2.4.4 and 3.0.0beta, with Catalina) runs on FreeBSD. > I've tried it with shuJIT enabled. But I occasionally encountered several > un-expected "IOException" while responding to browser requests, but it > should not be fatal. OpenJIT doesn't work with JBoss, I think for some > dynamic class loading stuff. > Cool. At least I know I can get this to work if/when I need to. Thanks. ~Rik -- Ranger Rik -- RikSca@mac.com Brought to you by FreeBSD 4.5 Joshua 24:15 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message