The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
116 views

Can't access resources outside WEB-INF folder

I put index.jsp inside WEB-INF. Then I have a servlet which dispatch request to that file. @WebServlet(name="Home", urlPatterns={"/"}) public class Home extends HttpServlet { @Override ...
0
votes
0answers
29 views

how to save an xml file to Java's WEB-INF folder?

I need to export some data generated by my application to an ERP, but the service that will handle the data is not ready yet, so my boss asked me to generate a XML and save it inside the application's ...
0
votes
2answers
36 views

Intellij IDEA: I want to add Web-Inf/Classes to subversion

I want to add the WEB-INF/classes to subversion, and detect changes -to commit them- in that folder in Intellij IDEA. I'm not happy with this workflow, but my work uses it in that way. Tortoise SVN ...
0
votes
2answers
77 views

unable to access the property file when deployed on Apache Tomcat

I have used my user.properties file to access the database which is stored in the WEB-INF folder. Its working properly while running through GGTS(Groovy Grail Tool Suite). I used Properties prop = ...
0
votes
1answer
93 views

Eclipse fails recognize the Java EE packages when refer the Project's Web-inf lib javaee.jar build path but recognizes the …?

On my development laptop computer, I have installed *GlassFish Server Open Source Edition 3.1.2.2 (build 5). *Eclipse Java EE IDE for Web Developers. Version: Helios Release Build id: ...
0
votes
3answers
200 views

How to dynamically update (hot swap) jars in a web-app?

I have a webapp in a war archive which is deployed on cloudfoundry. One of the libraries ("somelib.jar") used by the app is made by another developer. I would like a way for him to upload several ...
0
votes
0answers
15 views

WEB-INF/classes should not be used as the build output folder?

I defined my WEB-INF/classes directory as my build output directory in an Eclipse Dynamic Web project. However, when doing so, the classes that are built can't be used by any of my JSP pages. ...
0
votes
1answer
37 views

transitive dependency using GWT Plugin Eclipse

I have Project A which is a GWT Project with RPC stuff. The Server part Depends on a Project B and that project (B) depends on some thirdparty ABC.jar's When i Run the GWT project with Run/Debug the ...
1
vote
0answers
154 views

Google App Engine WEB-INF and META-INF

When you create a new Web Application Project using the Google-Eclipse plugin, it creates an entire project directory structure for you, including: src/ META-INF/ jdoconfig.xml ...
1
vote
1answer
192 views

How to move “WEB-INF/lib” folder to a sub folder in a Java Dynamic Web App?

How can I configure a Java Dynamic Web Project in Eclipse so the WEB-INF/lib folder is located in a sub folder? For example, say I wanted my "lib" folder to be located here: ...
2
votes
2answers
360 views

Using the google appengine maven plugin to deploy a Jax-RS war

I'm trying to make a simple base project to deploy a service I make using Jax-RS librarys to my Google app engine cloud space. The problem is that I don't know how to configure the plugin properly to ...
0
votes
1answer
228 views

Tomcat: The requested resource () is not available

I have 2 pages: page1.xhtml, page2.xhtml. From page1 I go to page2. In page2 I have: <h:commandButton value="shuffle" action="#{bean.shuffle}" immediate="true"></h:commandButton> When ...
3
votes
1answer
62 views

How to distribute libraries used within my Jython war?

I've read the answers to the related questions about managing used libraries in a Jython application: How I install various Python libraries in Jython? Best method for managing Jython packages But ...
0
votes
1answer
59 views

NoClassDefFoundError LocalSessionFactoryBuilder in the jar

I am new to web application development and need your help. I use Spring3.1.2/Hibernate 4.1 on Weblogic 10.3. I deployed the war file but am getting the NoClassDefFoundError at run time below. It ...
1
vote
1answer
176 views

Two Meta-Inf folders - normal structure?

I just "discovered" that we have two Meta-Inf folders ... In eclipse and also in the War file. The First one is (in the war): /META-INF/ The Second, and weird one ist: /WEB-INF/classes/META-INF/ ...
0
votes
0answers
38 views

Are files in WEB-INF publicity accessible from web browser?

I need to hide somewhere in war db password. I run struts2 web application.
2
votes
1answer
790 views

What difference between app-inf and web-inf folders in JavaEE applications?

Can you give me understanding of main difference between APP-INF and WEB-INF folders in javaEE applications. Thanks
5
votes
2answers
524 views

Moving resources under WEB-INF

I have a web application that contains hundreds of html, js and image files. These files are located under the root directory: my_root-- -- html -- js -- images These folders contain ...
0
votes
4answers
1k views

Java/Tomcat: ServletContext & getResourceAsStream Problems

I am trying to access a conf file (located in the WEB-INF folder) from a Tomcat web app. At the moment, I have the location of the file hard coded as a String. However, this does not work when the ...
0
votes
1answer
111 views

creating the folder inside the WEB-INF/lib so that all the lib files will be sorted

I am working on the Java EE project, Not on any framework. When I started working on it, there were only 3 jar files. Currently that particular folder has 10 jar files and in the future might be more ...
0
votes
1answer
226 views

What is the difference between WEB-INF and /src/main/resources folders?

Which files "specifically" need to be in WEB-INF in a Spring 3 application which uses hibernate? I am also using Maven. Do certain files in /src/main/resources need to be copied to WEB-INF before the ...
0
votes
0answers
162 views

proxying in wso2-esb java.lang.NoSuchFieldError: ACKED

I have the following setup : SOAPUI (machine 1 ) -> wso2esb-1.6-20080130 (machine 2) endpoint -> webserver1 (machine 3 ) So when I submit my xml file from SOAPUI, machine 2 forward it to machine 3, ...
0
votes
1answer
176 views

icefaces 3 - Cannot reach the backing bean from pages inside WEB-INF

I upgraded icefaces version from 1.8 to 3 and I'm facing the following problem: everytime I call a method in a backing bean form pages inside WEB-INF, I have the error "Network connection interrupted" ...
0
votes
1answer
48 views

migrating data from tomcat .dbx files

I want to migrate data from an old Tomcat/Jetty website to a new one which runs on Python & Django. Ideally I would like to populate the new website by directly reading the data from the old ...
3
votes
3answers
226 views

My webapplication works fine when testing it in IDE, but doesnt work on webserver (tomcat)

I`ve created my first webapplication. I set up my webserver (tomcat+apache2) and tried to deploy the app on it. When I tested the app it worked fine with my test environment, but when created the war ...
1
vote
3answers
1k views

how can i have access to my files that placed in WEB-INF folder

i'm new to java and have a strange problem. i create some folder(theme, js, css) in WEB-INF folder and put my files to this folders. in index.jsp i use a css file by following way: <style ...
0
votes
1answer
198 views

Strange error during XSL/XML load in Javascript

I understand that any resource under WEB-INF is not in public domain and this is by design. I can access a resource under WEB-INF, say an HTML, by configuring it in web.xml as <servlet> ...
1
vote
0answers
154 views

How to get the jar filename of web-fragment

In servlet 3, web-fragments are jars deployed under WAR's WEB-INF/libs. The resources of web-fragments will be merged and be traded as they are resources of WAR. But that's not suitable for every ...
0
votes
1answer
163 views

java can't mk dir and file at web-inf

I want to create some files at WEB-INF/upload and upload is a folder which contains some upload files. ServletContext context = getServletContext(); String dir = ...
0
votes
1answer
179 views

Is there something like WEB-INF in php web application?

I know about java based web applications directory structure. A simple web application will have something like this: web-application folder WEB-INF folder under WEB-INF you can have your ...
-2
votes
1answer
75 views

Creating a object of a class contained in WEB-INF folder from JSP file? [closed]

I am new to JSP. Please tell me how can I create an object of a class that is in the tom-cat WEB-INF/classes folder from a JSP file that is in root of the site? Should I use packages?? Any method ...
0
votes
1answer
766 views

How get WEB-INF folder path in java JAX-WS app

I have a java webservice application with java bean's. How i can determine full path to file in WEB-INF directory.
1
vote
1answer
1k views

How to put jsp in WEB-INF correct?

I'm using MVC and want to put my jsp pages in WEB-INF to avoid direct access to it. I have an index.jsp page and other pages in jps folder in Web Content and it works. It looks like this: -Web ...
4
votes
2answers
3k views

Tomcat 6 not loading jars from WEB-INF/lib

I'm trying to track down a configuration issue in my tomcat environment. Our production servers are running a tomcat installation and reading the war from a shared NFS mount. However, when I try the ...
0
votes
1answer
136 views

In Eclipse, how can i display WEB-INF as a flat view?

I'm tired of drilling down into my jsp folder over and over, is there any way to make WEB-INF a flat package view in eclipse? I tried to change it in the view settings but it didn't seem to matter. I ...
1
vote
1answer
412 views

Can we change the name of WEB-INF

may i know if i can change the name of WEB-INF folder in any tomcat webapp. If no, then why as there is context.xml file in tomcat conf folder which contain the path of watchedresource. I tried ...
0
votes
1answer
139 views

merging 2 wicket web projects into 1 multi-module maven project

I have created 2 separate wicket web projects. Now i want put them together in multi-module maven project and put the dependency as required. Will it give problem when i have have web-inf folders. ...
0
votes
1answer
132 views

How do I share security-constraint between .wars?

I have a JEE app server (jboss-eap-4.3) and several .wars that make up a larger web application. The idea is that a .war can be run separately or linked from another .war. As they are all part of ...
1
vote
1answer
1k views

where .jsp files put in web project

I have an issue where to put view (.jsp) file in the web applications.little bit confuse it may be inside the WEB-INF folder or out side the WEB-INF folder. Lot of spring projects view(.jsp) files ...
1
vote
1answer
2k views

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. Details: I've created a ...
0
votes
1answer
242 views

How do I specify relative file paths in restful web applications

Deployment of my restful application will be "exploded" from a single WAR file. All file paths will need to be relative and not absolute (Nesting from a single WEB-INF directory). What is the ...
3
votes
3answers
3k views

How do I make Weblogic 10 prefer the jars in myApp.war:/WEB-INF/lib/ without throwing VerifyErrors?

The Weblogic classloader seems to prefer system libraries over the libraries in my war's WEB-INF/lib/. I've tried setting the following in WEB-INF/weblogic.xml, without success: ...
13
votes
4answers
10k views

Maven dependencies not visible in WEB-INF/lib

I'm having this weird problem making my project Maven-based. I created a new Maven project in Eclipse and enabled the Dynamic Web facets. But during runtime now it throws ClassNotFoundException ...
0
votes
1answer
1k views

Access resource file from JSP

I want to access xml files from java class, lying under web/resources folder.. i.e ---Web pages | |--Web-INF | |-resources | |-data.xml | |-other jsps ---Source Folder |-databean I want to access ...
1
vote
2answers
1k views

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 ...
0
votes
1answer
349 views

App Engine doesn't find WEB-INF in WAR created by sbt

I'm trying to make a Lift app that I can run on App Engine and am managing the project with sbt. I have web.xml and appengine-web.xml in src/main/webapp/WEB-INF and package the project with sbt ...
0
votes
4answers
694 views

Classes not seeing each other in JSP

In a tomcat JSP application I have this directory layout: webapps/ myProjectName/ index.jsp WEB-INF/ classes/ mypackage/ ...
6
votes
2answers
5k views

JSF files inside WEB-INF directory / Model 2 Pattern

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 ...
2
votes
1answer
410 views

How to load StringTemplateGroups from the WEB-INF directory of a web archive

this question is somewhat related to this question: StackOverflow: Howto load a resource from WEB-INF directory of a web archive I want to use StringTemplate and want to load my templates via a ...
0
votes
1answer
4k views

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 ...

1 2