AW: apache/tomcat multiple hosts

2002-10-30 Thread Dieter Kaltenbach
Hi, i guess you need a second tomcat host within the same engine container according to your apache virtual host. Something like: Host name=www.foo.com ... Context docBase=/home/foo ... / /Host Host name=demo.foo.com ... Context docBase=/home/foodemo ... / /Host Hope it helps.

Managing WebApplications

2002-04-04 Thread Dieter Kaltenbach
Hi, the question is about managing WebApplications from a Java Application without using the ManagerServlet. I'm starting Tomcat by invoking the process-Method of the Catalina class. Is there any way to get access to managing the WebApplications (starting, stopping etc) within this context?

Re: How come I can't remove Service name=Tomcat-Apache from server.xml?

2001-12-21 Thread Dieter Kaltenbach
when I delete the whole service tag from the server.xml only the Tomcat standalone service is started. I am using Tomcat 4.0.1 by the way !-- Define an Apache-Connector Service -- Service name=Tomcat-Apache /Service John Regan wrote: i am using 4.0 and want to remove this

AW: Contexts with relative and absolute DocBase?

2001-12-19 Thread Dieter Kaltenbach
docBase=C:/tmp path=/mywebapp / /Host Dieter. -Ursprüngliche Nachricht- Von: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 18. Dezember 2001 18:45 An: Tomcat Users List Betreff: Re: Contexts with relative and absolute DocBase? On Tue, 18 Dec 2001, Dieter Kaltenbach

Contexts with relative and absolute DocBase?

2001-12-18 Thread Dieter Kaltenbach
Hi, how can I use relative and absolute docBase-Context-settings for Contexts of the same Host? Something like this doesn't work. Host name=localhost appBase=webapps debug=0 Context docBase=ROOT path=/ Context docBase=examples path=/examples/ Context

AW: Contexts with relative and absolute DocBase?

2001-12-18 Thread Dieter Kaltenbach
can I use both - absolute and relative (means relative to the appBase-Directory) DocBase-Paths - for one host? -Ursprüngliche Nachricht- Von: Justin Rowles [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 18. Dezember 2001 14:04 An: 'Tomcat Users List' Betreff: RE: Contexts with relative

AW: Please help

2001-10-04 Thread Dieter Kaltenbach
hi, here are two links depending on the tomcat version. http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html Dieter. -Ursprüngliche Nachricht- Von: Jose Escobar [mailto:[EMAIL PROTECTED]] Gesendet: