hihi,

another (simple) way to think about the difference is that Apache
serves static web pages, whereas Tomcat *can* do some server-side
processing and serve dynamic web pages.

all else being equal (and with no mods installed on Apache such as
CGI/SSI/PHP), everyone visiting an Apache hosted website will see
exactly the same set of web pages.

in contrast, a Tomcat hosted website *can* display different content
for the same requested web page for each visitor.

you can use Tomcat to host totally static websites and not use Apache
if you wanted to.  but Tomcat is meant for dynamic websites that
interact in some way with the user (ie. capture and process user
information) to produce custom results.

hth,
woodchuck


--- Dakota Jack <[EMAIL PROTECTED]> wrote:
> The dynamic aspect of Tomcat is used to write HTML dynamically.  This
> is unrelated to the service of applets.  If all you are doing is
> serving an applet, you don't need Tomcat, as your HTML is static.  I
> don't know what some of the other replies mean, but this much is
> clear.
> 
> On 5/18/05, Anthony E. Carlos <[EMAIL PROTECTED]> wrote:
> > I think I need to ask a question before offering any information.
> > 
> > When you say applet, do you mean a java applet that runs in a
> client's
> > browser window? Or, do you have a web application comprised of
> > servlets/jsps (or some analogous configuration)?
> > 
> > -Anthony
> > 
> > On May 18, 2005, at 10:37 AM, Chris wrote:
> > 
> > I've been working with Tomcat for a while now, but I haven't messed
> > with Apache yet.  Could someone explain or point me to something
> > explaining the differences between Tomcat and Apache?  I have a
> large
> > applet hosted on Tomcat, and am investigating using Apache instead.
>  Is
> > this feasable? TIA.
> > 
> > Chris
> > 
> >
> ---------------------------------------------------------------------
> > 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]
> > 
> > 
> 
> 
> -- 
> "You can lead a horse to water but you cannot make it float on its
> back."
> ~Dakota Jack~
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


                
__________________________________ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to