You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Landaluze Produktions IS - Carlos <li...@lpis.com> on 2000/11/25 21:18:01 UTC

mod_jk

i have install thew tomcat 3.2 b8 in linux
with the mod_jk.so file what must i do?
i run the tomcat and the html pages runs but the jsp pages no. the system
says me that there is not that page.
What is the problem? the mod_jk? how can i run it?
thanks
Carlos


RE: mod_jk

Posted by Saurabh Shukla <sa...@cysphere.com>.
NO!!! :-)

it is not a strict NO.. you can include it. but take care to remove all the
modjsev directives.

Shuklix

and i dont must use the tomcat-apache.conf file?
----- Original Message -----
From: "Michael H. La Budde" <mh...@prsft.com>
To: <to...@jakarta.apache.org>
Sent: Sunday, November 26, 2000 2:16 PM
Subject: RE: mod_jk


> The file you want to incude in your httpd.conf is actually
> <path-to-tomcat>/conf/mod_jk.conf-auto
>
> Make sure that you have mentioned all your contexts in your server.xml
file
> and that you startup tomcat first (since the above file gets generated
each
> time you startup tomcat). If that file (mod_jk.conf-auto) won't work
> exactly as is for you, then go ahead and make your changes but remember to
> save the file to a different name (otherwise your changes will be
> overwritten the next time you start up tomcat!), and don't forget to
change
> the reference in your httpd.conf file....
>
> HTH,
>
> Mike
>
> At 11/26/2000 03:54 PM +0530, you wrote:
> >mod_jk should be included, go though it to add your changes.
> >
> >
> >Shuklix
> >
> >
> >-----Original Message-----
> >From: POLIKI [mailto:boli@mailexcite.com]
> >Sent: Sunday, November 26, 2000 3:43 PM
> >To: tomcat-user@jakarta.apache.org
> >Subject: Re: mod_jk
> >
> >
> >i am using with apache
> >what i must to include in the httpd.conf?
> >the mod_jk.conf file? the tomcat-apache.conf file?
> >please say me or send a example
> >thanks
> >carlos
> >----- Original Message -----
> >From: "Saurabh Shukla" <sa...@cysphere.com>
> >To: <to...@jakarta.apache.org>
> >Sent: Sunday, November 26, 2000 7:31 AM
> >Subject: RE: mod_jk
> >
> >
> > >
> > > :-) You do not need md_jk if you are using only tomcat.
> > > If you are using apache then include it in your apache's httpd.conf.
> > >
> > > Shuklix
> > >
> > > -----Original Message-----
> > > From: Landaluze Produktions IS - Carlos [mailto:linux@lpis.com]
> > > Sent: Sunday, November 26, 2000 1:48 AM
> > > To: tomcat-user@jakarta.apache.org
> > > Subject: mod_jk
> > >
> > >
> > > i have install thew tomcat 3.2 b8 in linux
> > > with the mod_jk.so file what must i do?
> > > i run the tomcat and the html pages runs but the jsp pages no. the
system
> > > says me that there is not that page.
> > > What is the problem? the mod_jk? how can i run it?
> > > thanks
> > > Carlos
> > >
> > >
> > >
>
>
>
>



Re: mod_jk

Posted by POLIKI <bo...@mailexcite.com>.
and i dont must use the tomcat-apache.conf file?
----- Original Message -----
From: "Michael H. La Budde" <mh...@prsft.com>
To: <to...@jakarta.apache.org>
Sent: Sunday, November 26, 2000 2:16 PM
Subject: RE: mod_jk


