You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dima Retov <di...@axisway.com> on 2006/11/07 22:11:05 UTC

Re[2]: Change welcome page

It is better to add index.jsp that would redirect to business objects.
You would not have to move business objects.

index.jsp

<%

response.sendRedirect("http://localhost:8080/businessobjects/enterprise115/desktoplaunch");

%>


Tuesday, November 7, 2006, 10:40:49 PM, you wrote:

>> From: Fabian Brauers [mailto:fabian.brauers@gmail.com] 
>> 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 your own.  Delete the
CCR> existing webapps/ROOT directory, and then rename your .war or deployment
CCR> directory to ROOT - assuming it's under webapps.

CCR>  - Chuck


CCR> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
CCR> MATERIAL and is thus for use only by the intended recipient. If you
CCR> received this in error, please contact the sender and delete the e-mail
CCR> and its attachments from all computers.

CCR> ---------------------------------------------------------------------
CCR> To start a new topic, e-mail: users@tomcat.apache.org
CCR> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
CCR> For additional commands, e-mail: users-help@tomcat.apache.org




-- 
Best regards,
 Dima                            mailto:dima@axisway.com



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org