Hello,

I downloaded and installed JSWDK, and ran the examples. Everything was
fine. When I created another webApplication "exercise" and added it to
webserver.xml like the following, JSP pages in this new webApplication
could not be processed. I don't know if anything else needs to be done.
Could you give me some suggestions?

<WebServer id="webServer">
    <Service id="service0">
        <WebApplication id="examples" mapping="/examples"
docBase="examples"/>
        <WebApplication id="exercise" mapping="/exercise"
docBase="exercise"/>
    </Service>
</WebServer>


Thanks a lot!

Shaobin Zhu

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