RE: How to run apache server through Tomcat

2000-11-06 Thread Chris Kimpton
Hi, > I have Tomcat running and I config apache,it is also running. > What else do I have to do? I wrote a servlet program, I need to know > how how to run my servlet in the apache. I presume you can get your servlet to work with tomcat alone - using it as the webserver. Thus you need to get a

Re: VirtualDomains

2000-11-06 Thread Chris Kimpton
Hi > I have some virtualdomains and I want jakarta to look for jsp files in each > directory, I mean: > www.pepito.com -> /var/www/pepito/ > www.juanito.com -> /var/www/juanito/ See the docs and info below - this should cover it... Chris --Original Message-- F

RE: How to run apache server through Tomcat

2000-11-06 Thread Chris Kimpton
Hi, > I am new to this Apache and Tomcat area. I installed Tomcat 3.1 and Apache > server on my Sun Unix box, I hava a bit of > problem how to run my servlet on the apache server through > Tomcat. > Can anyone give my some ideas? How far did you get through the apache-tomcat config document?

Re: Virtual Hosting... with 3.2beta6 [PATCH to DOCS]

2000-11-02 Thread Chris Kimpton
Hi, Thanks to Duane Gran <[EMAIL PROTECTED]> for putting me right on this. > >In the tomcat-apache howto, it describes a means of having virtual hosts with 1 JVM >using this version tomcat. > >...but the example server.xml it gives is actually the excerpt from the apache config >repeated. > S

RE: Tomcat config and servlets

2000-11-02 Thread Chris Kimpton
Hi, > Now, I have a different application which I put all the servlets for > this application under this new directory >myhome/jakarta-tomcat/webdev/WEB-INF/classes Assuming you have a full WAR (web archive) setup in the webdev directory, specifically, a web.xml in the WEB-INF directory.

Virtual Hosting... with 3.2beta6

2000-11-02 Thread Chris Kimpton
Hi, In the tomcat-apache howto, it describes a means of having virtual hosts with 1 JVM using this version tomcat. ...but the example server.xml it gives is actually the excerpt from the apache config repeated. I can't see it fixed in CVS - is there an example somewhere? I am trying to do