Hi,All:

    in the conf/server.xml,

<!-- Tomcat Examples Context -->
after above line,
I change
<Context path="/examples" docBase="examples" debug="0"
into
<Context path="/webapp1" docBase="webapp1" debug="0"

in the *html file,
I change
ACTION="http://localhost:8090/examples/servlet/HelloHua";
into
ACTION="http://localhost:8090/webapp1/servlet/HelloHua";

but it does not work. may be somewher I need modify ?

thanks in advance

Hua Sheng

___________________________________________________________________________
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