web-inf
where .jsp files put in web project
I have an issue where to put view (.jsp) file in the web applications.littl开发者_Python百科e bit confuse it may be inside the WEB-INF folder or out side the WEB-INF folder.[详细]
2023-04-10 17:02 分类:问答Tomcat6 ignores web-inf/lib
Brief: Tomcat6 can\'t recognize my ojdbc14.jar in WebRoot/WEB-INF/lib. I suppose I don\'t need to configure anything, just putting the .jar file in there and it should work.[详细]
2023-03-31 13:58 分类:问答Referencing a resource placed in WEB-INF folder in JSP file returns HTTP 404 on resource
I have a dynamic web project called BookShopWeb which I created in eclipse, with the following directory structure[详细]
2023-02-28 04:48 分类:问答Spring/Resin configuration problem
I am wiring up a servlet thru spring running inside resin.. When the web app starts up i get [11-02-22 12:12:36.259] {main} org.springframework.beans.factory.BeanDefinitionStoreException: Could not[详细]
2023-02-13 05:36 分类:问答Classes not seeing each other in JSP
In a tomcat JSP application I have this directory layout: webapps/ myProjectName/ index.jsp WEB-INF/ classes/[详细]
2023-02-01 20:38 分类:问答JSF files inside WEB-INF directory, how do I access them?
I want to put my JSF 2.0 xhtml files under WEB-INF\\jsf. How do I access them then? I know that anything inside WEB-INF isn\'t exposed to the outside, so I need a controller to redirect me to the corr[详细]
2023-01-12 06:12 分类:问答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 分类:问答Java WebApp: Loading resource from .jar located in WEB-INF
There are a lot of similar questions, but, probably, mine is a little bit different: What is the right way to load开发者_Python百科 resource from inside of .jar file located in WEB-INF/lib folder (if[详细]
2022-12-26 08:52 分类:问答WEB-INF/lib jars not found in JBoss 4.0.2 war deploy
I have a simple web application (one jsp and one servlet) file that I\'ve copied into jboss-4.0.2/server/default/deploy folder and it has successfully hot deployed as I can access the jsp page. Howeve[详细]
2022-12-24 16:51 分类:问答How to acces a file under WEB-INF from a Java web application
开发者_高级运维Do you have any idea how to access files in WEB-INF/index folder from my application? I\'m using OpenCMS for my application and I want to open a Lucene search index (with the help of Lu[详细]
2022-12-21 03:21 分类:问答