Forums / Discussions / running eZ Publish daemons in virtual host environment

Wednesday 05 January 2011 7:08:18 am - 3 replies

Introduction

The recommended way of using the ezfind and ezodf extensions on a server with multiple eZP installations is to have only one instance of Solr server and one instance of OO conversion server for all the eZP installations.

Running single instances of this servers for multiple eZP installations is not a problem if you have full access to your server, but if you happen to have many eZP installation in a limited virtual hosting environment, setting this two servers can be a little bit tricky. So here is how you'll do it...

» Read full blog post

Author Message

Nicolas Pastorino

Wednesday 05 January 2011 8:13:03 am

Brilliant Marko !

Well structured, properly documented, hot topic. All good, keep-up !
This could even turn into a tutorial, given the furnished content. Your call ;)

Cheers,

--
Nicolas Pastorino
Director Community - eZ
Member of the Community Project Board

eZ Publish Community on twitter: http://twitter.com/ezcommunity

t : http://twitter.com/jeanvoye
G+ : http://plus.tl/jeanvoye

Paul Borgermans

Monday 10 January 2011 9:57:20 am

A small comment on changing the port for Solr: its better to use a specific command line option "jetty.port" when using the jetty (bundled) servlet container. Of course you can also add this as a variable in your init script.

java -jar -Djetty.port=55555 start.jar

hth

Paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

Marko Žmak

Monday 17 January 2011 6:43:04 am

Paul, the purpose of this blogpost is to describe how to setup ezodf and solr daemons in a shared virtual host environment where you don't have root access.

And setting the solr port via the command line parameter requires you to change the startup script, and therefore whenever you want to change the port you have to ask the system admin to reinstall the modified script.

And this is contrary to the "spirit" of this post: to setup and maintain the daemons with a minimum of system admin intervention.

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

You must be logged in to post messages in this topic!