<!-- The mapping for the default servlet -->
    <servlet-mapping>
        <servlet-name>default</servlet-name>
        <url-pattern>/</url-pattern>
    </servlet-mapping>
    <!-- The mapping for the invoker servlet -->
<!--
    <servlet-mapping>
        <servlet-name>invoker</servlet-name>
        <url-pattern>/servlet/*</url-pattern>
    </servlet-mapping>
-->

"Bodycombe, Andrew" <[EMAIL PROTECTED]> wrote:
It depends on your servlet mapping in the web.xml file.

-----Original Message-----
From: Lenandlar Singh [mailto:[EMAIL PROTECTED] 
Sent: 22 July 2003 14:57
To: [EMAIL PROTECTED]
Subject: Problem with Dir Structure...


Hello,

I have the following directory structure for an application under 
Tomcat 4.1.

c:\Tomcat 4.1\webapps\testapp\postform.html &
c:\Tomcat 4.1\webapps\testapp\Web-inf\classes\ShowParameters.class

where testapp is my application directory.

How do i set the path for the "Action" attribute in postform.html?

My Action is action = "/ShowParameters

Thanks.

Len.




---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

Reply via email to