Documentation Home

Contents

Solutions to Common Problems

/jakarta/isapi_redirect.dll file not found

This error usually means that your IIS site doesn't have the "jakarta" directory in it. The "jakarta" virtual directory is the path that the connector uses to send requests off to Tomcat for processing, so it is required for every site that needs CFML processing functionality.

Welcome Page instead of Web Site

If you get the Railo Welcome page instead of the web site that you're trying to reach, the most likely cause is because you haven't updated the Tomcat server.xml file to tell Tomcat where to find the files for that site. See the Adding New Sites page for details on how to add sites to your system.

IIS7 Error: LoadLibraryEx on ISAPI filter

The Cause

This particular error is caused by the Tomcat connector being the wrong bit type for the IIS Application pool. Either you've installed a 64-bit connector on a 32-bit IIS Application Pool, or you've installed a 32-bit connector on a 64-bit IIS Application Pool.

The Fix

The fix for this is simply to replace the connector that's been installed with a connector of the right bit type - both of which are packaged along with the Railo installer files as of version 3.1.2.001-pl1-alpha1. Look in your c:\railo\connector\ directory and you should see both connector DLL files. The connector that has a bit type specified in the name is the connector that is NOT in use at the moment.

"Railo-Tomcat Service" Access Denied Error

When you attempt to run the Tomcat Service Controls you get a "Permission Denied" message. This occurs because the Tomcat Service Controls need administrative rights in order to function properly. There are several ways in which you can address this problem:

Documentation Home