hi, I'm new in J2EE
I develop a web app
in my application I create a folder(in root) "Files" and put some file such as style.css, engine.
js and some images to
so I can not and don't know how I can access to them
I want access to my images like this "localhost:1313/myPro/Files/1.jpeg" but I cant and web server return 404 Error
I use JDK6 and Apache Tomcat 6 for web server
so please how can allow access to load files from Files folder?
and also I want load something in my Servlet and JavaBeans too
please help me how to configure my Project???