Narahari 'n' Savitha wrote:

> I want to be able to keep my webpage contents under M:\VRUKSHA which
> contains the entire webpage.
> 
> I still want the configurate of tomcat to point the ROOT to this folder
> M:\VRUKSHA so that I can update the correct folder.
> 
> Is this too much to ask ?

Uh, would it be too much to ask to read the doc? :-) specifically:

  <http://tomcat.apache.org/tomcat-5.5-doc/config/context.html>

To summarize:
  Create a file for your context, e.g.

     $CATALINA_HOME/conf/Catalina/localhost/ROOT.xml

  Put whatever file system location you want in it, e.g.,

     <Context docBase="M:/VRUKSHA">
          <!-- anything else you need to define -->
     </Context>

That's it.

HTH!
-- 
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



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

Reply via email to