• 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

war / ear Deployment problem

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have developed application which is having 2 submodules. submodule 2 is refering to some files (common) from the submodule 1. Currently both submodules combine together, i have generated war file, which i have inclued in the ear file for deployment purpose. But now my requirement has changed. For both submodules i would like to have two different war files, which i will include in the ear file. In this process my common files will be affected.
I don't want to touch the code. Also i don't want to make duplicate copy of those files for submodule 2.
Is it possible for me to go for different war files and still the common files from submodule 1 will be refered by some means in submodule 2. If so what are different ways and how to go for it. I am using Oracle 9i Application Server.
Thanks in advance.
atul samnerkar
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic