Tim,

I want Tomcat to pick .jsp's from c:\workspace and other files like .html,
.gif from c:\iplanet\server\docs

is that possible

- Raj

why not 
  <Context path="" reloadable="true" docBase="C:\iplanet\server\docs" /> 

-Tim 

Rajesh_Narayanan wrote: 
> I have to configure my tomcat to look into two different directories for 
> file availability. 
> 
> Scenario: I have a different webserver iplanet with docroot say 
> C:\iplanet\server\docs... 
> 
> I hv my tomcat installed in c:\tomcat 
> 
> lets assume that a user try to access http:\\localhost:8080\a 
> 
> (where "a" is a directory in iplanet docroot..) I want tomcat to pick 
> that(index.html) up from iplanet docroot 
> 
> how can i do that?.. 
> 
> I already configured my context path like this 
> 
> <Context path="" reloadable="true" docBase="C:\workspace" /> 

--------------------------------------------------------------------- 
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail:
[EMAIL PROTECTED]
********************************* 
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************

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

Reply via email to