cancel
Showing results for 
Search instead for 
Did you mean: 

Do we need any web server?

pawanawaits
Champ in-the-making
Champ in-the-making
Hello,

Do we need any web server like apache or other to make alfresco running good?
8 REPLIES 8

mikeh
Star Contributor
Star Contributor
No, Tomcat is also a web server on port 8080 by default.

Mike

zomurn
Champ in-the-making
Champ in-the-making
But for performance, is it not better to use Apache Modjk ?

zaizi
Champ in-the-making
Champ in-the-making
In our experience, Tomcat 5/6 are very good in terms of performance. There is little or no performance improvement using Apache / mod_jk. Apache is however, essential if you cluster Alfresco and have multiple Tomcat instances. For a single instance it is not necessary.

pawanawaits
Champ in-the-making
Champ in-the-making
I dont understand why apache is essential to cluster alfresco? Can you please elaborate it a bit?

zaizi
Champ in-the-making
Champ in-the-making
When you cluster Alfresco / Tomcat you'll have a minimum of two separate servers. This means two separate IP addresses. Unless you are using DNS round robin you'd want your end users to access Alfresco at a specific URL. Point this at Apache HTTP and let it manage which of the Alfresco instances the request is forwarded to.

Here's a great article on this at ServerSide: http://www.theserverside.com/tt/knowledgecenter/knowledgecenter.tss?l=LoadBalancingTomcatApache

norgan
Champ in-the-making
Champ in-the-making
Hi therem
for a dynamic application, I can second that experience. For inclusion in a bigger static site or CMS driven site, tomcat as appliation container and Appache as static server and ssl frontend helps a bit.

Regards, Norgan

bikash
Champ in-the-making
Champ in-the-making
Hi,

I have alfresco 3.4.d in our production environment. Everything is working fine except Where ajax is used in the alfresco. Like selecting destination while Exporting acp, Selecting userhome while creating new user.
No stacktrace is found in any of the log file.

mrogers
Star Contributor
Star Contributor
I suggest you start a new topic.