I am using tomcat on winnt and have this application
in directory d:\feedbackapp

I used jar cvf feedapp.war . to make the war file.
I created another directory d:\feed and  copied the
war file there and created a context
<Context path="/feed"
                 docBase="d:\feed"
                 crossContext="false"
                 debug="0"
                 reloadable="true" >
        </Context>
in the server.xml

When I say
http://10.10.12.22:8080/feedapp/feedbackform.jsp its
supposed to get the file for me right??
however it doesnt work..please could someone help me
out with this

thanks for any help
manish

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year!  http://personal.mail.yahoo.com/

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to