You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Marcel Stoer <ma...@bluewin.ch> on 2001/09/27 14:43:57 UTC

Tomcat-Standalone? what else..

hi all

the term Tomcat-Standalone is everywhere. what does standalone in this
context mean? tomcat is the one and only webserver (container) on the system
(no apache/iis etc present)? what would it be if it is NOT standalone?

thanks
marcel



Re: Tomcat-Standalone? what else..

Posted by David Smith <dn...@cornell.edu>.
Standalone means it's serving it's own web pages without going through any 
other server.  It's configured by default "out of the box" to do this on port 
8080.  Not standalone would be using another web service such as Apache or 
IIS to actually server web pages to clients with Tomcat only doing the 
backend work of compiling and running jsp pages and servlets.

--David Smith

On Thursday 27 September 2001 08:43 am, you wrote:
> hi all
>
> the term Tomcat-Standalone is everywhere. what does standalone in this
> context mean? tomcat is the one and only webserver (container) on the
> system (no apache/iis etc present)? what would it be if it is NOT
> standalone?
>
> thanks
> marcel