> The file you want to incude in your httpd.conf is actually
> <path-to-tomcat>/conf/mod_jk.conf-auto
>
> Make sure that you have mentioned all your contexts in your server.xml
file
> and that you startup tomcat first (since the above file gets generated
each
> time you startup tomcat). If that file (mod_jk.conf-auto) won't work
> exactly as is for you, then go ahead and make your changes but remember to
> save the file to a different name (otherwise your changes will be
> overwritten the next time you start up tomcat!), and don't forget to
change
> the reference in your httpd.conf file....
>
> HTH,
>
> Mike
>
> At 11/26/2000 03:54 PM +0530, you wrote:
> >mod_jk should be included, go though it to add your changes.
> >
> >
> >Shuklix
> >
> >
> >-----Original Message-----
> >From: POLIKI [mailto:boli@mailexcite.com]
> >Sent: Sunday, November 26, 2000 3:43 PM
> >To: tomcat-user@jakarta.apache.org
> >Subject: Re: mod_jk
> >
> >
> >i am using with apache
> >what i must to include in the httpd.conf?
> >the mod_jk.conf file? the tomcat-apache.conf file?
> >please say me or send a example
> >thanks
> >carlos
> >----- Original Message -----
> >From: "Saurabh Shukla" <sa...@cysphere.com>
> >To: <to...@jakarta.apache.org>
> >Sent: Sunday, November 26, 2000 7:31 AM
> >Subject: RE: mod_jk
> >
> >
> > >
> > > :-) You do not need md_jk if you are using only tomcat.
> > > If you are using apache then include it in your apache's httpd.conf.
> > >
> > > Shuklix
> > >
> > > -----Original Message-----
> > > From: Landaluze Produktions IS - Carlos [mailto:linux@lpis.com]
> > > Sent: Sunday, November 26, 2000 1:48 AM
> > > To: tomcat-user@jakarta.apache.org
> > > Subject: mod_jk
> > >
> > >
> > > i have install thew tomcat 3.2 b8 in linux
> > > with the mod_jk.so file what must i do?
> > > i run the tomcat and the html pages runs but the jsp pages no. the
system
> > > says me that there is not that page.
> > > What is the problem? the mod_jk? how can i run it?
> > > thanks
> > > Carlos
> > >
> > >
> > >
>
>
>
>


RE: mod_jk

Posted by "Michael H. La Budde" <mh...@prsft.com>.
The file you want to incude in your httpd.conf is actually
<path-to-tomcat>/conf/mod_jk.conf-auto

Make sure that you have mentioned all your contexts in your server.xml file 
and that you startup tomcat first (since the above file gets generated each 
time you startup tomcat). If that file (mod_jk.conf-auto) won't work 
exactly as is for you, then go ahead and make your changes but remember to 
save the file to a different name (otherwise your changes will be 
overwritten the next time you start up tomcat!), and don't forget to change 
the reference in your httpd.conf file....

HTH,

Mike

At 11/26/2000 03:54 PM +0530, you wrote:
>mod_jk should be included, go though it to add your changes.
>
>
>Shuklix
>
>
>-----Original Message-----
>From: POLIKI [mailto:boli@mailexcite.com]
>Sent: Sunday, November 26, 2000 3:43 PM
>To: tomcat-user@jakarta.apache.org
>Subject: Re: mod_jk
>
>
>i am using with apache
>what i must to include in the httpd.conf?
>the mod_jk.conf file? the tomcat-apache.conf file?
>please say me or send a example
>thanks
>carlos
>----- Original Message -----
>From: "Saurabh Shukla" <sa...@cysphere.com>
>To: <to...@jakarta.apache.org>
>Sent: Sunday, November 26, 2000 7:31 AM
>Subject: RE: mod_jk
>
>
> >
> > :-) You do not need md_jk if you are using only tomcat.
> > If you are using apache then include it in your apache's httpd.conf.
> >
> > Shuklix
> >
> > -----Original Message-----
> > From: Landaluze Produktions IS - Carlos [mailto:linux@lpis.com]
> > Sent: Sunday, November 26, 2000 1:48 AM
> > To: tomcat-user@jakarta.apache.org
> > Subject: mod_jk
> >
> >
> > i have install thew tomcat 3.2 b8 in linux
> > with the mod_jk.so file what must i do?
> > i run the tomcat and the html pages runs but the jsp pages no. the system
> > says me that there is not that page.
> > What is the problem? the mod_jk? how can i run it?
> > thanks
> > Carlos
> >
> >
> >




Re: mod_jk

Posted by "Julio Serje (@canada.com)" <js...@home.com>.
Hola, Carlos

You should only append the following line to your http.conf:


include c:/tomcat/conf/tomcat-apache.conf

Note:  I am assumming you are running Tomcat 3.1, on a win machine. Similar
settings must be arranged for other confs.


Julio

  ------ Suerte con eso, Carlos. Si quieres, enviame detalles de tu
configuracion  ----


----- Original Message -----
From:
To: <to...@jakarta.apache.org>
Sent: Sunday, November 26, 2000 5:12 AM
Subject: Re: mod_jk


> i am using with apache
> what i must to include in the httpd.conf?
> the mod_jk.conf file? the tomcat-apache.conf file?
> please say me or send a example
> thanks
> carlos
> ----- Original Message -----
> From: "Saurabh Shukla" <sa...@cysphere.com>
> To: <to...@jakarta.apache.org>
> Sent: Sunday, November 26, 2000 7:31 AM
> Subject: RE: mod_jk
>
>
> >
> > :-) You do not need md_jk if you are using only tomcat.
> > If you are using apache then include it in your apache's httpd.conf.
> >
> > Shuklix
> >
> > -----Original Message-----
> > From: Landaluze Produktions IS - Carlos [mailto:linux@lpis.com]
> > Sent: Sunday, November 26, 2000 1:48 AM
> > To: tomcat-user@jakarta.apache.org
> > Subject: mod_jk
> >
> >
> > i have install thew tomcat 3.2 b8 in linux
> > with the mod_jk.so file what must i do?
> > i run the tomcat and the html pages runs but the jsp pages no. the
system
> > says me that there is not that page.
> > What is the problem? the mod_jk? how can i run it?
> > thanks
> > Carlos
> >
> >
> >
>


RE: mod_jk

Posted by Saurabh Shukla <sa...@cysphere.com>.
rename the mod_jk-auto.conf and include the renamed file in your httpd.conf

Shuklix


-----Original Message-----
From: Landaluze Produktions IS - Carlos [mailto:linux@lpis.com]
Sent: Sunday, November 26, 2000 10:21 PM
To: tomcat-user@jakarta.apache.org
Subject: Re: mod_jk


if i use mod_jk in a linux with tomcat and apache:
what i must to include in the apache conf file? the tomcat-apache.conf or /
and the mod_jk-auto.conf?
thanks
carlos
----- Original Message -----
From: "Saurabh Shukla" <sa...@cysphere.com>
To: <to...@jakarta.apache.org>
Sent: Sunday, November 26, 2000 11:24 AM
Subject: RE: mod_jk


> mod_jk should be included, go though it to add your changes.
>
>
> Shuklix
>
>
> -----Original Message-----
> From: POLIKI [mailto:boli@mailexcite.com]
> Sent: Sunday, November 26, 2000 3:43 PM
> To: tomcat-user@jakarta.apache.org
> Subject: Re: mod_jk
>
>
> i am using with apache
> what i must to include in the httpd.conf?
> the mod_jk.conf file? the tomcat-apache.conf file?
> please say me or send a example
> thanks
> carlos
> ----- Original Message -----
> From: "Saurabh Shukla" <sa...@cysphere.com>
> To: <to...@jakarta.apache.org>
> Sent: Sunday, November 26, 2000 7:31 AM
> Subject: RE: mod_jk
>
>
> >
> > :-) You do not need md_jk if you are using only tomcat.
> > If you are using apache then include it in your apache's httpd.conf.
> >
> > Shuklix
> >
> > -----Original Message-----
> > From: Landaluze Produktions IS - Carlos [mailto:linux@lpis.com]
> > Sent: Sunday, November 26, 2000 1:48 AM
> > To: tomcat-user@jakarta.apache.org
> > Subject: mod_jk
> >
> >
> > i have install thew tomcat 3.2 b8 in linux
> > with the mod_jk.so file what must i do?
> > i run the tomcat and the html pages runs but the jsp pages no. the
system
> > says me that there is not that page.
> > What is the problem? the mod_jk? how can i run it?
> > thanks
> > Carlos
> >
> >
> >
>
>
>


Re: mod_jk

Posted by Landaluze Produktions IS - Carlos <li...@lpis.com>.
if i use mod_jk in a linux with tomcat and apache:
what i must to include in the apache conf file? the tomcat-apache.conf or /
and the mod_jk-auto.conf?
thanks
carlos
----- Original Message -----
From: "Saurabh Shukla" <sa...@cysphere.com>
To: <to...@jakarta.apache.org>
Sent: Sunday, November 26, 2000 11:24 AM
Subject: RE: mod_jk


