Showing posts with label ColdFusion. Show all posts
Showing posts with label ColdFusion. Show all posts

Tuesday, February 11, 2014

How to configure MURA CMS

Scenario:

Downloaded and installed Mura CMS from http://getmura.com/. When installing, choose to run Mura with Railo and Tomcat.

But was not able to proceed further in getting the Mura CMS initial setup screen.

Solution:

1. Added a host entry in the server.xml file;

<Host name="mura.local" appBase="webapps">
        <Context path="" docBase="C:\...\tomcat\webapps\ROOT" />
</Host>

File Location:
    ..\RAILO_INSTALLED_PATH\tomcat\conf

2. Added an entry in the hosts file.

127.0.0.1       mura.local
File Location:
    C:\Windows\System32\drivers\etc

3. Restart the "Apache Tomcat Railo" service.

Successfully browsed the MURA configuration screen with the following url;

    http://mura.local:8888/

Sunday, March 28, 2010

ColdFusion Builder

It’s finally here. After a wait that’s worth it, CF Builder is finally here. The full version of the Adobe ColdFusion Builder is finally here and you can try it here

http://www.adobe.com/go/trycoldfusionbuilder

Tags: ColdFusion, ColdFusion Builder, CF Builder

Thursday, October 8, 2009

ColdFusion 9

Hi,

A feather added on the cap of the ColdFusion Team of Adobe.

ColdFusion 9 a.k.a Centaur is now released.

A few features new that really interested me are
  • Office file interoperability
  • Microsoft Office SharePoint integration
  • New Ajax controls
  • Server Manager
  • Object-relational mapping
There are more features and the list is big...

The following are some helpful links viz.,

Features
http://www.adobe.com/products/coldfusion/features/index.html
ColdFusion Builder (Beta)
http://labs.adobe.com/technologies/coldfusionbuilder/
Free Seminars
http://www.adobe.com/cfusion/event/index.cfm?event=list&loc=en_us&type=&product=ColdFusion
News
http://www.adobe.com/aboutadobe/pressroom/pressreleases/200910/AdobeColdFusion9NowAvailable.html

Kind regards,
Naveen

Tags: ColdFusion 9, Centaur, ColdFusion 9 Features, ColdFusion, ORM