RE: welcome files being forwarded to rather than redirected to?

2001-10-04 Thread Colin Wilson-Salt
Surely the way to fix this is that a request for http://foo.bar/webapp generates a redirect to http://foo.bar/webapp/, and a request to http://foo.bar/webapp/ will serve the default content using forward() or some equivalent. > -Original Message- > From: Jan Grant [mailto:[EMAIL PROTECTED

Specification question.

2001-09-14 Thread Colin Wilson-Salt
I know this probably isn't the correct place to ask this, but I reckon you guys are probably the most qualified to answer it: Am I allowed to include and forward between servlet contexts? i.e. Am I allowed to write a method like this: private void include(ServletRequest request, ServletResponse

RE: Configuring contexts and using separate web servers / connectors

2001-09-04 Thread Colin Wilson-Salt
Configuring contexts and using separate web servers / > connectors > > > Hi Colin, > > Thanks for the contribution! See below for some comments on your > suggestions. > > On Mon, 3 Sep 2001, Colin Wilson-Salt wrote: > > > Date: Mon, 3 Sep 2001 10:0

Configuring contexts and using separate web servers / connectors

2001-09-03 Thread Colin Wilson-Salt
I hope some of you will bear with me through this email as I share my thoughts and try to be persuasive. In a live environment, I probably would not have any HTTP connector enabled in Tomcat, instead Apache or iPlanet would listen to HTTP and talk a fast, efficient and proprietary protocol to Tom

iPlanet / WARP / Tomcat integration

2001-09-03 Thread Colin Wilson-Salt
Guys. I've knocked up my first attempt at an iPlanet / Tomcat + WARP integration. I've sent the C code as an attachment to this message. I hope that's an ok thing to do. It's in the form of three functions to be called from obj.conf. There is an Init function that reads in a configuration file,

RE: Web server integration / NameTrans stage

2001-08-09 Thread Colin Wilson-Salt
But... you still need to edit the web server configuration file to deploy a web app. If the file that describes how the two pieces integrate is owned by the tomcat user, then the Java guys can look after that and the only thing that they need to do with iPlanet is use its admin tool to restart it.

Web server integration / NameTrans stage

2001-08-09 Thread Colin Wilson-Salt
I've been looking at the existing web server integration stuff (both mod_jk and mod_webapp), and it seems to me that there is one significant piece missing - a NameTrans directive that takes its configuration from a separate file. I know I'm talking iPlanet here - but that's where my experience i

RE: Is anyone working on iPlanet integration?

2001-08-08 Thread Colin Wilson-Salt
Message- > From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 16:13 > To: [EMAIL PROTECTED] > Subject: Re: Is anyone working on iPlanet integration? > > > jean-frederic clere at [EMAIL PROTECTED] wrote: > > > Colin Wilson-Salt wrote: &g

Is anyone working on iPlanet integration?

2001-08-08 Thread Colin Wilson-Salt
I hope this is an appropriate place to ask this question - I've just joined this list because I've not been able to find the answer or a better place to ask it. Is anybody working on an iPlanet / NSAPI equivalent of the mod_webapp / warp connector stuff? If yes, it there an ETA for it? If no, d