Get Started
RailoAjax can be manually installed into your environment or deployed via your Railo Admin Panel.
Resources
SVN
Project svn is available here : http://svn.getrailo.org/svn/railoajax/
CheckOut using the following credentials:
- Username : guest
- Password : guest
Extension Provider
The application can be deployed via a dedicated railo extension provider that you can contact here:
http://railoajax.org/provider.cfcManual Installation
Just follow these steps:
- Grab a copy from SVN . Take the latest package from /trunk or the bleeding edge release from the trunk folder.
- Copy the content of the tags folder into {railo-server-install}/lib/railo-server/context/library/tag. If you want to allow just one web context to use the library copy under {web-context}/WEB-INF/railo/library/tag.
-
If you want to install the demos craete a folder /RailoAjax under your webroot and copy the tests folder into it. Browse the demo as
http://server/RailoAjax/tests/
Restart Railo Server and you are done! Tags are now available in your applications.
Railo Extension
Deploy RailoAjax from railo admin panel.
Server or Web ??
RailoAjax is a Railo Extensions of type 'global'. This means that will be deployable as :
- Server Application : available to any web context.
- Local Application : available only in thr web context that installed that.
-
Open your Railo Server ( or web ) Admin and add the project extension provider in the provider lists.
Save and then verify the connection.
-
In Applications view you will find a new available application called : RailoAjax.
-
Follow the installation wizard. You will be asked if you want to deploy the demo app before installation complete.
-
If you are now back to the Applications view you will see that RailoAjax is intalled. When a new version is available the update
section will show that to you.