Hi,

Could any of you help...

I want to change the default examples directory to
my own directory ( eg. mydirectory ) in JSWDK. How do I
do it ??  I tried inserting another web application
in the webserver.xml file

  -->
  <!DOCTYPE WebServer (View Source for full doctype...)>
- <WebServer id="webServer">
- <Service id="service0" port="8084" hostName="kumar" docBase="webpages"
workDir="work" workDirIsPersistent="false">
  <WebApplication id="examples" mapping="/examples" docBase="examples"
maxInactiveInterval="30" />
  <WebApplication id="mydirectory" mapping="/mydirectory"
docBase="mydirectory" maxInactiveInterval="30" />
  </Service>
  </WebServer>

But the problem I face is, when I try to invoke a servlet in the
mydirectory, the server responds with ' you are not authorised to view this
page '

What should I change ??? Any suggestions please.

Thanks in advance & regds,
Kumar

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

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