Re: welcome-file problem

2001-03-21 Thread Milt Epstein
On Wed, 21 Mar 2001, Martin Mauri wrote: > > On Tue, 20 Mar 2001, Martin Mauri wrote: > > > > > The URL is: http://myhost:myport/worksheet/ > > > > > > and so worksheet is the context name, but the welcome page is > > > worksheet.jsp and it's inside the directory worksheet. > > > > OK. That seem

Re: welcome-file problem

2001-03-21 Thread Martin Mauri
> On Tue, 20 Mar 2001, Martin Mauri wrote: > > > > On Mon, 19 Mar 2001, Martin Mauri wrote: > > > > > > > The URL is: http://myhost:myport/worksheet/ > > > > and so worksheet is the context name, but the welcome page is > > worksheet.jsp and it's inside the directory worksheet. > > OK. That seems

Re: welcome-file problem

2001-03-20 Thread Milt Epstein
On Tue, 20 Mar 2001, Martin Mauri wrote: > > On Mon, 19 Mar 2001, Martin Mauri wrote: > > > > [ ... ] > > > > Here's a guess (an educated one, since I had similar problems :-): > > > > You're not specifying appropriate directives in the tomcat/apache conf > > > > file to tell apache to pass that

Re: welcome-file problem

2001-03-20 Thread Martin Mauri
> On Mon, 19 Mar 2001, Martin Mauri wrote: > > [ ... ] > > > Here's a guess (an educated one, since I had similar problems :-): > > > You're not specifying appropriate directives in the tomcat/apache conf > > > file to tell apache to pass that URL to tomcat. Hence, apache is > > > handling that

Re: welcome-file problem

2001-03-19 Thread Milt Epstein
On Mon, 19 Mar 2001, Arnaud Vandyck wrote: > Martin Mauri wrote: > > > > > Here's a guess (an educated one, since I had similar problems :-): > > > You're not specifying appropriate directives in the tomcat/apache conf > > > file to tell apache to pass that URL to tomcat. Hence, apache is > > >

Re: welcome-file problem

2001-03-19 Thread Milt Epstein
On Mon, 19 Mar 2001, Martin Mauri wrote: [ ... ] > > Here's a guess (an educated one, since I had similar problems :-): > > You're not specifying appropriate directives in the tomcat/apache conf > > file to tell apache to pass that URL to tomcat. Hence, apache is > > handling that URL (and it's

Re: welcome-file problem

2001-03-19 Thread Arnaud Vandyck
Martin Mauri wrote: > > > Here's a guess (an educated one, since I had similar problems :-): > > You're not specifying appropriate directives in the tomcat/apache conf > > file to tell apache to pass that URL to tomcat. Hence, apache is > > handling that URL (and it's only tomcat knows about the

Re: welcome-file problem

2001-03-19 Thread Martin Mauri
> On Fri, 16 Mar 2001, Martin Mauri wrote: > > > Hi users! > > > > I've configured my web.xml file with the tag: > > > > > > worksheet.html > > > > > > and it worked nice while using Tomcat as a standalone server, but > > when I installed Tomcat to work with Apache, the welcome file isn't >

Re: welcome-file problem

2001-03-16 Thread Milt Epstein
On Fri, 16 Mar 2001, Martin Mauri wrote: > Hi users! > > I've configured my web.xml file with the tag: > > > worksheet.html > > > and it worked nice while using Tomcat as a standalone server, but > when I installed Tomcat to work with Apache, the welcome file isn't > showed at all, I onl

welcome-file problem

2001-03-16 Thread Martin Mauri
Hi users!   I've configured my web.xml file with the tag:       worksheet.html   and it worked nice while using Tomcat as a standalone server, but when I installed Tomcat to work with Apache, the welcome file isn't showed at all, I only get the list of available files in the directory...whi