From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 18 Oct 2005 18:35:33 +0100 From: Uriel To: 9fans@cse.psu.edu Subject: Re: [9fans] httpd Message-ID: <20051018173533.GH29494@server4.lensbuddy.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Topicbox-Message-UUID: 9c7085f8-ead0-11e9-9d60-3106f5b1d025 On Tue, Oct 18, 2005 at 10:24:13AM -0700, Skip Tavakkolian wrote: > >> What was (is?) the vision for httpd? > > > > what was (is?) the vision for the question? > > generally, are/were there any plans for things like j2ee "connector" > to access off world "web services"? > > specifically, how do i access a servlet (paypal) on a j2ee application > server (tomcat) from plan9 httpd? a portion of the http request needs to > be handled on the plan9 server so moving everything off of plan9 will > still require apache/plan9 connectivity and auth considerations, etc. If you are going to have to use java you could as well forget Plan 9. (In theory you could make httpd speak whatever retarded protocol tomcat uses this week, back in the day there were three or four, each with it's own set of bugs and flaws, and requiring a different apache module, but really, what does that earn you aside from extra pain?) What I would like is something 'servlet-like'(the servlets API itself was not all that bad back when I had to deal with it, but that is ignoring JSP, J2EE and all that crap), but in Limbo. Last I heard Inferno's httpd was in rather bad shape(HTTP 1.0 only?) but I think caerwyn was working on bringing it back to the level of Plan 9's httpd. I think someone mentioned that brucee had something in OzInferno for web app development, but you probably know more about that than me(I would love to hear more ;)). uriel