• 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 do maintainance on Apache - Jboss Setup

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everybody:
My site www.AhmedabadSale.com is completely developed using Open Source Software like jboss, mysql, ant and xdoclet. I routinely have to do maintainance of my site by changing some jsp's, html pages or Servlets. How do I do the maintaince work? How do I show the default page that site is under maintainance without having to restart or stop jboss? Does anybody have a simple solution for this.
Regards,
Pushpendra Raval
CEO, www.AhmedabadSale.com
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It depends on how you have deployed your application and expose it to the external world. I am using Apache on my web servers in the DMZ and JBoss is deployed on my internal network. The j2k connector forwards the request from Apache to JBoss. When I need to perform maintenance, I can temporarily disable the j2k connector and the user is redirected to an outage page.
 
New rule: no elephants at the chess tournament. Tiny ads are still okay.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic