Hi, to make Tomcat work with Apache is not really complicated, but need a certain amount of configuration.
First install Apache and Tomcat (on the same computer or on two differents one). Then you'll need to install a connector. I actually use Apache 1.3.x with Tomcat 4.0.4 LE, and my connecter is "mod_jk". For installation/configuration, this link is pretty usefull : http://www.ubeans.com/tomcat/ Contrary to what is written, it is not mandatory to compile all the stuff. You can find pre-compiled versions on the Web. But it depends of what OS your are using. Many other links may be helpfull. First time i've done the job, i used these ones : http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/quickhowto.html http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/index.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/workershowto.html and also this one : http://www.galatea.com/flashguides/index I know, it's a lot of work to read all this , but better to much documentation than not enough :-) Regards, C�dric ----- Original Message ----- From: "christian morales" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 10:43 PM Subject: apache web server and Tomcat > I am a peruvian student and i have a problem about apache web server and its > relation whit tomcat. i have apache web server 1.3 and tomcat 4.0. what i > have to do for a good understandig between this two. > plus i need to now how i got to call my servlets from my web page. before i > use to call like: localhost:8080 what i have to do. because i call whit > server name too and nothing. > please helpme i need this information. > P.D.: sorry by my english > > > > _________________________________________________________________ > > > > --------------------------------------------------------------------- > 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]
