配置servlet的web.xml在哪

2024年11月30日 05:47
有2个网友回答
网友(1):

web.xml存放在WebContent-WEB-INF下,如果项目里没有的话,右击项目选择java EE Tools,然后选择第二个就可以了.

网友(2):

你新建servlet类时,一般会自动配置web.xml。不需要你去配置。具体配置,例子如下:

This is the description of my J2EE component
This is the display name of my J2EE component
CartServlet
com.digitalweb.servlet.CartServlet



CartServlet
/CartServlet

这里的servlet类名为CartServlet,存放在包com.digitalweb.servlet里