• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Common Share folder in Web or Application Server

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have a small problem sharing resources between two or more web applications. Can i have any thing like a share folder in Web or Application server so that the contents of the shared folder can be accessed by all the applications in the container.

I have one application that uploads images and mantains the path information in the Database. It would be nice to have these images stored in a share folder so that other applications can use the images.


Pls suggest., Thanks in advance.

Rama Raju
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what was the code you used to store the images on the server.
 
Vijay RamaRaju
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I used Struts html:file tag for uploading the images as of now the code is uploading the images to one of the application's context., and i will change the code to upload the images to the shared folder iff we can have a share folder in Web or Application Server.
So the question is can we have a shared folder in Web or Application Server?


Thanks
Rama Raju.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic