RE: Mod_jk returning source code of jsp files

2012-04-24 Thread ironclaw hand
missing uri map issue. As a side note would you reccommend dropping mod_jk and using mod_proxy as some posts suggest? > Date: Tue, 24 Apr 2012 11:11:33 +0200 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: Mod_jk returning source code of jsp files > > i

RE: Mod_jk returning source code of jsp files

2012-04-24 Thread ironclaw hand
to the security issues you mentioned? > > > Date: Mon, 23 Apr 2012 17:28:00 +0200 > > From: a...@ice-sa.com > > To: users@tomcat.apache.org > > Subject: Re: Mod_jk returning source code of jsp files > > > > ironclaw hand wrote: > > > Thanks Christopher

RE: Mod_jk returning source code of jsp files

2012-04-24 Thread ironclaw hand
To: users@tomcat.apache.org > Subject: Re: Mod_jk returning source code of jsp files > > ironclaw hand wrote: > > Thanks Christopher I will address the security issues if I am actually able > > to get mod_jk to execute a jsp! > > No. You should do things right first, in a sec

RE: Mod_jk returning source code of jsp files

2012-04-23 Thread ironclaw hand
schultz.net > To: users@tomcat.apache.org > Subject: Re: Mod_jk returning source code of jsp files > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ironclaw, > > On 4/23/12 9:18 AM, ironclaw hand wrote: > > So are you saying I should do away with the mod_jk

RE: Mod_jk returning source code of jsp files

2012-04-23 Thread ironclaw hand
jsp files > From: icici...@gmail.com > To: users@tomcat.apache.org > > Well you need to have JkMount command inside the virtual host so its up to > you how to do it. > On Apr 23, 2012 10:53 PM, "ironclaw hand" wrote: > > > > > > > Ok I t

RE: Mod_jk returning source code of jsp files

2012-04-23 Thread ironclaw hand
000 > Subject: Re: Mod_jk returning source code of jsp files > From: icici...@gmail.com > To: users@tomcat.apache.org > > Put this line > > Include /etc/httpd/conf/mod_jk.conf > > inside virtual host. > On Apr 23, 2012 9:12 PM, "ironclaw hand" wrote: > >

Mod_jk returning source code of jsp files

2012-04-23 Thread ironclaw hand
Hi, I am attempting to set up apache and tomcat together for the first time on a new machine using some existing configuration files. I am not sure what is happening but it looks like apache is just serving up all files so when i acccess a jsp file I get the source as if tomcat never executed