I am in the process of writing some web based software.  Tomcat is my server
I chose for the back end nuts and bolts because the software is written in
Java / JSP.  I have an OReilly book on tomcat, but it really lacks on realm
configuration and when talking about j_security_check (but of course so does
servlet spec 2.3)

In a nutshell we designed a program to be installed on a stand alone PC or
network.  We finished it and turned it over.  They came back to us and said,
well due to our fear of piracy, we now want to put it on a web server and
sell the service :-/.  So now the scope of the project shifted by some, but
what we have will run, just needs slightly modified.

Most of what I need to have happen is at the server level.  What do I need
to do to have one instance of tomcat running and have multiple copies of the
software running throughout the one server?  I know this gets into a realms
configuration issue, but I am not strong on that.

I thought about doing sub-domains with a dedicated instance under each
domain, however, I think that's terribly wasteful.

Any help would be greatly appreciated.

- Josh

I have a few questions if you all can make some time for me to answer them,
I would be most grateful!
-- 
View this message in context: 
http://www.nabble.com/Help-on-tomcat-configuration-tp23548536p23548536.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to