Dear All,

This is from server.xml file.
  
 <!-- Define the default virtual host -->
 <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true" 
autoDeploy="true"> 
  
  <Host name="www.export4u.co.uk" appBase="C:/Program Files/Apache Software 
Foundation/Tomcat 5.0/webapps/MicsExport">
        <!--<Context path="/hSolutions" docBase="."/> -->
        <Alias>export4u.co.uk</Alias>
        <Context path="MicsExport" docBase="C:/Program Files/Apache Software 
Foundation/Tomcat 5.0/webapps/MicsExport" debug="5"/>
  </Host>
</host>

When i enter my website name: http://www.export4u.co.uk
TOMCAT 5.0 is picking index.html file from  ROOT directory of TOMCAT. I want TOMCAT to 
pick the index file from my WEBAPP called MicsExport.

 What changes do i need to make in server.xml file? 
  I tried many ways but TOMCAT is picking the index file from ROOT and not from my 
WEBAPP i want.

P.s Zorgalina, my all emails to u are going into your junk mail i think.are u getting 
them?

Best Regards
 Vaneet






-----------------------------------------------------------
>Dear Zorgalina and All,
>
>I would like to solve this small issue.
>
>When i type http://www.export4u.co.uk, i want the index page to be loaded from my 
>webapp "MicsExport" and not  the index page from the ROOT directory of TOMCAT
>
>What necessary changes do i have to do in server.xml file and web.xml
>
>REgards
>Vaneet
>
>
>
>
>-----------------------------------------------------------
>>Vaneet,
>>    From here it (on IE as well as FireFox) appears that you have some success now, 
>> I can now see your web page, which looks like a work in progress (that is,  one 
>> just sees the title, Export4U.com, and things such as clothing, gifts etc. for 
>> sale, items like pictures and such are not linked to anything).
>>
>>-----Original Message-----
>>From: [EMAIL PROTECTED]
>>Sent: Sep 25, 2004 4:17 AM
>>To: [EMAIL PROTECTED]
>>Subject: Re: Re: [EMAIL PROTECTED]
>>
>>Dear Sir,
>>
>>thank you very much again for your help.
>>
>>Well according to my little experience, i think i made some mess in server.xml
>>
>>this is what i am doing to server.xml
>>
>>  <!-- Define the default virtual host -->
>>      <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true" 
>> autoDeploy="true">
>>
>>   <Host name="micsexport.servepics.com" appBase="C:/Program Files/Apache Software 
>> Foundation/Tomcat 5.0/webapps/MicsExport">
>>      <!--<Context path="/hSolutions" docBase="."/> -->
>>      <Context path="/MicsExport" docBase="/MicsExport" debug="0"/>
>>       </Host>
>>
>>in the mean time, i am checking the firewall,  i remember that i enabled firewall ...
>>
>>let me know ?
>>
>>Regards
>>Vaneet
>>
>>
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to