View Single Post
  #2 (permalink)  
Old 03-09-05, 07:45 PM
conficio conficio is offline
New Member
 
Join Date: Mar 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Better ask in the respective server boards

Hi there,
yes, tomcat has a build in web server. However, it is confined in the VM and does not scale as well as Apache or other web servers. Ideally you want to have static content, like images, java scripts and css files, served by apache and only the dynamic content through tomcat.

For developing/unit-testing/functional-testing the webserver in tomcat is fine.

K<o>
P.S.: Google "Howto tomcat apache" or "Howto tomcat IIS"
Reply With Quote