Hi

"Killamsetty, Atchutarao" wrote:

> Hi,
>
> I've installed JSWDK-1.0.1 and now the path for servlets and JSPs is like
> http://hostname/examples/servlet/servletname
> and the path for servlets source code
> "jswdk-1.0.1/examples/WEB-INF/servlets/servletname"
> I couldn't understand where and how this mapping is done.
> Can someone let me know how to change the mapping so that URL will be
> without examples and servlet.
>

take a look at webserver.xml file
you would see somethin like
<WebApplication id="examples" mapping="/examples" docBase="examples"/>
which is responsible for mappping
you can modify them as for your needs

Cheers
Abhishek Sharan
MTS,InterSolutions
Noida

> Any hints and pointers on these directory mappings and manipulations is
> appreciated.
>
> Thanks & Regards,                                        Goldman
> Atchutarao Killamsetty,                                  Sachs
> GSAM-IT,Tokyo
> Tel:03-5573-7871
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> 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".
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