On 16 Jul 2008 at 13:41, Vinod Nagarajan wrote:

Date sent:      Wed, 16 Jul 2008 13:41:09 -0700
From:   Vinod Nagarajan <[EMAIL PROTECTED]>
Subject:        mod_jk configuration issue
To:     users@tomcat.apache.org
Send reply to:  Tomcat Users List <users@tomcat.apache.org>

> Hi,
> 
> I am kind of new to tomcat and apache.
> 
> I have configured Apache2 ( on port 80) and Tomcat 6 (on port 8080)
> on my
> linux machine (ubuntu 8.04) and both work fine on its own.
> 
> I am trying to get the Apache forward the jsp requests to tomcat and
> get it
> serviced by tomcat.
> 
> I just went through the steps from the below link:
> 
> http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html#s72
> 

Those docs are ancient, they are for tomcat 3.3.


Try using this:

http://tomcat.apache.org/connectors-doc/generic_howto/quick.html

and

http://tomcat.apache.org/connectors-doc/



you will also need a jkmount for jsps like so:

JkMount  /*.jsp worker1



-Steve O.




> The option to create the mod_jk.conf file by *starting the tomcat
> with
> jkconf option* doesn't work for me.
> 
> It doesn't display anything in the error log. Can anyone help me get
> through
> this.
> 
> Thanks,
> Vinod
> 



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to