I've generally found that I only need one Host element in the server.xml
file. The Magic is in the Catalina//ROOT.xml file. Here's
whats in my tomcat/conf/Catalina/localhost/ directory:
reloadable="true">
(you don't need that line- thats a custom parameter for my
application)
Mark Thomas skrev:
Morten Andersen wrote:
PS: More examples in documentation please. It's easier to write and
understand.
Documentation patches (in diff -u format) are always welcome.
-
To unsubscribe, e-mail: [EMAIL
Morten Andersen wrote:
> PS: More examples in documentation please. It's easier to write and
> understand.
Documentation patches (in diff -u format) are always welcome.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
How do I set up tomcat to run several webapps each serving requests for
their respective domains?
I've figured that I can create a element in the server.xml, but
the Tomcat documentation doesn't really help me much more. It mentions
the option to add files in the conf/[Engine]/[Appname] folder,