Hi,
How can I add a new virtual host on the fly, and have that configuration be
persisted?
I see the "host-manager" app, however once the host is added under
conf/Catalina/
upon tomcat restart that host is not picked up because the server.xml is not
edited. Is the
host-manager app still in dev
Hi,
How can I add a new virtual host on the fly, and have that configuration be
persisted?
I see the "host-manager" app, however once the host is added under
conf/Catalina/
upon tomcat restart that host is not picked up because the server.xml is not
edited. Is the host-manager app still in dev
Hi,
Where can I get a 64bit Intel and AMD executables for lauching tomcat 6 service
on windows 64 and 64bit java 6?
thanks!
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Hi,
We started using Tomcat and Apache back around Tomcat 3.x. Tomcat serves
everything except small image requests, js and css files. (Such as buttons,
small banners etc)
Nowadays, in the newer Tomcat 6.x versions, is the extra hassle and
configuration of having Apache front Tomcat really wort
Hi,
I've spent the last day trying to do this with no success and here is what I
would like to do:
What I want to be able to do
--
Have a custom virtual host called "myApp", this host will run one
web-application, and that web applicati
Hi,
We would like to have 2-4 virtual hosts setup on a Tomcat 5.5.x server. I want
all of these applications to respond under "/"
I have read all the documentation on how to setup a new "host" in server.xml
with a custom appBase and then specify your "context" file in META-INF.
My question is,