You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Gregory Reddin <gr...@yahoo.com> on 2001/08/22 17:17:08 UTC

Pre-install question

I have a Windows 2000 Server that I would like to be
able to process JSP files with. I do not have IIS
installed on this server.

I am getting confused with the difference between
Apache webserver and Tomcat. Do I need to download and
install Apache before using Tomcat? 

What would be the best to do?

Thank you,
-Gregory Reddin

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Tomcat 3.3 Release Date?

Posted by Jess Holle and Wendy Vidlak <je...@mediaone.net>.
Can anyone shed any light as to when Tomcat 3.3 will actually be released
(i.e. as a non-beta release)?

What are the open/known issues?

[I checked CVS, dev-mailing list, and Bugzilla to no avail.]

--
Jess Holle


Re: Pre-install question

Posted by Jonathan Eric Miller <to...@shark.uchicago.edu>.
Yup.

Jon

----- Original Message ----- 
From: "Gregory Reddin" <gr...@yahoo.com>
To: <to...@jakarta.apache.org>
Sent: Wednesday, August 22, 2001 6:38 PM
Subject: RE: Pre-install question


> So if I only need to be able to run JSPs then all I
> need is Tomcat? It's its own webserver?
> 
> -Greg
> 
> --- "Rob S." <rs...@home.com> wrote:
> > Apache serves documents plain and simple.  You
> > request a file from the
> > server and it gives it back to you.  Of course,
> > there are lots of modules
> > written for Apache that enable it to do extra
> > things, this is just an
> > extreeemely high level description =)
> > 
> > Tomcat is a servlet container (an environment that
> > servlets run in) and a
> > jsp engine (process JSP requests).
> > 
> > Check out the introduction in the Tomcat 3.x guides
> > on integrating Apache
> > with Tomcat for more info...
> > 
> > - r
> > 
> > > -----Original Message-----
> > > From: Gregory Reddin [mailto:greddin@yahoo.com]
> > > Sent: Wednesday, August 22, 2001 11:17 AM
> > > To: tomcat-user@jakarta.apache.org
> > > Subject: Pre-install question
> > >
> > >
> > > I have a Windows 2000 Server that I would like to
> > be
> > > able to process JSP files with. I do not have IIS
> > > installed on this server.
> > >
> > > I am getting confused with the difference between
> > > Apache webserver and Tomcat. Do I need to download
> > and
> > > install Apache before using Tomcat?
> > >
> > > What would be the best to do?
> > >
> > > Thank you,
> > > -Gregory Reddin
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Make international calls for as low as $.04/minute
> > with Yahoo! Messenger
> > > http://phonecard.yahoo.com/
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
> 


RE: Pre-install question

Posted by Andrew Robson <an...@netscapeonline.co.uk>.
Tomcat can also act as a http server. So it will handle
your html as well as JSP's and servlets. Apache is not 
required.
However many people choose to integrate the two so that
apache is managing the static content and Tomcat is managing
the dynamic content. There has been much recent discussion on 
the list about whether this is the best configurtion to go for. 
I don't intend to rehash all the arguments. Take a look at the archive
and decide what is best for you in the light of what you are
trying to do achieve with your applications.

http://www.mail-archive.com/tomcat-user@jakarta.apache.org/

I would suggest (particularly if you are just starting out with JSP's)
to do some development just with tomcat. Later on you can integrate 
with another webserver (Apache,IIS or whatever) or just stick with using
tomcat on its own. 

andrew

On Thu, 23 Aug 2001, you wrote:
> So if I only need to be able to run JSPs then all I
> need is Tomcat? It's its own webserver?
> 
> -Greg
> 
> --- "Rob S." <rs...@home.com> wrote:
> > Apache serves documents plain and simple.  You
> > request a file from the
> > server and it gives it back to you.  Of course,
> > there are lots of modules
> > written for Apache that enable it to do extra
> > things, this is just an
> > extreeemely high level description =)
> > 
> > Tomcat is a servlet container (an environment that
> > servlets run in) and a
> > jsp engine (process JSP requests).
> > 
> > Check out the introduction in the Tomcat 3.x guides
> > on integrating Apache
> > with Tomcat for more info...
> > 
> > - r
> > 
> > > -----Original Message-----
> > > From: Gregory Reddin [mailto:greddin@yahoo.com]
> > > Sent: Wednesday, August 22, 2001 11:17 AM
> > > To: tomcat-user@jakarta.apache.org
> > > Subject: Pre-install question
> > >
> > >
> > > I have a Windows 2000 Server that I would like to
> > be
> > > able to process JSP files with. I do not have IIS
> > > installed on this server.
> > >
> > > I am getting confused with the difference between
> > > Apache webserver and Tomcat. Do I need to download
> > and
> > > install Apache before using Tomcat?
> > >
> > > What would be the best to do?
> > >
> > > Thank you,
> > > -Gregory Reddin
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Make international calls for as low as $.04/minute
> > with Yahoo! Messenger
> > > http://phonecard.yahoo.com/
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
-- 


RE: Pre-install question

Posted by Gregory Reddin <gr...@yahoo.com>.
So if I only need to be able to run JSPs then all I
need is Tomcat? It's its own webserver?

-Greg

--- "Rob S." <rs...@home.com> wrote:
> Apache serves documents plain and simple.  You
> request a file from the
> server and it gives it back to you.  Of course,
> there are lots of modules
> written for Apache that enable it to do extra
> things, this is just an
> extreeemely high level description =)
> 
> Tomcat is a servlet container (an environment that
> servlets run in) and a
> jsp engine (process JSP requests).
> 
> Check out the introduction in the Tomcat 3.x guides
> on integrating Apache
> with Tomcat for more info...
> 
> - r
> 
> > -----Original Message-----
> > From: Gregory Reddin [mailto:greddin@yahoo.com]
> > Sent: Wednesday, August 22, 2001 11:17 AM
> > To: tomcat-user@jakarta.apache.org
> > Subject: Pre-install question
> >
> >
> > I have a Windows 2000 Server that I would like to
> be
> > able to process JSP files with. I do not have IIS
> > installed on this server.
> >
> > I am getting confused with the difference between
> > Apache webserver and Tomcat. Do I need to download
> and
> > install Apache before using Tomcat?
> >
> > What would be the best to do?
> >
> > Thank you,
> > -Gregory Reddin
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Make international calls for as low as $.04/minute
> with Yahoo! Messenger
> > http://phonecard.yahoo.com/
> 


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

RE: Pre-install question

Posted by "Rob S." <rs...@home.com>.
Apache serves documents plain and simple.  You request a file from the
server and it gives it back to you.  Of course, there are lots of modules
written for Apache that enable it to do extra things, this is just an
extreeemely high level description =)

Tomcat is a servlet container (an environment that servlets run in) and a
jsp engine (process JSP requests).

Check out the introduction in the Tomcat 3.x guides on integrating Apache
with Tomcat for more info...

- r

> -----Original Message-----
> From: Gregory Reddin [mailto:greddin@yahoo.com]
> Sent: Wednesday, August 22, 2001 11:17 AM
> To: tomcat-user@jakarta.apache.org
> Subject: Pre-install question
>
>
> I have a Windows 2000 Server that I would like to be
> able to process JSP files with. I do not have IIS
> installed on this server.
>
> I am getting confused with the difference between
> Apache webserver and Tomcat. Do I need to download and
> install Apache before using Tomcat?
>
> What would be the best to do?
>
> Thank you,
> -Gregory Reddin
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/