• 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

Sharing pages across webapps

 
Ranch Hand
Posts: 122
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know if this is possible? Right now, my directory structure under ROOT is:

All three APP directories reference header/footer files in SHARED.
I want to separate the APP directories into their own separate webapp contexts without having to duplicate the SHARED directory in each WEBAPP directory. Is this possible?
What I want is the below, some kind of directory structure that allows all three APPS to be their own webapp but with the SHARED code centralized in one place.

The only way I know how (what I DON'T want) is to duplicate the same directory under each webapp.
 
reply
    Bookmark Topic Watch Topic
  • New Topic