You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jerry Stuckle <js...@attglobal.net> on 2002/09/24 00:35:29 UTC

Apache/Tomcat & multiple virtual servers

Hello, all,

I installed Apache 2.0.40 and Tomcat 4.0.4 on a Windows NT server.  The
basic configuration is fine, with the Tomcat examples working on both
port 9080 (Tomcat's port) and port 80.  Now I need to get two other
virtual servers working.

My setup: Apache at h:\httpd\apache2, Tomcat at h:\httpd\tomcat and a
third at h:\httpd\webtest.  I'd like to set up Apache as the localhost,
tomcat with the name "tomcat" and webtest with the name "webtest".

I have my HOSTS file set up, and can even bring up a default index.html
so I think the Apache configuration is OK - at least for now.  

What I haven't been able to get to work is Tomcat.  Over the last week
I've gotten a lot of different errors, but nothing working.

Does anyone have an example of Tomcat working with Apache with multiple
servers like this?  If so, could you post or email your server.xml?  I
think that's my first problem.  I'd post it here, but I've gone through
so many iterations of it I don't know which one to start with <G>.

TIA.

Jerry Stuckle

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Should one process continue to grow on Linux???

Posted by Brandon Cruz <bc...@norvax.com>.
We are running tomcat 3.2.4 connected to Apache on Linux RedHat 7.1.  We are
using jdk1.3.1_01.  Recently, we have noticed that one process continues to
grow in the memory consumption and cpu usage.  If we do not restart tomcat,
the time this process shows to be running keeps getting bigger.  This is not
the parent process created on startup, it is one of the child processes.  Is
this normal, or do we need to start checking our code?  Below is a sample
output of the process, showing that is has been running for 27:49 minutes.



root     17825  7.8 15.5 818396 77144 ?      S    13:10  27:49
/usr/java/jdk1.3.1_01/bin/i386/native_threads/java -Dtomcat.home=/usr


Brandon


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>