RE: Confusing basic concept about apache-tomcat works.

2002-01-14 Thread Jeff Prideaux
If you use port 8080 in the URL, Tomcat will handle everything and Apache will be totally bypassed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 1:04 PM To: Tomcat Users List Subject: Confusing basic concept about apache-tomcat

Re: Confusing basic concept about apache-tomcat works.

2002-01-14 Thread Anton Brazhnyk
Hi! 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 ? Tomcat is said to be not so quick and heavily tested as Apache (especially in serving static resources). Can anyone tell me how can we

Re: Confusing basic concept about apache-tomcat works.

2002-01-14 Thread August Detlefsen
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

Confusing basic concept about apache-tomcat works.

2002-01-13 Thread if19011
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,