• 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

Tomcat 4.1 - Setting Folder Read/Write Permission

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am having 2 servers, one running Tomcat 4.1 hosting a Java application, while the other server is running IIS which hosts another backend service.
First of all, my Java app will write a dynamically-generated file onto a certain subfolder under Tomcat. Afterwards, I need to pass the URL (IP + directory + filename) of that file to an ASP file resided on the IIS of another machine to read and perform some logic.
Therefore I would like to ask the way to set up Tomcat such that it grants the permission to read/write from/to a specific directory prior its startup.
Thanks so much in advance!
World
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic