Directory « Core « Spring Q&A





1. Spring Web Project Directory Structure    forum.springsource.org

Spring Web Project Directory Structure Hello. I am a newbie to Spring. I have done java programming before though. I downloaded STS 2.6.0 and trying to create a Spring project. This ...

2. Question on classpaths inside the classes directory    forum.springsource.org

Simple question. Kinda weird: In Spring you can reference a file on the classpath in your web.xml file by using the classpath: prefix like this: Code: contextConfigLocation classpath:com/example/app/example-context.xml Can ...

3. Referencing "current directory" in applicationCont    forum.springsource.org

Referencing "current directory" in applicationCont One of our vendor libraries (CyberSource payment gateway) requires a pathname that points to the keyfile used for encrypting the payment session. It will accept either ...

4. Directory Structure    forum.springsource.org

Directory Structure The directory structure of my current application is some thing like this, Code: WebApp |-jsp |-js |-images |-WEB-INF |- classes |- lib JSP pages need some images that are ...

5. Default documents & virtual directories    forum.springsource.org

Hello, I'm really hoping I can get some help on this. Here is my problme: I have "virtual" folders on the server that have pages mapped, so for instance, http://www.blahblahblah.com/one/me.htm is ...

6. accessing an external directory    forum.springsource.org

accessing an external directory I have an app which creates lots of user-generated files - images, pdfs. These are expensive to build, and so I want to store them safely - ...

7. directory structure    forum.springsource.org

8. Directory Polling with Delete    forum.springsource.org

Directory Polling with Delete I'm sure it's a noob question, and I apologize for asking. I've spent a few days trying to create a simple directory poller that will delete the ...

9. Root directory    forum.springsource.org





10. Root Directory    forum.springsource.org

It depends on the configuration - there isn't one defined by default but you can use one through Tomcat's config. Make sure you deploy an appropriate bundle along with it since ...

11. FileReadingMessageSource for timestamped directory name    forum.springsource.org

FileReadingMessageSource for timestamped directory name Hello, i am currently trying Spring Integration, to scan for a logfile, and apply custom logic, line by line (sort of tail -f). I have tried ...

12. lib directory in spring 2.5    forum.springsource.org

13. Spring project expects to be at root directory, freaks out when its not    forum.springsource.org

I have a spring project that works beautifully when it's located at the web root - i.e. http://myserver/index.html but it breaks terribly when it's not - i.e. http://myserver/spring-project/index.html Is there a ...

14. Fancy lib directory    forum.springsource.org

Fancy lib directory Hi, I have a general problem concerning the lib subdirectory in my current webapp. Since i'm using svn:externals in my SVN repository I introduced 2 subdirectories in my ...

15. Newbie question - how to get a directory name    forum.springsource.org

I built a webapp using spring 3 and sping mvc. Now I am trying to get a File handle to a directory in my static folder. Can someone tell me how ...