RE: Singleton across multiple contexts

2003-06-18 Thread Jacob L E Blain Christen
here. You are describing state changes that need to happen in an atomic manner and "exist" in one and only one place. The semantics of db interactions are perfectly suited for what you are trying to do. -- Jacob L E Blain Christen Entheal LLC

RE: Tomcat Standalone and Virtual Hosting

2003-06-18 Thread Jacob L E Blain Christen
> I have a web application deployed under Tomcat v4.1.18 (port 8080). Is it > also possible to configure the Tomcat Standalone Service to > support virtual > hosting, but on port 80? If so, how is this accomplished? What is the > "best practices" method for storing static web content in this si