If you use the Tomcat 3.3 generated files, it should be as simple as (excluding acquisition of the mod_jk binary):
1) If you are using *nix, edit TOMCAT_HOME/conf/jk/worker.properties to use "ps=/" instead of the default "ps=\". 2) Start Tomcat with the "jkconf" option to generate the configuration files, found in TOMCAT_HOME/conf/auto. 3) Modify httpd.conf to include the TOMCAT_HOME/conf/auto/mod_jk.conf configuration file. 4) Start Tomcat 5) Start Apache Further custom configuration could involve the files you mention. Precompiled versions of mod_jk for Linux, Netware, and Windows are available for download from the site where you got Tomcat 3.3. mod_jk for other version can be built from the source provided with the binary release. It is found in the TOMCAT_HOME/native/mod_jk/apache1.3 and related directories. Cheers, Larry > -----Original Message----- > From: Joel [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 6:39 AM > To: [EMAIL PROTECTED] > Subject: Newbie-Tomcat3.3+Apache1.3 > > > Dear, > > I am trying to integrate Tomcat 3.3 with Apache 1.3 > > As per the documentations I assume that following 3 files apart from > httpd.conf are required for integration > > 1) server.xml > 2) mod_jk.conf > 3) workers.properties > > Are my assumption correct or is there any other files left for config. > > Also how to check whether the compiled version of mod_jk is > there in my > system. > > Please guide me > > Regards > > Joel > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