> mod_jk should be included, go though it to add your changes.
>
>
> Shuklix
>
>
> -----Original Message-----
> From: POLIKI [mailto:boli@mailexcite.com]
> Sent: Sunday, November 26, 2000 3:43 PM
> To: tomcat-user@jakarta.apache.org
> Subject: Re: mod_jk
>
>
> i am using with apache
> what i must to include in the httpd.conf?
> the mod_jk.conf file? the tomcat-apache.conf file?
> please say me or send a example
> thanks
> carlos
> ----- Original Message -----
> From: "Saurabh Shukla" <sa...@cysphere.com>
> To: <to...@jakarta.apache.org>
> Sent: Sunday, November 26, 2000 7:31 AM
> Subject: RE: mod_jk
>
>
> >
> > :-) You do not need md_jk if you are using only tomcat.
> > If you are using apache then include it in your apache's httpd.conf.
> >
> > Shuklix
> >
> > -----Original Message-----
> > From: Landaluze Produktions IS - Carlos [mailto:linux@lpis.com]
> > Sent: Sunday, November 26, 2000 1:48 AM
> > To: tomcat-user@jakarta.apache.org
> > Subject: mod_jk
> >
> >
> > i have install thew tomcat 3.2 b8 in linux
> > with the mod_jk.so file what must i do?
> > i run the tomcat and the html pages runs but the jsp pages no. the
system
> > says me that there is not that page.
> > What is the problem? the mod_jk? how can i run it?
> > thanks
> > Carlos
> >
> >
> >
>
>
>


RE: mod_jk

Posted by Saurabh Shukla <sa...@cysphere.com>.
mod_jk should be included, go though it to add your changes.


Shuklix


-----Original Message-----
From: POLIKI [mailto:boli@mailexcite.com]
Sent: Sunday, November 26, 2000 3:43 PM
To: tomcat-user@jakarta.apache.org
Subject: Re: mod_jk


i am using with apache
what i must to include in the httpd.conf?
the mod_jk.conf file? the tomcat-apache.conf file?
please say me or send a example
thanks
carlos
----- Original Message ----- 
From: "Saurabh Shukla" <sa...@cysphere.com>
To: <to...@jakarta.apache.org>
Sent: Sunday, November 26, 2000 7:31 AM
Subject: RE: mod_jk


> 
> :-) You do not need md_jk if you are using only tomcat. 
> If you are using apache then include it in your apache's httpd.conf.
> 
> Shuklix
> 
> -----Original Message-----
> From: Landaluze Produktions IS - Carlos [mailto:linux@lpis.com]
> Sent: Sunday, November 26, 2000 1:48 AM
> To: tomcat-user@jakarta.apache.org
> Subject: mod_jk
> 
> 
> i have install thew tomcat 3.2 b8 in linux
> with the mod_jk.so file what must i do?
> i run the tomcat and the html pages runs but the jsp pages no. the system
> says me that there is not that page.
> What is the problem? the mod_jk? how can i run it?
> thanks
> Carlos
> 
> 
> 



Re: mod_jk

Posted by POLIKI <bo...@mailexcite.com>.
i am using with apache
what i must to include in the httpd.conf?
the mod_jk.conf file? the tomcat-apache.conf file?
please say me or send a example
thanks
carlos
----- Original Message ----- 
From: "Saurabh Shukla" <sa...@cysphere.com>
To: <to...@jakarta.apache.org>
Sent: Sunday, November 26, 2000 7:31 AM
Subject: RE: mod_jk


> 
> :-) You do not need md_jk if you are using only tomcat. 
> If you are using apache then include it in your apache's httpd.conf.
> 
> Shuklix
> 
> -----Original Message-----
> From: Landaluze Produktions IS - Carlos [mailto:linux@lpis.com]
> Sent: Sunday, November 26, 2000 1:48 AM
> To: tomcat-user@jakarta.apache.org
> Subject: mod_jk
> 
> 
> i have install thew tomcat 3.2 b8 in linux
> with the mod_jk.so file what must i do?
> i run the tomcat and the html pages runs but the jsp pages no. the system
> says me that there is not that page.
> What is the problem? the mod_jk? how can i run it?
> thanks
> Carlos
> 
> 
> 


RE: mod_jk

Posted by Saurabh Shukla <sa...@cysphere.com>.
:-) You do not need md_jk if you are using only tomcat. 
If you are using apache then include it in your apache's httpd.conf.

Shuklix

-----Original Message-----
From: Landaluze Produktions IS - Carlos [mailto:linux@lpis.com]
Sent: Sunday, November 26, 2000 1:48 AM
To: tomcat-user@jakarta.apache.org
Subject: mod_jk


i have install thew tomcat 3.2 b8 in linux
with the mod_jk.so file what must i do?
i run the tomcat and the html pages runs but the jsp pages no. the system
says me that there is not that page.
What is the problem? the mod_jk? how can i run it?
thanks
Carlos