Focal Point
[SHARING] Tomcat standalone vs tomcat with IIS

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2467007016

October 05, 2011, 06:40 PM
ReddyP
[SHARING] Tomcat standalone vs tomcat with IIS
Hi,
We are trying to understand the advantages and disadvantages of having IIS as the web server?
What are the advantages if we choose tomcat as app server with IIS as the web server.
We have two environments right now, one that has just the tomcat stand-alone and the other: tomcat with IIS redirect.
We are wondering if we really need IIS redirect piece?
What would we loose if we just hit the reporting server directly?
Can someone kindly shed some light on this?
Thank you.

This message has been edited. Last edited by: Kerry,


7.7.01,windows2008 R2
October 06, 2011, 04:49 AM
Wep5622
Tomcat is an application server, and thus will try to parse everything that comes through it as an (Java) application. As a consequence, it will try to parse images, javascript files, plain text documents, etc as such, which adds unnecessary overhead.

OTOH, IIS is a simple webserver, it's better at serving static content than Tomcat is. IIS isn't my favourite, but it serves the purpose and it's a combination supported by IBI.


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
October 06, 2011, 06:26 AM
Håkan
In my opinion, IIS is not the single alternative. The Apache httpd server works very well with Tomcat, both being Apache projects. There is a connector to Tomcat, mod_jk, which let the web server and app server talk to each other.

Håkan


WebFOCUS DS 8.0.06/08 DS/AS
WebFOCUS RS 8.0.08 (Linux/IBM i)
WebFOCUS Client 8.0.06 (Linux)
October 06, 2011, 08:00 AM
ReddyP
Thank you both for the explanation.
So,if I understand correctly, some companies opt to go with IIS because it serves better for static content.
If that is the case, I might not want to have IIS because we do not have that many applications anyway.
Also, I think we can incorporate this IIS piece anytime if we really need to, correct?
Thanks.


7.7.01,windows2008 R2
October 06, 2011, 08:15 AM
Wep5622
quote:
Originally posted by ReddyP:
Also, I think we can incorporate this IIS piece anytime if we really need to, correct?


Aye.


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
October 06, 2011, 01:25 PM
BobSh
One of the benefits of the tomcat w/IIS configuration is that you can configure Integrated Windows Authentication (IWA) and Single-SignOn (SSO). That way, assuming you are on a Windows server and using Internet Explorer, your user's user ID would be retrieved automatically and users would not need to enter credentials. This would be more secure and also reduce the chance of users sharing user IDs in MRE/RC, etc. If you're not interested in IWA/SSO then doing the tomcat standalone has less installation requirements and few moving pieces.


WebFOCUS 7.7.05M, gen 144, Windows 2008 Server R2 64-bit, Tomcat 6.0.33, IIS 7.0, SQL Server, Excel 2013, PDF, HTML, FOCUS files.
October 10, 2011, 07:43 AM
ReddyP
Thank you all for the valuable feedback.


7.7.01,windows2008 R2