web.xml for DemoServlet file

 avatar
Rohit143
xml
3 years ago
268 B
5
Indexable
<web-app>  
  
<servlet>  
<servlet-name>rohit</servlet-name>  
<servlet-class>DemoServlet</servlet-class>  
</servlet>  
  
<servlet-mapping>  
<servlet-name>rohit</servlet-name>  
<url-pattern>/welcome</url-pattern>  
</servlet-mapping>  
  
</web-app>  
Editor is loading...