You might get a million versions of this answer. Here's one. JK is what you want: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html
You'll get an ISAPI DLL that forwards requests, using the AJP protocol (NOT http), to a special service running on Tomcat on port 8009 (this is the default). This is a bit of a nuisance for Windows, since you have to enter registry keys. But the instructions are pretty good and it's not hard. Just make sure to read about Workers, and watch the syntax on your workers.properties. Good luck, The Bean --- charles doweary <[EMAIL PROTECTED]> wrote: > I have Tomcat running on port 8080 and I've deployed my > website successfully to my Tomcat webapps folder. I also > did an Ant List to confirm that my website is running. > > If I set up this website in MicroSoft Internet Information > Service (IIS) to use port 80, how is the request coming > in on port 80 going to find the website running in Tomcat > on port 8080? Or will the reqest coming in on my HTTP port 80 > find my website running in Tomcat on port 8080? > > Am I missing something! If I set IIS to use port 8080, I get a > "The process cannot access the file because it is being used by > another process" error message. Apparently, IIS and Tomcat > cannot both be running on port 8080. > > What is the standard for setting website port numbers in conjunction > with Tomcat running on port 8080? Is there a standard? > If not, is the website port number set up in Tomcat in one of the > XML files? Should the server.xml or mywebsite.xml file include > an entry that identifies the port number that IIS is using for each > website? > > Thanks for your assistance. > > _________________________________________________________________ > Tired of slow downloads and busy signals? Get a high-speed Internet > connection! Comparison-shop your local high-speed providers here. > https://broadband.msn.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
