-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lucee dies after alias domain addition #389
Comments
Hi @cmerola can you try deploying the lucee jar on resin https://autom8n.com/xtendweb/ColdFusion_Java.html#setting-up-coldfusion "Using Caucho resin" section Lucee restart will not be practical on servers with many accounts or for production deployments If its for one site its fine I will check out why the adding Alias + restart lucee cause the issue in the meanwhile |
@AnoopAlias The hosts on this server will rarely change, so it isn't the end of the world if a restart needs to happen adding or removing services, but there will be a lot of traffic. Ideally I would rather use Resin if I can get it to work properly. Also a random question, where would the appropriate place be to add a CFM redirect? No matter where I put it, it doesn't seem to work as anticipated. Let me know if you'd rather me open a ticket regarding all of this. Thanks! |
@cmerola -- I had a working system with Railo (Lucee's predecessor) and the instructions are from there. You should not have any issues with the jar deployment versus bundled deployment as the bundled tomcat deployment is just there as an easy one for beginners. You have to merge the items in the doc to whatever is there already in /etc/resin/app-default.xml the cfm must be added in the public_html with the appropriate ColdFusion template selected for Nginx I am a bit busy with the next release which brings some changes to the clustering setup but please open a ticket with the server details and I can try to setup Resin+Lucee from my end. https://autom8n.com/howtos/grant_access_to_autom8n_sysadmin.html |
@AnoopAlias
As soon as I add an alias, Lucee dies. Then begins working as normal again after I manually restart it
/etc/init.d/lucee_ctl start
Before:
Add alias:
After:
The text was updated successfully, but these errors were encountered: