Entries Tagged as 'Railo'

Fixing Classloader Conflicts in Railo on JBoss

If you've been working with Railo on JBoss, I'm sure you'd have run into an issue where the class loader throws error when the JBoss instance is started. These errors are caused due to conflicts between classes that are being loaded up by different applications in the JBoss server instance.

Some have suggested removing a few jar files from the Railo lib folder to get around this issue. Some others have suggested putting all the Railo jar files in the server/servername/lib folder instead of the usual server/servername/railo.war/lib folder. While both approaches work in that Railo starts up without any errors, but both are a ways to get around the problem rather than actually addressing it.

Read more...

JBoss.org Links to Railo

I might have missed this earlier, but I just noticed that Railo is now formally available on JBoss.org.

http://jboss.org/projects/matrix

The link to Railo is under the category "Programming Model". The links for direct download and documentation are not yet there (as they are for other projects).

Also, it is accessible through the main nav: Projects > Programming Model > Railo.

JBoss - Examples of twiddle

The twiddle utility that ships with JBoss is quite powerful. However, one has to struggle to find examples of how to use it.

After trying a bunch of things, here are examples of some of the command that were quite useful for me:

Read more...