Hi Iplanet Geniouses,

I need your help urgently regarding IPlanet 4.1 webserver.

1) For deploying a web application, in which file do we have to set the
context path & the  path relative to the document root ?

******************************************************************
In Tomcat, we use to do the following in server.xml file :

<Context path="/Bol" docBase="webapps/Bol" debug="0" reloadable="true" >
</Context>
(where the application name was Bol )
********************************************************************
Since there is no server.xml file in IPlanet webserver, I tried to find
whether any other file ( like  obj.conf  or servlet.properties  or
context.properties ) has any similar statement.
But I could not find it.
Also, could not get any help from the documentation.
Can somebody help ?

2) Also , pl. clarify whether for IPlanet webserver also, we have to put the
servlets & Beans class files in
WEB-INF/classes folder ?
In short , do we have to follow this standard directory structure for all
webservers, including IPlanet webserver ?

I could not find any mention of  WEB-INF/classes  folder (for storing the
servlets & Beans) in the documentation of IPlanet.
Since I am reqd. to start using IPlanet immediately, can somebody help
urgently?

Thanks in anticipation.
Bye
Sunil K. Roy

===========================================================================
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