Barrow H Kwan/Corporate/ThoughtWorks/US is out of the office.

2001-11-13 Thread bhkwan
I will be out of the office starting 11/13/2001 and will not return until 11/27/2001. I will respond to your message when I return. I might check my email once a day. -- To unsubscribe: For additional commands: Troubles with the list:

Barrow H Kwan/Corporate/ThoughtWorks/US is out of the office.

2001-04-26 Thread bhkwan
I will be out of the office starting 04/26/2001 and will not return until 05/12/2001. I will respond to your message when I return.

Re: Info on connections using mysql

2001-01-11 Thread bhkwan
here is what I did 1. grap the mm.mysql jdbc driver ( check www.mysql.com ) 2. untar the file to eg /usr/local/mm.mysql 3. in your tomcat.sh file, add classpath to include the mysql jar ( ie export CLASSPATH=/usr/local/mm.mysql/mysql.jar:$CLASSPATH ). 4. write your code and use it. I didn't put

Re: dose tomcat 3.1 work with jre1.3

2001-01-08 Thread bhkwan
I didn't use jre1.3 but jdk1.3. I don't think there is any different if you are just trying to start Tomcat. I am running Tomcat 3.2.1 + Apache 1.3.14 and everything is fine. Andre

Re: i'm in trouble with configuring virtual hosting of tomcat 3.2

2001-01-06 Thread bhkwan
Phillip Rhodes post the following instruction which is working prefectly for me... check it out... POST from Phillip Rhodes: This kind of got long and detailed. I would like it to be reused if possible in the faq. I did it. I have 3 virtual hosts in Apache, with 3 different in

running tomcat as nobody with mod_jk

2001-01-05 Thread bhkwan
I just want to share my experience since this have been spend me the whole day to figure that out. If you tried to run tomcat as nobody while your TOMCAT_HOME's directory ( as well as the sub directories and files are owned by someone else, let's say root ). You have to make sure you change the

Re: Howto: mod_jk ?? + tomcat 3.2.1 + apache 1.3.14 + virtual host

2001-01-05 Thread bhkwan
I download the tomcat source and compile that myself. I am runnning RH7 but I don't think there is a problem to compile that under Debian or other distribution. The online doc of mod_jk tell you how to compile that and it is very straightforward.

Howto: mod_jk + tomcat 3.2.1 + apache 1.3.14 + virtual host

2001-01-04 Thread bhkwan
I can successfully create two virtual hosts ( mod_jk + tomcat 3.2.1 + apache 1.3.14 ) with ONE instance of tomcat. I would like to be able to let the tow virtual hosts' owner to start their instance of tomcat. In that case, tomcat's instance will own by them instead of NOBODY. the currently

JSP won't return anything if Tomcat 3.2.1 start as nobody.

2001-01-04 Thread bhkwan
jsp page return 404 if I start tomcat 3.2.1 as nobody. If I start it as root, jsp is fine. what is going on? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

JSP won't return anything if Tomcat 3.2.1 start as nobody.

2001-01-04 Thread bhkwan
jsp page return 404 if I start tomcat 3.2.1 as nobody. If I start it as root, jsp is fine. what is going on? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

virtual host..

2001-01-03 Thread bhkwan
I have tried to setup virtual host with Tomcat but failed. JSP run on main.somewhere.com but None of the JSP run on the a.somewhere.com virtual host. here is my server.xml configuration: . Here is my httpd.conf. ... JkWorkersFile /home/apps/jak