> Hello,
> 
>      We recently upgraded our system from Tomcat 4_1_31 to Tomcat
> 5_5_27. We use Crystal Interactive viewer for web reporting. Getting
> "File Not Found" errors on the crystal toolbar as if it does not
> recognize virtual host after upgrade. Our application is under
> /webapps/appFolder. But we want to define virtual host so that we can
> access the application as http://localhost/index.jsp as opposed to
> http://localhost/appFolder/index.jsp 
> 
>     Based on the context documentation
> http://tomcat.apache.org/tomcat-5.5-doc/config/context.html. I have
> defined the following in server.xml for defining virtual host. Is this
> proper way of setting virtual host? Do I need to set anything else? 
> 
>       <Host name="localhost" appBase="/webapps/appFolder"
>        unpackWARs="true" autoDeploy="true"
>        xmlValidation="false" xmlNamespaceAware="false">
> 
>       <Context path="" docBase="" debug="0" />
>    
>       </Host>
> 
> Thanks,
> Saku
---------------------------------------------------------------------------- 
This e-mail and any attachments may be confidential or legally privileged.  If 
you received this message in error or are not the intended recipient, you 
should destroy the e-mail message and any attachments or copies, and you are 
prohibited from retaining, distributing, disclosing or using any information 
contained herein.  Please inform us of the erroneous delivery by return e-mail. 

Thank you for your cooperation.
---------------------------------------------------------------------------- 

Reply via email to