English 中文(简体)
关于 Java EE项目,可在网络xml内使用哪些可能的标签?
原标题:What are all the possible tags that can be used inside the web.xml concerning a Java EE project?

Java E>。 我们知道,有<代码>web.xml文档供使用和编辑。 我知道有标签<代码><web-app>,<servlet>,<servlet-mapping>,可在网页上填写。 但是,我想知道,还有其他哪些方面可以使用? 我们能够从哪里学习我们能放入网站的门槛?

最佳回答
问题回答

在选择版本中下载Java Servlet规格,视其应用服务器而定,可能为2.4、2.5或3.0。





相关问题
Tomcat´s server.xml dynamic configuration

My web application uses the same database configuration as the application XYZ. I have a resource declaration for a context in server.xml, so I have a duplicated configuration (once for web ...

session transfer issue from Tomcat to ASP.Net

I am using Tomcat to host JSP and using IIS 7.0 to host aspx (C# + .Net 3.5 + VSTS 2008), and I have some session transfer issue from JSP page to ASPX page. JSP page is in one domain and all other ...

JSP exception - class not found (tomcat)

I m setting up an existing application on a new Tomcat 5.5 server connecting to a Postgres database (running on Debian Lenny). When I access it I get a series of stack traces with the following root ...

热门标签