Alfresco function only with IIS?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2008 12:31 PM
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:
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:
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2009 11:27 AM
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.
IIS is not a Java web application server, so no, you cannot use IIS alone.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2009 12:03 PM
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/)
