View Single Post
  #2 (permalink)  
Old January 7th, 2008, 20:52
chrisplough's Avatar
chrisplough chrisplough is offline
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 821
Blog Entries: 7
Thanks: 53
Thanked 201 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: Does OTM have a single-user or maintenance mode?

Janice,

No - OTM doesn't currently have a single user mode. In the past, we've handled this a couple of different ways:
  • Replace the index.html file with a maintenance disclaimer. This will keep people from logging in (no login prompt), but won't prevent integration servers from accessing the integration servlet.
  • If OTM is behind a load balancer, point the VIP towards a non-OTM web server (like a stock Apache instance) which presents a maintenance page. This will stop both logins and integration.
  • If all else fails, shutdown the OTM web server. You can have a separate one installed (for instance on the OTM app server) that get utilized for admin purposes.
Hope this helps.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Reply With Quote