hi , I have been implementing an application using Struts1.1. We have basic two parts of the application as front end and Admin end. Administrator of the application can access Admin end and front end users can access front section of the site. Currently, we are delpoying both of the applications as diffrent entities as differnt applications under webapps directory of Tomcat. Now, the problem which couured is , Administrator can upload some images to the site which will be get reflected to the front end users of the site.When administrator uploads a file we are stroring the file in a folder named as "uploadedImages" on the root of Admin appliaction under webapp.
Our concern is how to get the images which are lying in different appliaction into the front end appliaction. OR Is there any way we can integrate the application like under front end application we can keep the admin application and can access the application something like http://www.frontend.com/Admin I tried but I am confused ANy suggestions or help on this will be higly apprectiable, Thanks in Advance Gary

