You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by anand <an...@summitworks.com> on 2001/10/17 08:36:17 UTC

USE TOMCAT INSTEAD OF IIS

Hi,
I have been using IIS for processing image files and TOMCAT FOR
servlets.Since IIS is vunerable to lot of loop holes like security,virus,due
to this vunerablity can i use TOMCAT for processing image and servelts and
setup the required security levels.

thanking you in advance

regards
anandkl


Re: USE TOMCAT INSTEAD OF IIS

Posted by Barry White <ba...@charter.net>.
Also try this small server. It's very fast and would be good for serving
images

http://www.acme.com/software/thttpd/thttpd.html

Barry

----- Original Message -----
From: "anand" <an...@summitworks.com>
To: <to...@jakarta.apache.org>
Sent: Wednesday, October 17, 2001 2:36 AM
Subject: USE TOMCAT INSTEAD OF IIS


> Hi,
> I have been using IIS for processing image files and TOMCAT FOR
> servlets.Since IIS is vunerable to lot of loop holes like
security,virus,due
> to this vunerablity can i use TOMCAT for processing image and servelts and
> setup the required security levels.
>
> thanking you in advance
>
> regards
> anandkl
>
>


Re: USE TOMCAT INSTEAD OF IIS

Posted by Peter Mutsaers <pe...@mutsaers.com>.
>> "Rui" == Rui Miguel Seabra <rm...@multicert.com> writes:

    Rui> No.

    Rui> Use apache web server instead of iis or tomcat webserver.

    Rui> Even the configuration is MUCH MUCH easier (and safer even in
    Rui> default config).

Maybe for large volume servers, but for smaller servers (<10 requests
per second) it is NOT WORTHWHILE to do something else than Tomcat
standalone.

It is way easier to configure tomcat standalone than configure two
programs (tomcat and apache) plus the connector between tomcat and
apache. 

Also, if most of your pages are mostly dynamic, relaying everything
through apache will only slow down compared to direct access to the
servlet engine (tomcat).

Only for high volume static pages I would recommend (maybe) adding
apache.

Maybe the optimal would be to have two servers, one for dynamic stuff
and one for static stuff (the images etc). The dynamic pages refer to
the other server (apache) for larger static data. Thus you get the
best of two worlds: direct access to the servlets without
deviation/routing through apache, and faster(?) access to static data
through apache. B.t.w. SUN claims a java webserver/servlet engine
should be able to reach the same performance for static data as
dedicated webservers, but I haven't done any benchmarks.

I can only say that after using Apache+Tomcat for our (internal) app
for 10000 users at about 20 requests per second, we ditched Apache and
went to Tomcat (version 4) standalone. This simplyfied configuration
and improved performance.

-- 
Peter Mutsaers  |  Dübendorf    | UNIX - Live free or die
plm@gmx.li      |  Switzerland  | Sent via FreeBSD 4.3-stable

Re: USE TOMCAT INSTEAD OF IIS

Posted by Rui Miguel Seabra <rm...@multicert.com>.
On Wed, 2001-10-17 at 18:41, Barry White wrote:
> Yes, Tomcat can be used stand-alone.
> From: "anand" <an...@summitworks.com>
> Subject: USE TOMCAT INSTEAD OF IIS
> > I have been using IIS for processing image files and TOMCAT FOR
> > servlets.Since IIS is vunerable to lot of loop holes like
> security,virus,due
> > to this vunerablity can i use TOMCAT for processing image and servelts and
> > setup the required security levels.

No.

Use apache web server instead of iis or tomcat webserver.

Even the configuration is MUCH MUCH easier (and safer even in default
config).

Hugs, rms
 
-- 
+ No matter how much you do, you never do enough -- unknown
+ Whatever you do will be insignificant,
| but it is very important that you do it -- Ghandi
+ So let's do it...?

Re: USE TOMCAT INSTEAD OF IIS

Posted by Barry White <ba...@charter.net>.
Yes, Tomcat can be used stand-alone.

----- Original Message -----
From: "anand" <an...@summitworks.com>
To: <to...@jakarta.apache.org>
Sent: Wednesday, October 17, 2001 2:36 AM
Subject: USE TOMCAT INSTEAD OF IIS


> Hi,
> I have been using IIS for processing image files and TOMCAT FOR
> servlets.Since IIS is vunerable to lot of loop holes like
security,virus,due
> to this vunerablity can i use TOMCAT for processing image and servelts and
> setup the required security levels.
>
> thanking you in advance
>
> regards
> anandkl
>
>