RE: tomcat_apache.conf & tomcat.conf

2000-12-15 Thread Sudheesh Nair
these files are used when you use mod_jserv as the connector between tomcat and apache. they are not at all used if you are using mod_jk. Now since the tomcat_apache.conf is always recreated ..You need to copy this to tomcat.conf and make your modification in it as per the docs and include this

RE: apxs not finishing for mod_jk.so??

2000-12-15 Thread Sudheesh Nair
Use this command in native/apache1.3 .. $APACHE_HOME/bin/apxs -o mod_jk.so -DSOLARIS \ -I${JAVA_HOME}/include/solaris \ -I../jk -I${JAVA_HOME}/include \ -l posix4 -c *.c ../jk/*.c Sudheesh -Original Message- From: Simon Orchanian [mail

RE: mod_jk.so (for Solaris)

2000-12-15 Thread Sudheesh Nair
Hi ..   I am not Sure about the Licensing issues. But Let me tell you this much this site also has an EXCELLENT documentation written by a gentleman ( I don't know his name but I am really thankful to him for this document) which, if you follow properly, will get you through Apache 1.3.14 w

RE: location of mod_jk.so

2000-12-15 Thread Sudheesh Nair
please see my earlier posting on this .. -Original Message- From: Wojciech Wasowicz [mailto:[EMAIL PROTECTED]] Sent: Friday, December 15, 2000 12:46 AM To: [EMAIL PROTECTED] Subject: Re: location of mod_jk.so Simon Orchanian wrote: > I've downloaded Tomcat3.2 and need > to know where

RE: mod_jk.so

2000-12-14 Thread Sudheesh Nair
try this site http://www.ccl.net/cca/software/UNIX/apache/solaris-t3.2/files/mod_jk.so -Original Message- From: Daniel Lamblin [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 14, 2000 7:44 PM To: [EMAIL PROTECTED] Subject: mod_jk.so Hi, The docs for getting tomcat 3.2.1 working wi

RE: webapp directory

2000-12-13 Thread Sudheesh Nair
Title: RE: webapp directory But The same doesn't work for tomcat root directory . Even I am struggling to make this work for the tomcat root directory. I don't want to use a seperate web.xml from the another directory.. I need my directory to be the root doc_base for timcat by default. Any o