dynamically add new virtual host?

2008-04-04 Thread ahnf
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

dynamically add new virtual host

2008-04-01 Thread ahnf
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

64bit windows service executable?

2008-03-26 Thread ahnf
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

should I get rid of apache fronting tomcat?

2008-03-25 Thread ahnf
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

totally confused! deploy & redeploy the ROOT context via manager app and/or ant

2008-02-27 Thread ahnf
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

Virtual Hosts: path="/" without using ROOT folder?

2008-02-26 Thread ahnf
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,