web.xml
com.sun.faces.config.ConfigurationException: no web.xml present
I programmed an application with JSF and some other fraeworks. Then I destroyed my metadata with maven and then I created a new project and imported all my classes and config files into the new projec[详细]
2023-01-12 23:01 分类:问答app engine incoming mail handling
I am developing a Google App Engine application. I wish to receive mails under \'%username%@appid.appspotmail.com\', where %username% belongs to a user of the application.[详细]
2023-01-12 20:49 分类:问答How to run multiple instances of a single GWT application with different web.xml files on different subdomains?
I\'ve a GWT application, I run my application on tomcat开发者_高级运维 server. My application only uses MySQL database to save & retrieve all needed data & has no side effect on file system (I[详细]
2023-01-12 11:11 分类:问答Filter mapping url-pattern that excludes subdirectories
Is there any way to make a filtermapping not include subdi开发者_如何学编程rectories? For example.[详细]
2023-01-11 19:49 分类:问答Preferred way to set up a JSF start page?
I\'m using JSF 2.0 to build a website. Eclipse generated the following web.xml file ... <servlet-mapping>[详细]
2023-01-11 06:21 分类:问答j2ee webapp A using authentication facility of web app B
Any user that tries to access some secure resources on my webapp A needs to be authenticated with a webapp B. B has access to the user credentials password etc., I am wondering about the right way to[详细]
2023-01-09 05:07 分类:问答Problems with deploying GWT with RPC to tomcat (web.xml problem probably)
My gwt app that uses mysql database runs normaly in eclipse when debugging. When i run it on tomcat, it displays correctly but when i click on a b开发者_JAVA技巧utton that makes a RPC (executes servle[详细]
2023-01-08 22:15 分类:问答Can load-on-startup in web.xml be used to load an arbitrary class on startup?
How can I load an arbitrary class on startup in Tomcat? I saw load-on-startup tag for web.xml file, but can I use it and how should I implement my class?[详细]
2023-01-08 05:46 分类:问答Set path in web.xml relative to WEB-INF
I want to set a path in my web.xml which is relative to the WEB-INF or the WEB-INF/classes. However, the following code (repository.home) seems to pick up a path relative to c: root drive path on my[详细]
2023-01-07 12:03 分类:问答Web.xml - url pattern mapped twice
A web.xml of ours contains following excerpt.. <servlet> <servlet-name>testServlet</servlet-name>[详细]
2023-01-07 11:07 分类:问答