Hi Nivedita,

thanks a lot. I have changed the properties. Its fine.

jitendra maan

-----Original Message-----
From: Nivedita [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 21, 2000 2:04 PM
To: [EMAIL PROTECTED]
Subject: Re: javawebserver


if you are using
javawebserver -
change the document root using the admin interface
or
u can change the following property from doc.properties
doc.root=public_html
set doc.root to specific directory

Iplanet -
just change the following property in obj.conf
NameTrans fn="document-root" root="D:/Javawebserver2.0/public_html"
place the absolute path of the where html lies as value of the "root".

Tomcat -
add the following in the server.xml
 <Context path="/test" docBase="webapps/test" debug="0" reloadable="true" >
 </Context>
Nivedita
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jitendra Maan
> Sent: Thursday, December 21, 2000 12:27 PM
> To: [EMAIL PROTECTED]
> Subject: Re: javawebserver
>
>
> Hi all,
>
> How can I  put all my web files in a folder other than public_html so that
> web server picks them up from custom folder.
> If any one can help me in resolving it.
>
> thanx.
>
> jitendra maan
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to