Virtual Hosting (Apache + Tomcat + mod_jk)

2000-12-19 Thread David Thompson
I have two named virtual hosts in Apache using pretty much the common named host example from the apache site. I have tomcat and mod_jk setup pretty much as installed and working. Now, I really want Tomcat for only one of the virtual hosts (I will run a second VM for the other virtual host if and

RE: HOW DO I GET OFF THIS LIST!~~

2000-12-19 Thread David Thompson
I read that this is a known problem with 3.2 and will not work right until 4.0. dt -Original Message- From: Siak Keong, Cheong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2000 4:17 PM To: '[EMAIL PROTECTED]' Subject: RE: HOW DO I GET OFF THIS LIST!~~ yeah, I could tell from

RE: a great problem with tomcat in linux whit the system memory

2000-12-12 Thread David Thompson
In sun's VM you can control this by modifying the maximum heap size for the VM with -Xmx256M for 256 megabytes. Then, your VM garbage collector will be forced to free it up. Of course, if there is actually a memory problem with dangling object references you will eventually get out of memory

RE: Question about Linux install of Tomcat 3.2 (is there an RPM y et)

2000-12-12 Thread David Thompson
I do not have SSL working yet but it need eventually. I am using Sun's jdk 1.3. And, thanks for the RPM's. I have not tried it yet but it looks like a breeze. At first, I was like "how do I know that is is ok?" and everyone seems to know your stuff (except a newbie like me who does JWS on NT by

Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-11 Thread David Thompson
I am a linux newbie so this might be a stupid question but... I have linux 6.2 installed (using Redhat). I have Apache 1.3.14 running well. I have JDK 1.3 installed and working. Now to get to where I want to be, I want to get Tomcat 3.2 running with Apache. There are no RPM's for it as of last

RE: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-11 Thread David Thompson
) David Thompson wrote: I am a linux newbie so this might be a stupid question but... I have linux 6.2 installed (using Redhat). I have Apache 1.3.14 running well. I have JDK 1.3 installed and working. Now to get to where I want to be, I want to get Tomcat 3.2 running with Apache