This is a discussion on Tomcat 5.0 & mod_jk Configuration within the Linux Web Servers forums, part of the Web Server and Related Forums category; What in tomcat 5.0's configuration for mod_jk differs from how you would do it for tomcat 4.x? ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
What in tomcat 5.0's configuration for mod_jk differs from how you would
do it for tomcat 4.x? Is this documented anywhere? In the tomcat 4.x server.xml, I had: <Listener className="org.apache.ajp.tomcat4.config.ApacheCon fig" modJk="/usr/local/apache2/modules/mod_jk.so" /> Is this the same for tomcat 5? (notice ...ajp.tomcat4.config...) I tried simply changing it to ...ajp.tomcat5.config... to no avail. Thanks. |
|
|||
|
James Thornton wrote:
> What in tomcat 5.0's configuration for mod_jk differs from how you would > do it for tomcat 4.x? Is this documented anywhere? > > In the tomcat 4.x server.xml, I had: > > <Listener className="org.apache.ajp.tomcat4.config.ApacheCon fig" > modJk="/usr/local/apache2/modules/mod_jk.so" /> > > Is this the same for tomcat 5? (notice ...ajp.tomcat4.config...) > > I tried simply changing it to ...ajp.tomcat5.config... to no avail. > > Thanks. > It is the same. You can check the source file to find out. Jack |
| Thread Tools | |
| Display Modes | |
|
|