Re: Tomcat and apache and jk_mod HowTo

2008-10-10 Thread André Warnier
Tim Potter wrote: the way you have it configured.. test.jsp would only render if implemented = in the 'ROOT' webapp of TC I would suggest implementing a test webapp where the exact physical location of test.jsp would be $CATALINA_HOME/webapps/test/test.jsp Regards/ Martin Ok, that works f

Re: Tomcat and apache and jk_mod HowTo

2008-10-10 Thread Tim Potter
> the way you have it configured.. test.jsp would only render if implemented = > in the 'ROOT' webapp of TC > > I would suggest implementing a test webapp where the exact physical location of test.jsp would be > $CATALINA_HOME/webapps/test/test.jsp > > Regards/ > Martin Ok, that works fine, howeve

RE: Tomcat and apache and jk_mod HowTo

2008-10-10 Thread Martin Gainty
ecessarily endorse content contained within this transmission. > Date: Fri, 10 Oct 2008 13:20:32 -0500 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: Tomcat and apache and jk_mod HowTo > > On Fri, Oct 10, 2008 at 12:16 PM, Rainer Jung <[EMAIL PROTECT

Re: Tomcat and apache and jk_mod HowTo

2008-10-10 Thread Tim Potter
On Fri, Oct 10, 2008 at 1:20 PM, Tim Potter <[EMAIL PROTECTED]> wrote: > On Fri, Oct 10, 2008 at 12:16 PM, Rainer Jung <[EMAIL PROTECTED]>wrote: > >> I also added >> modJk="/usr/lib/apache2/mod_jk.so" >>> workersConfig="/etc/apache2/workers.properties" /> between and >>> in the conf/server.x

Re: Tomcat and apache and jk_mod HowTo

2008-10-10 Thread Tim Potter
On Fri, Oct 10, 2008 at 12:16 PM, Rainer Jung <[EMAIL PROTECTED]>wrote: > I also added > modJk="/usr/lib/apache2/mod_jk.so" >> workersConfig="/etc/apache2/workers.properties" /> between and >> in the conf/server.xml file >> > > The listeners are only needed if you want Tomcat to generate a mod

Re: Tomcat and apache and jk_mod HowTo

2008-10-10 Thread Rainer Jung
I also added between and in the conf/server.xml file The listeners are only needed if you want Tomcat to generate a mod_jk configuration for you. The files which are auto-generated by the listener are not very good though. I would suggest to write a simple workers.properties yourself. w

Re: Tomcat and apache and jk_mod HowTo

2008-10-10 Thread Tim Potter
> > I attempted these changes and stopped tomcat and apache, then started apache > > and got the following error: > > > > [EMAIL PROTECTED]:~$ sudo /etc/init.d/apache2 start > > * Starting web server apache2 > > Syntax > > error on line 2 of /etc/apache2/conf.d/workers.properties: > > Invalid comma

Re: Tomcat and apache and jk_mod HowTo

2008-10-10 Thread Rainer Jung
Tim Potter wrote: Be kind, this is my first mailing to the usergroup. I'll do my best. This server is running Ubuntu Gutsy (7.10) and may be updated to Hardy shortly. In the mean time, currently I'm running apache/2.2.4 with the mod_user module enabled, and people in the group using publ

Tomcat and apache and jk_mod HowTo

2008-10-10 Thread Tim Potter
Hello all, Be kind, this is my first mailing to the usergroup. I am implementing a webserver for a group use, where most of the group will be creating web pages with php and jsp connections. This server is running Ubuntu Gutsy (7.10) and may be updated to Hardy shortly. In the mean time, cur