• 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

How to deploy multiple struts-based applications in a single Struts portal

 
tumbleweed and gunslinger
Posts: 192
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've built a portal type product using Struts/Tiles. I've also built stand-alone webapps using just Struts.
Is there a way to deploy a Struts webapp as say a .jar file such that it could be referenced as such from the main Struts host?
Example:
http://myportal/Welcome.do
Deployed webapp:
http://myportal/mywebapp/Welcome.do
Yes, I could combine the code and create the webapp as a subapplication, but I don't want to mix the code as they are completely unrelated and maintained separately. Also, there may be changes to the webapp and I want to be able to deploy and update that without having to update the portal.
The only way I've found thus far is to VHost at the app server level each webapp and link to them from the portal.
[ December 12, 2003: Message edited by: David Yutzy ]
 
girl power ... turns out to be about a hundred watts. But they seriuosly don't like being connected to the grid. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic