web.xml
Tomcat Severe listenerStart error
I am in the process of migrating my webapp to IntelliJ/Maven/Windows from Netbeans/Linux.The project didn\'t want to import so I\'ve had to do it manually one file at a time, which was fine because I[详细]
2023-02-24 22:39 分类:问答@RequestMapping welcome file
My goal is to map /{any path} and *.html to a servlet without mapping /*. For example: map: /foo /foobar/[详细]
2023-02-24 00:21 分类:问答How to pass parameters by URL in web.xml?
I need to have something like this: /{paramvalue}/url And get the value开发者_如何学运维 of param value, and point the url to the servlet.[详细]
2023-02-21 21:36 分类:问答web.xml default file in directory (for jetty, or tomcat)?
I have a directory called ./welcome/ and ./welcome/ has a file called ./index.jsp. I know how to tell jetty or tomca开发者_开发百科t how to start at ./wecome/index.jsp. But, I also have lots of other[详细]
2023-02-21 10:45 分类:问答JSF 2.0 view file name extension other than xhtml
How can I use view files with a different extension, other than XHTML, still map to the Faces Servlet in a JSF 2.0 application ?[详细]
2023-02-19 23:46 分类:问答Adjusting web.xml listeners, filters and servlets
Following is outline of what I have in my web.xml config file. I need help putting this into the correct order.[详细]
2023-02-19 22:45 分类:问答JSTL support in Weblogic
Im trying to start working with Java EE using Weblogic, and i cant make JSTL tags work, in simpliest code i get the following errors when deploying my application:[详细]
2023-02-19 16:06 分类:问答I can't display the favicon of my tomcat app
I put a favicon in my application root folder. But I can\'t display it. If I try to point the brows开发者_高级运维er to it, I get 404.[详细]
2023-02-19 13:40 分类:问答Tomcat alias - cannot find WEB-INF/web.xml
I have setup aliases under tomcat in my server.xml as follows: <Host name=\"sub.domain.co.za\" appB开发者_JAVA技巧ase=\"/usr/local/tomcat/webapps/appname\">[详细]
2023-02-18 11:04 分类:问答implementing HttpSessionListener
I am facing a similar problem and have learnt that my listener class will be instantiated when the web.xml is read. I have few functions in the listener class that are used by the main servlet\'s doPo[详细]
2023-02-16 12:59 分类:问答