1. Spring Web Project Directory Structure forum.springsource.orgSpring 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.orgSimple 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: |
3. Referencing "current directory" in applicationCont forum.springsource.orgReferencing "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.orgDirectory 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.orgHello, 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.orgaccessing 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.orgDirectory 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.orgIt 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.orgFileReadingMessageSource 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.orgI 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.orgFancy 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.orgI 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 ... |