RE: Change welcome page

2006-11-09 Thread Lizak, Ed
ECTED] Sent: Thursday, November 09, 2006 9:01 AM To: Tomcat Users List Subject: RE: Change welcome page > From: David Delbecq [mailto:[EMAIL PROTECTED] > Subject: Re: Change welcome page > > Just put an index.jsp in webapp/ROOT/ that does a redirect to > correct url That's not qu

RE: Change welcome page

2006-11-09 Thread Caldarale, Charles R
> From: David Delbecq [mailto:[EMAIL PROTECTED] > Subject: Re: Change welcome page > > Just put an index.jsp in webapp/ROOT/ that does a redirect to > correct url That's not quite sufficient, since the default ROOT app has a precompiled index.jsp, and that one along with

Re: Change welcome page

2006-11-09 Thread David Delbecq
Just put an index.jsp in webapp/ROOT/ that does a redirect to correct url Fabian Brauers a écrit : > Hi, > > is there an easy way to configure Tomcat (5.0.27) in order to change > the default welcome page (http://localhost:8080)? > I'm using Business Objects with Tomcat and I always have to use a

Re[2]: Change welcome page

2006-11-07 Thread Dima Retov
>> From: Fabian Brauers [mailto:[EMAIL PROTECTED] >> Subject: Re: Change welcome page >> >> What do I have to change in order to see the >> BusinessObjects application when I use http://localhost:8080 ? CCR> You have to replace the existing ROOT app with

RE: Change welcome page

2006-11-07 Thread Caldarale, Charles R
> From: Fabian Brauers [mailto:[EMAIL PROTECTED] > Subject: Re: Change welcome page > > What do I have to change in order to see the > BusinessObjects application when I use http://localhost:8080 ? You have to replace the existing ROOT app with your own. Delete the existi

Re: Change welcome page

2006-11-07 Thread Fabian Brauers
Hi, and then? What do I have to change in order to see the BusinessObjects application when I use http://localhost:8080 ? I guess I have to put another line in the ROOT/WEB-INF/web.xml right? Fabian On Tue, 07 Nov 2006 20:30:17 +0100, Timothy Collett <[EMAIL PROTECTED]> wrote:

Re: Change welcome page

2006-11-07 Thread Timothy Collett
On Nov 7, 2006, at 2:27 PM, Fabian Brauers wrote: Hi, is there an easy way to configure Tomcat (5.0.27) in order to change the default welcome page (http://localhost:8080)? I'm using Business Objects with Tomcat and I always have to use a long URL like 'http://localhost:8080/businessobjects

Change welcome page

2006-11-07 Thread Fabian Brauers
Hi, is there an easy way to configure Tomcat (5.0.27) in order to change the default welcome page (http://localhost:8080)? I'm using Business Objects with Tomcat and I always have to use a long URL like 'http://localhost:8080/businessobjects/enterprise115/desktoplaunch' to see the applicati