Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Getting Tom Cat and Apache to talk to each other.


Message #1 by <nickm@s...> on Thu, 15 Feb 2001 09:06:20 -0500
You must be using Unix?  I never had to set ajp12.

One thing that might be a mis-type or mistake... the module goes into the
modules directory of Apache, not the bin directory, as you wrote.

-----Original Message-----
From: nickm@s... [mailto:nickm@s...]
Sent: Thursday, February 15, 2001 9:56 AM
To: Pro_JavaServer_Pages
Subject: [pro_jsp] RE: Getting Tom Cat and Apache to talk to each other.


Hi:

Your email gave me  the clue I needid. It seems to have been a conflict with
the http ports between Apache and TomCat. I changed the Tomcat http port to
8095 and now I can hit it with http://localhost:8095 and I can hit the
Apache default page where I set the http port to 8040.

Now my next question is how to get integrate tomcat into apache? I got the
mod_jserf dll and put it into the bin directory of Apache and set the ajp12
to port 8007. So how do I test to see if it works?

Thanks,

Stefan


  Return to Index