Why not just leave the JSP's in the iPlanet docroot, but use a service
directive for the .jsp file extension to send all of those requests to
Tomcat?  Then you just need to make the iPlanet docroot the docbase for
the root webapp in Tomcat.  That's what I'm doing with iPlanet 6 right
now, and it seems to be working just fine.

Benjamin J. Armintor
Systems Analyst
ITS-Systems: Mainframe Group
University of Texas - Austin
tele: (512) 232-6562
email: [EMAIL PROTECTED]
 


-----Original Message-----
From: Rajesh_Narayanan [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 21, 2004 9:24 AM
To: '[EMAIL PROTECTED]'
Cc: 'Tim Funk '
Subject: Re: Re: Tricky situation


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]


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

Reply via email to