Hi all

My Environment is Windows NT 4.0 JDK1.3 and JSWDK-1.0.1

I want to create new web application so i had followed like these steps
please tell me if i did anything wrong

Steps

1) I created one directory under JSWDK-1.0.1 like JSWDK-1.0.1/WEBAPP
2)then i created under WEBAPP these sub directories like WEBAPP/images

WEBAPP/jsp

WEBAPP/servlet

WEBAPP/WEB-INF
after this i created under WEB-INF these sub directories like WEB-INF/jsp

WEB-INF/servlets
after this i created under WEB-INF/jsp/ these  sub directories like
WEB-INF/jsp /applet

WEB-INF/jsp /beans
3) Then i copied these two (mappings.properties,webapp.properties)files to
WEB-INF/mappings.properties

WEB-INF/webapp.properties
4) then i created one directory called jspfrms under WEBAPP/jspfrms (I
WANTED TO KEEP ALL MY NEW                          WEB APPLICATION FILES
HERE)

5)Then i changed in this file webserver.xml like this

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

6) Then tell me in these two files  mappings.properties and
webapp.properties what and all i have to change please... tell me..

Thanks in advance.

-Suresh

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