Multiple Server Instances

Hi,

I followed this example when installing Lucee on Centos 7: http://www.dailyrazor.com/blog/install-lucee-server-centos-7. But this time I want to create another instance. I tried running the installer again on a different port. But all it does is overwrite the previous installation. Not create a new one. Is there a step by step to do this? Any feedback is greatly appreciated.

Below is the document from Adobe Coldfusion:
https://www.adobe.com/content/dam/acom/en/products/coldfusion/pdfs/cf8-multiple-instances-wp.pdf

Thanks

did you install into a different directory?

I would just run the instances under tomcat or Apache httpd with mod_proxy and configure each virtual host to run separately.

Apache will treat each invocation as a separate process. Lucee will read the application cfc/cfm as a separate instance.