You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by BacardiWasabi <se...@yahoo.com> on 2001/11/15 10:28:55 UTC

Servlet Prefix - Not again

Guys.... 

Last time....

Web.xml

<servlet>
            <servlet-name>Test</servlet-name>
           
<servlet-class>com.mycom.ActionServlet</servlet-class>
    </servlet>

servlet-mapping>
            <servlet-name>Test</servlet-name>
            <url-pattern>/Test</url-pattern>  
    </servlet-mapping>

wheni call servlet 

http://localhost:8080/framework/servlet/Test - working
fine

but

http://localhost:8080/framework/Test - Not working 
why?

i want to access the servletg like

http://localhost:8080/Test





__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>