Apache is listening on port 80, Tomcat is on port 8080. If you include :8080 in your request, it is going directly to tomcat and bypassing apache.
-August --- [EMAIL PROTECTED] wrote: > > I wonder what is the difference between using tomcat as stand alone > web server > and using tomcat as servlet/jsp engine and apache as web server ? > > Can anyone tell me how can we sure that we have succeeded configuring > tomcat- > apache web server or how can we know that apache "really" do their > job, not > tomcat do it alone. > > What happen if client access this : > > http://myserver:8080/somecontext/something.jsp > > in the case : > 1. tomcat and apache work together with tomcat in port 8080 and > apache in port > 80. > 2. tomcat work as standalone web server in port 8080. > > Does the ":8080" means that the client directly serviced by something > waiting > in the port 8080 (in this case tomcat engine). if it is true, it > means that > tomcat work by himself to accept request, process and give response > to client > connecting to port 8080. > > How can we sure that apache get involved in this request ? > > Thank you. > > > > > Kutipan Emir Alikadic <[EMAIL PROTECTED]>: > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > > -----Original Message----- > > > From: Rizki Wicaksono [mailto:[EMAIL PROTECTED]] > > > Sent: January 13, 2002 3:35 AM > > > To: [EMAIL PROTECTED] > > > Subject: Tomcat 4.0.1 and Apache > > > > > > > > > > > > > > > I have read documentation that come with Tomcat 4.0.1 > distribution. > > But i > > > found a little concrete example of how to use Tomcat 4.0.1 with > > Apache > > > 1.3 web server. > > > > > > Please tell me where can I read another documentation that come > with > > > concrete example of httpd.con and another file configuration. > > > > Go through $CATALINA_HOME/webapps/tomcat-docs/config/warp.html (or > start > > up > > Tomcat and then go to > http://yourhost:8080/tomcat-docs/config/warp.html > > - > > need > > I say you replace "yourhost" with your host name/IP address). If > > you're > > still > > unclear, come back here. > > > > > > > > > > Emir. > > > > -----BEGIN PGP SIGNATURE----- > > Version: PGPfreeware 7.0.3 for non-commercial use > <http://www.pgp.com> > > > > iQA/AwUBPEGu61jCfVNHgcFCEQLosACg9eMtVI8dwwhtPkUo3EiXfvsKrNIAnRW5 > > Tc8RT1cN2FCYXd36dE7pSlXk > > =sVKA > > -----END PGP SIGNATURE----- > > > > > > -- > > 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]> > __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
