| Author |
So Tomcat has somehow a WebServer implicitly?
|
Brusk Baran
Ranch Hand
Joined: Nov 15, 2001
Posts: 132
|
|
am I right? then why do we need a web server like IIS, Apache etc? I mean, for the enterprises it is scalable. but for individuals?
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
Tomcat has a built-in web server. For a single person's use (developer) this is just fine. Even for small websites that don't get a lot of traffic, it is fine. There is no need for you to use IIS or another webserver, as long as Tomcat can adequately handle your traffic.
|
 |
 |
|
|
subject: So Tomcat has somehow a WebServer implicitly?
|
|
|