I just have a question here.
I am using tomcat for last 4 months. Now I had to integrate it with apache.
what I just did is downloaded "mod_jk.dll" placed it inti /apache/modules
directory. In httpd.conf file I just added,
include "c:/tomcat/conf/mod_jk.conf-auto"
statement.
Bingo, everything works fine. My application makes use of jsp and taglibs. I
configured the context in tomcat/conf/server.xml
Is this is all I had to do or I need to do more? I went thru "howto"
document. It looks like I need to do more than just 2 steps what I did here.
Please let me know
Regds,
Raghu
-----Original Message-----
From: Kelly Kleinfelder [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 24, 2001 10:49 AM
To: [EMAIL PROTECTED]
Subject: Re: Apache transfer to Tomcat with mod_jk
Make sure you have this line in your tomcat-apache.conf (or whatever file
the apache server includes to connect with tomcat):
JkMount /admin/servlet/* ajp12
JkMount /admin/*.jsp ajp12
Change the directories to reflect your own environment. These lines should
be there for every <Location> directive.
Kelly
----- Original Message -----
From: "Bruce F. Press" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 24, 2001 1:21 PM
Subject: Apache transfer to Tomcat with mod_jk
> I have apache 1.3.14 installed with Tomcat 3.2. I have been working
> with Tomcat
> for about 5 months directly (through port 8080), I am getting near
> deployment and
> would like to have Apache handle static information.
>
> I followed the mod_jk howto as far as it when, but I still get my jsp
> delivered to
> the browser unprocessed.
>
> With mod_jserv, I had to put in AddType./AddHandler directives, I take
> it this
> is not required with mod_jk.
>
> So, how do I get Apache to pass jsp to Tomcat when it sees a .jsp file?
>
> TIA!
>
>
>
----------------------------------------------------------------------------
----
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]