Hi again :) I'm sorry to bother everyone with this - I'm sure its been covered before but I could not find anything in the archives... And I would really like to get this resolved.
I'm setting up mod_jk on Apache 1.3.27/Tomcat 4.1.18/WinXP install. I am following John Turner's HOW-TO - its for Apache 2.0.43 but I can't imagine the set up is that much different. Apache and Tomcat both work perfectly individually... I am having a problem connecting with mod_jk. I added the LoadModule jk_module modules/mod_jk-1.3.27.dll statement to my httpd.conf. In Apache 1.3.27 I have to update the AddModule directive whenever I change the LoadModule directive, so I added the statement AddModule mod_jk-1.3.27.c and I get an error. The error says "Cannot add module mod_jk.c: not found in module list." I also tried AddModule mod_jk-1.3.27.dll and get the same error message (except for file mod_jk-1.3.27.dll). When I try to omit the AddModule statement completely I get the error: Cannot remove module mod_jk.c: not found in module list. However in both cases I get a "Syntax OK" message. I tried ignoring the errors in all scenarios (since Syntax was OK) and continued with the mod_jk setup, but then I get errors that imply mod_jk isn't installed. Any ideas are greatly appreciated - I have searched the archives, I googled - but I can't find any information on this error message. Thanks :) Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -----Original Message----- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 4:29 PM To: 'Tomcat Users List' Subject: Mod_jk on WinXP [Was: Installing Tomcat on WinXP with Apache/PHP/ mySQL setup] Here we go again :) Apache v. 1.3.27 Tomcat 4.1.18 Mod_jk 1.2.2 Windows XP I can access http://localhost:8080/index.jsp but not http://localhost/index.jsp. I have set up everything in the httpd.conf file - I attached httpd.conf and server.xml. The error I am getting when I start the Apache service is: Invalid command 'JkMount', perhaps mis-spelled or defined by a module not included in the server configuration. This is leading me to believe that mod_jk is not installed properly? Any ideas/thoughts/advice are greatly appreciated. Thanks :) Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -----Original Message----- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 11:42 AM To: 'Tomcat Users List' Subject: RE: Installing Tomcat on WinXP with Apache/PHP/mySQL setup I use the EXE, which will run an installer when you execute it. That way, you can choose to run Tomcat as a service or not just by checking the option in the installer instead of having to get medieval on the command line later. John > -----Original Message----- > From: Denise Mangano [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 11:44 AM > To: 'Tomcat Users List' > Subject: RE: Installing Tomcat on WinXP with Apache/PHP/mySQL setup > > > John - it appears that the httpd that came with the program accepts > dynamically loaded modules, so I think I will be OK with the mod_jk > connector. > > I've only installed tomcat on a linux machine. For the WinXP machine > is it better to go with the Tomcat binary that comes in the zip file, > or the executable? > > Thanks :) > > Denise Mangano > Help Desk Analyst > Complus Data Innovations, Inc. > > > > -----Original Message----- > From: Turner, John [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 11:11 AM > To: 'Tomcat Users List' > Subject: RE: Installing Tomcat on WinXP with Apache/PHP/mySQL setup > > > > Off the top of my head I would say change httpd.conf to load > mod_jk.so, add your JkMounts and the other JK stuff, and you should be > good to go. Unless, of coures, the httpd that came with that package > won't except dynamically > loaded modules. > > John > > > -----Original Message----- > > From: Denise Mangano [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 03, 2003 11:08 AM > > To: 'Tomcat Users List' > > Subject: Installing Tomcat on WinXP with Apache/PHP/mySQL setup > > > > > > Hi all :) > > > > I have a *simple* question. I want to set up Tomcat on my local > > machine for testing / playing around. I'm not sure if anyone is > > familiar with phpdev - but phpdev is basically a pre configured > > version of apache/PHP/MySQL. I have this installed, and it comes > > packaged with Apache version 1.3.27. I > > did this primarily because I wanted to use Apache as the web > > server, and > > wanted the ability to create PHP applications - but without > > the headaches of > > trying to configure everything manually. > > > > Now I want to integrate Tomcat into the picture, and I am just > > wondering if there is anything special I need to do so nothing > > conflicts or do I proceed with the Tomcat installation as normal. > > > > Thanks! > > > > Denise Mangano > > Help Desk Analyst > > Complus Data Innovations, Inc. > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
