When CFMX is installed on Websphere it defaults to “Default App” server
under WAS. Performance is better if a new server instance is created.
(Tested in IE 5.5 and 6.0 only) When there is a need to display output in a Form and also pass the displayed value(s) this form element should pass the value as a form. or attribute. variable without needing a “hidden” form element.
input size=”8″ value=”" style=”border-width:0px” readonly=”yes” (don”t forget the opening and closing tags.
Testing Webapper blog, here goes
Here is an important link submitted by Keen Haynes for those of us setting up CFMX with Oracle, thanks Keen.
Oracle CFMX
This was an original post on the Fusebox Community mail list about Apache’’s mod-rewrite capability and SES URL’’s from David Huyck b@bombusbee.com
# use mod_rewrite to shorten URLs
RewriteEngine on
#use SES conversion (path_info exists)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{PATH_INFO} !^$
RewriteRule ^([a-z0-9]+\\.[a-z0-9]*)(.*)$ /index.php/fuseaction/$1$2 [NC,QSA,L]
#use standard URL (no path_info)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([a-z0-9]+\\.[a-z0-9]*)(.*)$ /index.php?fuseaction=$1 [NC,QSA,L]
This is a solution to the above as posted on CF_Talk.
A/ ENABLE SES – In the c:\\cfusionmx\\wwwroot\\web-inf\\web.xml file, we had to add the following code:
CfmServlet
*
B/ Run the Remove_ALL_connectors.bat file in c:\\cfusionmx\\bin\\connectors
C/ Run the IIS_connector.bat file. (These two steps correct the associations to JRun and Cold Fusion in [...]
The config file for the JVM in CFMX is located here.
CFusionMX/runtime/bin/jvm.config
For those who have not yet seen it, this is nice example of CF and Flash in action Advent Labs