cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco function only with IIS?

oracolo
Champ in-the-making
Champ in-the-making
HI!

I want to ask something about Server Web.

Can I use only server IIS without Tomcat?   :?:

I see there is possible use IIS and Tomcat both, but I want to use only IIS.   :?:

Thank's!   :roll:
2 REPLIES 2

mhanisch
Champ in-the-making
Champ in-the-making
Alfresco is a Java (web) application and as such needs to be run in a Java servlet container - Apache Tomcat, JBoss or something similar.
IIS is not a Java web application server, so no, you cannot use IIS alone.

benswitzer
Champ in-the-making
Champ in-the-making
You can however use IIS (or Apache) as a front end to Tomcat though the use of mod_jk (http://tomcat.apache.org/connectors-doc/)