I haven't noticed any replies so I'll ask: If you're using Struts v1.1, for a front-end and back-end, why don't modules fit your scenario? Then the images can go in the exact same folders with both sets being (if you choose) able to update the images? Since modules can use different Controllers, you could do the same thing for each section of your site if they require different login levels or have other distinct differences, such as different maximum upload sizes.
Regards, David -----Original Message----- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 1:53 AM To: Struts Users Mailing List Subject: Integration of two Different Applications In Tomcat 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

