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:[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 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: [EMAIL PROTECTED]
CCR> For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Best regards,
 Dima                            mailto:[EMAIL PROTECTED]



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

Reply via email to