Hello,
I am attempting to set-up the following worker configuration but do not know how to
approach it. Here is what I would like to do:
- I have a server, e.g. "A", with IIS and Tomcat 3.2.
- A different server, e.g. "B" with Tomcat 3.2
- I want IIS on server "A" to serve to different versions of an application, a "Test"
version and a "Development" version.
- I would like to have the Test content to reside on server A and have the JSPs and
Servlets served by server A's local copy of Tomcat. The gifs, html, etc would be
served by A's IIS.
- The Development content exists on server B. I am trying to get server B's Tomcat to
serve its content. (I still want the gifs, html, etc. located on server B to be
served by server A's IIS).
Is this possible? Is this sane? What is the easiest way to do this?
As an example, the tomcat-iss-howto shows a fail-over configuration with an "Examples"
context served on one Tomcat and "Webpages" served on a different tomcat (on a
different server). That is great but where is the content located for context
"Webpages"? Is it on the first server in the webapps directory or on the second
server in its webapps directory. What do the context elements look like in the
tomcat's server.xml? Is there an entry for both contexts only in the first server's
server.xml, in both server's server.xml?
Any help would be appreciated.