Re: Tomcat and multiple processors

2003-09-05 Thread Fred Kreek
Just one TC is enough, just run it with different CATALINA_BASES. each base needs the following directories: $CATALINA_BASE/conf - configuration files $CATALINA_BASE/work $CATALINA_BASE/temp $CATALINA_BASE/logs i've made a little script like this: (bash script) for DIR in * ; do SITE=`expr

Re: Tomcat and multiple processors

2003-09-05 Thread Fred Kreek
Sorry for that last mail, accidently sent the file. Here is the normal one Just one TC is enough, just run it with different CATALINA_BASES. each base needs the following directories: $CATALINA_BASE/conf - configuration files $CATALINA_BASE/work $CATALINA_BASE/temp $CATALINA_BASE/logs i've made a

Re: $CATALINA_BASE/temp

2003-09-03 Thread Fred Kreek
At 10:46 03/09/03, you wrote: Hi everybody, I'm using tomcat 4.1.27 on a Linux system. It works very well ! But I had a little problem of disk space because of the $CATALINA_BASE/temp that grows up very fast in size. In that folder I found some file s like jar_cahe*tmp. Does someone know how

Re: Dynamically update server.xml httpd.conf

2003-08-27 Thread Fred Kreek
At 21:22 26/08/03, you wrote: Tomcat 4 = no Tomcat 5 = I believe so Apache = yes ($APACHE_HOME/bin/apachectl graceful OR $APACHE_HOME/bin/apachectl restart) John Lars Nielsen Lind wrote: Hi. Is it possible to update and implement changes in server.xml and httpd.conf while Apache/Tomcat is

Re: javac problems with Tomcat as NT Service

2003-08-27 Thread Fred Kreek
At 22:56 26/08/03, you wrote: I have installed the J2SE and J2EE SDKs to c:\java. I installed Tomcat to c:\Tomcat. I have X_HOME variables for both installations in my computers Environment Variables. The problem is that the SDKs also install a JRE to c:\program files\java\. When I run Tomcat

Re: vhosts and workers

2003-08-27 Thread Fred Kreek
At 07:03 27/08/03, you wrote: I'm in the process of configuration Tomcat 4.1.27 to communicate with Apache 1.3.28 through mod_jk on a single machine. I have several virtual hosts set up on my server in the following way: /home/vhost1, /home/vhost2, etc.. I would like to configure Apache/Tomcat to

Re: 2 VirtualHosts now work, mod_jk not

2003-08-26 Thread Fred Kreek
I did not get the mail, but i've got it working with more than 1: (part of) httpd.conf -- VirtualHost my.real.host ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/webmaster/www/v1/webapps ServerName my.first.virtualhost Port 80