CF8 / IIS7 / ColdFusion.Ajax.submitForm errorhandler not working

We make use of ColdFusion.Ajax.submitForm to do the login for our site. If the user/password provided is not found I do a cfthrow with a custom
error message that gets picked up by the errorHandler and updates the screen with the message "User not found". This worked fine till we upgraded
the server to IIS7. Now all I get is the "Internal Server Error."
I have googled the issue and searched these forums and found various threads about changing the errorMode or setting the existingResponse to passthrough in the IIS7 config. I have tried these and still not gotten anything to work. The only change I get is if I update the coldfusion config to
not pass in the HTTP error codes but in that case my error message simply becomes "OK". Not too helpful of a message.
My question is. Has anyone else run into these issues on IIS7 with Coldfusion 8 and if so, how did you configure the server to stop blocking the custom
errors? Any help would be great.
Thanks in advance.

See, Joecopely's reply in this thread, that might resolve your issue,
http://forums.adobe.com/thread/532051?tstart=30
HTH

Similar Messages

  • ColdFusion.Ajax.submitForm no longer works in IE10? any solutions

    I have the following code, it works fine in IE8 & IE9 but stopped working in IE10, does anyone know why? the alert is displayed and it re-loads the page...it just doens't call the Ajax call..any help need to get this working again ASAP! Thanks.
    function submitaddsitemed(){
    alert('test');
    ColdFusion.Ajax.submitForm('frm_testmed','test_add.cfm',callback,errorHandler,false);
        location.reload();

    I have seen a similar and possibly related issue with IE10. I don't use ColdFusion's ajax routines and instead use jquery but I have found that using ajax with a POST fails on some IE10 users whereas GET works all the time. Like your symptom, no alert or error of any kind displayed or logged. It does not fail for all IE10 users, only some which leads me to believe there is a security setting somewhere in IE to not allow ajax POST requests but I have not spent enough time to determine the issue -- I cannot duplicate the issue with my hands on IE10 testing.

  • Can ColdFusion.Ajax.submitForm be used with a CF Flash Form ?

    Hello,
    Adobe has provided a great example of how
    ColdFusion.Ajax.submitForm can be used to submit forms without
    refreshing or redirecting the page (
    http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=JavaScriptFcns_01.html),
    but does anyone know whether it can be used with flash forms ?
    The attached code from the example compiles and runs
    perfectly when the form has not been defined as flash, but when you
    change <cfform name="myform"> to <cfform name="myform"
    format="flash">, submitting produces the following error, likely
    because it no longer recognizes the form name/ID:
    Error!!! -1: ColdFusion.Ajax.submitForm: Form not found, form
    id: myform
    Does anyone know how to integrate this feature into a flash
    form ?
    Thanks !
    Lucien

    Obviously it looks like you can not have <cfsetting
    enablecfoutputonly="yes"> set in a cfm page that has Bind values
    to a CFC, the behavior is unpredictable. I had to create an action
    page to do the Asynch submit now it is returning a blank popup OK
    form. The problem is still there and not returning any value
    atall.

  • Richtext fails with coldfusion.ajax.submitForm in IE

    Hi all,
    got a cfform containing a cftextarea with richtext = true, invoking the FCKeditor.  The form is inside a cflayoutarea and to maintain the page view I'm doing the calling forumAddPost to do the submission using coldfusion.ajax.submitform, processing it through a CFC method....shown below.
    The CFC simply writes to the database and once returned, the handler navigates the layoutarea to the mainpage.
    function forumAddPost() {
    ColdFusion.Ajax.submitForm('formnewpost', 'groups.cfc?method=forumNewPosts', forumAddPostHandler, errorHandler);
    function forumAddPostHandler(result) {
    ColdFusion.navigate('forum_showtopics_search.cfm?subject_id=<cfoutput>#group.forumid#</cf output>&searchtext=', 'MOD2');
    function errorHandler(code, msg)
    alert('error '+code+': '+msg);
    This code works fine in Chrome or Firefox, but in IE it fails and closes IE down.  If I remove the richtext option the posting works fine, so I've established it's something to do with the FCKeditor and the ajax posting method, but can't work out what?!
    Anyone have any ideas?
    Cheers
    Phil

    I was testing on IE8, Windows7 Starter.  I don't have IE6 available to test on.  Can test on IE7 a bit later on, but I have to fart-arse around with a VM to get it ready, so I'll do that after work.
    I tested multiple submits both via clicking between the tabs within one main "request" as well as multiple entire requests (like via refreshing the whole browser window).  I had no problems.
    I think you're being quite optimistic ot expect AJAX stuff to work reliably on IE6.  IE6 crashes.  That's what it's most famous for doing.  One needs to expect crashes if one pushes it (push it anywhere than out the window, that is).  And your client company's IT dept should be lined up against a wall and shot for still running it.  That's professionally negligent IMO.  But... you probably don't need to be told that.
    Adam

  • Coldfusion.ajax.submitform httpMethod

    Hello,
    Any one has an
    coldfusion.ajax.submitform httpMethod post example? I am
    trying to submit all the form elements as form variables instead of
    url variables.
    Please a working example will help alot.
    Thanks
    EZ

    have you looked in the cfml reference manual?
    download from adobe.com if you do not have one.
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • ColdFusion.Ajax.submitForm error handler problem with AppleWebKit-based browsers

    All-
    When using an AppleWebKit-based browser (i.e. Safari or
    Chrome), the
    message argument of the Coldfusion.Ajax.submitForm error
    handler always contains the string "OK", regardless of what error
    was cfthrown by my CFM form handler.
    Recall that the signature for the error handler is this:
    MyFormErrorHandler = function( code, message )
    In other browsers (i.e. IE or Firefox), the
    message argument of the error handler properly contains the
    message that was cfthrown by my form handler.
    Can anyone offer any guidance for this problem? Thanks in
    advance for your help.
    -Josh

    I was testing on IE8, Windows7 Starter.  I don't have IE6 available to test on.  Can test on IE7 a bit later on, but I have to fart-arse around with a VM to get it ready, so I'll do that after work.
    I tested multiple submits both via clicking between the tabs within one main "request" as well as multiple entire requests (like via refreshing the whole browser window).  I had no problems.
    I think you're being quite optimistic ot expect AJAX stuff to work reliably on IE6.  IE6 crashes.  That's what it's most famous for doing.  One needs to expect crashes if one pushes it (push it anywhere than out the window, that is).  And your client company's IT dept should be lined up against a wall and shot for still running it.  That's professionally negligent IMO.  But... you probably don't need to be told that.
    Adam

  • ColdFusion.Ajax.submitForm ResultHandler Question

    I am developing an CF Ajax based solution in which I use
    ColdFusion.Ajax.submitForm to pass form values to a CFC for
    processing via Java Script. My question is related to the Java
    Script resultHandler and whether or not there is an easy way to
    return the results from the CFC to handler.
    My Java Script looks like this...
    function InsertRec() {
    ColdFusion.Ajax.submitForm('MyForm',
    'service.cfc?method=InsertRec', resultInsertHandler,
    resultErrorHandler);
    My CFC looks like this.. (condensed)
    <cffunction name="insertRec" access="remote" output="no"
    returntype="numeric">
    <cfargument name="NAME">
    <cfargument name="Phone">
    <cfquery name="recInsert" datasource="#request.DS#">
    <cfset NEW_NUMBER = updatedNum( )> <-- Getting new #
    from another table via CFC
    INSERT INTO MYTABLE
    (NUMBER, NAME, PHONE)
    Values (' #NEW_NUMBER# ' , ' #ARGUMENTS.NAME# ' , '
    #ARGUMENTS.PHONE# ' )
    </cfquery>
    <cfreturn NEW_NUMBER>
    </cffunction>
    What I'm trying to do is return the value of NEW_NUMBER from
    the CFC back to resultInsertHandler so I can use it in a Java
    Script alert msg. Any ideas or thoughts would be greatly
    appreciated.
    Regards
    Martin Franklin

    MMFranklin wrote:
    > What I'm trying to do is return the value of NEW_NUMBER
    from the CFC back to
    > resultInsertHandler so I can use it in a Java Script
    alert msg. Any ideas or
    > thoughts would be greatly appreciated.
    Something like this I would presume.
    function resultInsertHandler(returnMsg)
    alert(returnMsg);

  • (cf9) Coldfusion.Ajax.submitForm 'does nothing'...

    I'm using cffileupload, and calling the following javascript function with the 'onuploadcomplete', here's the cffileupload code:
    <cffileupload
        addbuttonlabel = "#request.uiTextBrowse#"
        align = "center"
        bgcolor = "blue"
        clearbuttonlabel = "#request.uiTextClear#"
        deletebuttonlabel = "#request.uiTextDelete#"
        extensionfilter = "#l_fileExt#"
        hideUploadButton = "false"
        maxfileselect = "#session.fileUpload.maxFiles#"
        maxuploadsize = "#session.fileUpload.maxSize#"
        name = "fileUploader"
    url = "#homeDir#/member/utilities/files/act_uploadFiles.cfm"
        progressbar = "true"
        stoponerror = "true"
        title = "#session.fileUpload.Title#"
        uploadbuttonlabel = "#request.uiTextUpload#" 
        width = "400"
    onerror = "uploadError"
    oncomplete = "uploadComplete"
    [B]onuploadcomplete = "uploadFinished"[/B]
    />
    function uploadFinished(){
    alert('in uploadedFinished');
    Coldfusion.Ajax.submitForm('filesToUploadForm','#homeDir#/member/utilities/files/act_proc essUploadedFiles.cfm',uploadProcessed, uploadProcessedError);
    After checking about abazillion times I'm convinced I've got everything spelled correctly.  The url is correct (checked 'viewsource'). The callback and error javascript functions:
    function uploadProcessed(rtnText){
      alert("in uploadPorcessed, text returned: ");
    function uploadProcessedError(code, msg)
            alert("Error!!! " + code + ": " + msg);
    The upload works fine, files are uploaded.  I know I'm getting into the uploadFinished as I get the alert which is directly in front of the Coldfusion.Ajax.Submit call.  But after that alert, nothing.  No error, nothing.  Any ideas what are some common causes of behavior (or better, 'lack of' behavior) like that?  The '#homeDir#/member/utilities/files/act_processUploadedFiles.cfm' file is in the same directory as the template being processed, but I can't find much about whether the full path is needed.  If I just use 'act_processUploadedFiles.cfm'' I get the same (lack of) behavior.

    Hmmmm...
    The ColdFusion Fairy visited me last night, and left a working ColdFusion.Ajax.submitForm call under my pillow...
    In other words, it works this morning, and I don't know what I did to fix it!!!! 

  • ColdFusion.Ajax.submitForm Return a Value

    The below code. I am trying is to pass a value to a CFC and
    return a 0 or as 1.
    But the response back with Asynch ColdFusion.Ajax.submitForm
    is returning a bunch of javascript code and other stuff. All I am
    expecting is just one value of either a 0 or 1. Can some one look
    at the below and tell me what I am doing wrong. This form submits
    to itself then I validate an input form. If its there, I pass the
    value to cfc

    Obviously it looks like you can not have <cfsetting
    enablecfoutputonly="yes"> set in a cfm page that has Bind values
    to a CFC, the behavior is unpredictable. I had to create an action
    page to do the Asynch submit now it is returning a blank popup OK
    form. The problem is still there and not returning any value
    atall.

  • CF8 Flash forms nor server monitor not working on authenticated server

    Have bee troubleshooting an issue with the server monitor and
    flash forms not working on a CF8 server that is completely
    authenticated. You can see the full thread of the issue here
    http://groups.google.com/group/houcfug/browse_thread/thread/71160184e762587f?hl=en
    In the pre-cf8 days, we had implemented the following "fix"
    for NT Authentication with CF Templates
    http://www.adobe.com/go/tn_18516
    However, when I uncheck the "Check that file exists" flag in
    IIS6, both the server monitor and the CFFORM type = flash are now
    both working. Am I making a tradeoff between NT security and
    Flash/Flex?
    My question is this, is the "fix" referenced in the KB
    article abonve still needed for CF8?
    If so, do I have to decide between security and Flash/Flex or
    is there a way to have both NT security and flash/flex on the
    server?
    If not, I would suggest that somebody from Adobe make an edit
    to the KB article pointing out that the "Fix" is not needed for CF8
    and if implemented will break the server monitor and flash forms
    and Flex on that CF server.
    Thanks,
    M

    I mean when I open the administrator and click on Launch
    Server Monitor it does nothing. Does not open and as far as I can
    tell no error is generated or logged. If I open it outside of the
    the administrator it opens but when I click on Statistics or Alerts
    I get a logon Server Monitor logon box that tells me that the
    ColdFusion Server is not started.

  • Ajax cascading lov not work

    Dear Pakar
    i follow instruction in
    http://apexlib.svn.sourceforge.net/viewvc/*checkout*/apexlib/trunc/Documentation/HowToInstall.html
    i'm using Application Express 3.0 & 10g express edition
    in debug form show
    0.16: Computation point: BEFORE_FOOTER
    0.16: Processing point: BEFORE_FOOTER
    0.16: ...Process "Test": PLSQL (BEFORE_FOOTER) ApexLib_Lov.generateBrowserData;ApexLib_Browser.flushJsBuffer;
    Analysing page(ApexLib_Lov.generateBrowserData)
    ...detected P4_COUNTRY_ID as cascading lov.
    ......references P4_REGION_ID
    ...detected P4_LOCATION_ID as cascading lov.
    ......references P4_COUNTRY_ID
    0.17: Show page tempate footer
    but cascading lov not work, give me the clue
    regards
    thanks

    Dear Pakar
    i follow instruction in
    http://apexlib.svn.sourceforge.net/viewvc/*checkout*/apexlib/trunc/Documentation/HowToInstall.html
    i'm using Application Express 3.0 & 10g express edition
    in debug form show
    0.16: Computation point: BEFORE_FOOTER
    0.16: Processing point: BEFORE_FOOTER
    0.16: ...Process "Test": PLSQL (BEFORE_FOOTER) ApexLib_Lov.generateBrowserData;ApexLib_Browser.flushJsBuffer;
    Analysing page(ApexLib_Lov.generateBrowserData)
    ...detected P4_COUNTRY_ID as cascading lov.
    ......references P4_REGION_ID
    ...detected P4_LOCATION_ID as cascading lov.
    ......references P4_COUNTRY_ID
    0.17: Show page tempate footer
    but cascading lov not work, give me the clue
    regards
    thanks

  • Ajax logic is not working correctly

    Hello,
    I am very beginner in JavaScript and don't know how to troubleshoot this.
    The last logic where it says if(response == 0), else....doesn't work. whatever the result of my query is it will return as else.
    I found this code from the page below:
    http://woork.blogspot.com/2007/10/login-using-ajax-and-coldfusion.html
    What I need to do here is if response is not equal to 0 then send user to page window.location='pagexyz.cfm'; and else go to a different page.
    Thanks in advanced
    <script type="text/javascript" language="JavaScript">
       <cfoutput>
    /* XMLHTTPRequest Enable */
    function createObject() {
    var request_type;
    var browser = navigator.appName;
    if(browser == "Microsoft Internet Explorer"){
    request_type = new ActiveXObject("Microsoft.XMLHTTP");
    }else{
    request_type = new XMLHttpRequest();
    return request_type;
    var http = createObject();
    /* LOGIN */
    /* Required: var nocache is a random number to add to request. This value solve an Internet Explorer cache issue */
    var nocache = 0;
    function login() {
    // Optional: Show a waiting message in the layer with ID ajax_response
    document.getElementById('login_response').innerHTML = "Loading..."
    // Required: verify that all fileds is not empty. Use encodeURI() to solve some issues about character encoding.
    var email = encodeURI(document.getElementById('emailLogin').value);
    var psw = encodeURI(document.getElementById('pswLogin').value);
    // Set te random number to add to URL request
    nocache = Math.random();
    // Pass the login variables like URL variable
    http.open('get', 'includes/loginquery.cfm?email='+email+'&psw='+psw+'&nocache = '+nocache);
    http.onreadystatechange = loginReply;
    http.send(null);
    function loginReply() {
    if(http.readyState == 4){
    var response = http.responseText;
    if(response == 0){
    // if login failsa
    document.getElementById('login_response').innerHTML = 'Login failed! Verify user and password';
    // else if login is ok show a message: "Welcome + the user name".
    } else {
    document.getElementById('login_response').innerHTML = response;
    window.location='#eqSiteRoot#member/index.cfm';
      </cfoutput>

    I installed firefox with the add-on you recommended but unfortunetly I am not good with debuging javascript so it didn't help me. Below I attached my current code (I also tried not including any dynamic variables but didn't help).
    <!-- Include AJAX Framework -->
    <script type="text/javascript" language="JavaScript">
       <cfoutput>
    /* XMLHTTPRequest Enable */
    function createObject() {
    var request_type;
    var browser = navigator.appName;
    if(browser == "Microsoft Internet Explorer"){
    request_type = new ActiveXObject("Microsoft.XMLHTTP");
    }else{
    request_type = new XMLHttpRequest();
    return request_type;
    var http = createObject();
    /* LOGIN */
    /* Required: var nocache is a random number to add to request. This value solve an Internet Explorer cache issue */
    var nocache = 0;
    function login() {
    // Optional: Show a waiting message in the layer with ID ajax_response
    document.getElementById('login_response').innerHTML = "Loading..."
    // Required: verify that all fileds is not empty. Use encodeURI() to solve some issues about character encoding.
    var email = encodeURI(document.getElementById('emailLogin').value);
    var psw = encodeURI(document.getElementById('pswLogin').value);
    // Set te random number to add to URL request
    nocache = Math.random();
    // Pass the login variables like URL variable
    http.open('get', '#eqSiteRoot#includes/loginquery.cfm?email='+email+'&psw='+psw+'&nocache = '+nocache);
    http.onreadystatechange = loginReply;
    http.send(null);
    function loginReply() {
    if(http.readyState == 4){
    var response = http.responseText;
    if(response == 0){
    // if login failsa
    document.getElementById('login_response').innerHTML = 'Login failed! Verify user and password';
    // else if login is ok show a message: "Welcome + the user name".
    } else {
    document.getElementById('login_response').innerHTML = response;
    window.location='#eqSiteRoot#member/index.cfm';
      </cfoutput>
    </script>
    <!-- Form: the action="javascript:login()"call the javascript function "login" into ajax_framework.js -->
    <form action="javascript:login()" method="post">
    <table width="100%" border="0" cellspacing="0" cellpadding="3">
    <tr>
      <td align="right"> </td>
      <td width="150" align="right">Forgot your password?</td>
      <td width="55" align="right"> </td>
      <td width="15" align="right"> </td>
    </tr>
    <tr>
    <!---onFocus="if(this.value=='Email')this.value='';" value="Email"--->
    <!--- onFocus="if(this.value=='Password')this.value='';" value="Password" --->
      <td align="right"><input type="text" name="emailLogin" id="emailLogin" value=""/></td>
      <td align="right"><input type="password" name="pswLogin" id="pswLogin" value=""/></td>
      <td align="right"><input type="submit" name="Submit" value="Login" /></td>
      <td align="right"> </td>
    </tr>
    <tr>
      <td colspan="2" align="right"><!-- Show Message for AJAX response -->
    <div id="login_response"></div>
    </td>
      <td align="right"> </td>
      <td align="right"> </td>
    </tr>
    </table>
    </form>

  • Ajax script is not working in Safari 3-4

    Hi,
    I'm using Ajax script in a form to select the correct number of days depending on chosen year and month. Here is the script I'm using:
    <script language="JavaScript" type="text/javascript">
    var daysInMonth = new Array();
    function createXMLHttpRequest() {
    var obj = null;
    if(window.XMLHttpRequest){
    obj = new XMLHttpRequest();
    } else if(window.ActiveXObject){
    obj = new ActiveXObject("Microsoft.XMLHTTP");
    } else {
    alert('Problem creating the XMLHttpRequest object');
    return obj;
    var req = createXMLHttpRequest();
    function setYear(year) {
    var url = "sidor/setdate.php";
    req.open('POST', url);
    req.onreadystatechange = setDaysInMonth;
    req.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
    req.send("year="+year);
    function setMonth(month) {
    if (month == 0) {
    var x = document.getElementById('month');
    month = x.options[x.selectedIndex].value;
    var day = document.getElementById('day');
    day.options.length = parseInt(daysInMonth[month-1]);
    for(var i=1; i <= daysInMonth[month-1]; i++) {
    day.options[i-1].value = i;
    day.options[i-1].text = i;
    function setDaysInMonth() {
    if (req.readyState == 4) {
    if (req.status == 200) {
    daysInMonth = req.responseText.split(";");
    setMonth(0);
    } else {
    alert("Error!\nError code: " + req.status);
    setYear(<?=$year?>);
    </script>
    The above script is working fine in IE7, Opera 9.64 and FF 3.0.8 but not in Safari. When I chose year and month (other month then april) the number of days is not changed. If I reload page and the chose directly february month, number of days is then 28 + 2 rows in selectbox with 29 and 30 but these cant be chosed. The way it should be showned is just 1-28. Please help me if the script needs to be adjust!
    Regards(Per

    I dont have the debugging tools, where can I find that?
    Site where you can find the form: http://www.sodermanskajakuthyrning.se/index.php?show=6&go=sidor/boka.php&page_id =31&lang=eng

  • My ajax appliction only not working in http mode

    My testing page works in local mode such as
    C:\Inetpub\wwwroot\ajax_test\mypage.html
    but if I try in
    http://machinename/ajax_test/mypage.html,
    it doesn't show any records.
    Any clue?
    Thanks
    Riverboat
    Here is the code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>My First AJAX Application</title>
    <script type="text/javascript"
    src="includes/xpath.js"></script>
    <script type="text/javascript"
    src="includes/SpryData.js"></script>
    <script type="text/javascript">
    var dsEmployees = new
    Spry.Data.XMLDataSet("data/xmlQueryResults4.xml",
    "Dataset1/TaxParcels[position() >= 2 and position() <= 4]");
    function myPageFunction(rowNumber)
    if(rowNumber>0 && rowNumber<=10){ return
    rowNumber;}
    </script>
    </head>
    <body>
    <div spryregion="dsEmployees">
    <table border="1">
    <tr>
    <th scope="col"
    onclick="dsEmployees.sort('OBJECTID');">ObjectID </th>
    <th scope="col"
    onclick="dsEmployees.sort('BLKID');">BLOCK ID</th>
    <th scope="col"
    onclick="dsEmployees.sort('PARC');">PARCEL NUMBER</th>
    <th scope="col"
    onclick="dsEmployees.sort('PIN');">PIN</th>
    </tr>
    <tr spryrepeat="dsEmployees"
    sprytest="myPageFunction({ds_RowNumber})">
    <td>{OBJECTID}</td>
    <td>{BLKID}</td>
    <td>{PARC}</td>
    <td>{PIN}</td>
    </tr>
    </table>
    </div>
    </body>
    </html>

    Hmmm, so when you say it doesn't show any records, is the
    whole region not rendering? Or do you actually see the data
    references rendering on the page?
    I ask because if you see the data references, that means the
    page failed to load the JavaScript files.
    If your region doesn't show up at all, it means the data set
    failed to load any rows of data. The XML file is on your server
    right?
    --== Kin ==--

  • Coldfusion 10 Scheduled Tasks Not Working

    I'm trying to schedule a task that will run every Sunday. I have tried several options and I continue to get the following message...
    An error occured scheduling the task.
    Advance Scheduling support is not available in this edition of ColdFusion server.
    My version is the following..
    Server Product
    ColdFusion
    Version
    ColdFusion 10,283111
    Edition
    Standard  
    Operating System
    Windows Server 2008 R2
    OS Version
    6.1  
    Update Level
    /C:/ColdFusion10/cfusion/lib/updates/hf1000-3332326.jar  
    Adobe Driver Version
    4.1 (Build 0001)  
    I've updated with the Mandatory update and still have this issue. 
    Is there a work around or when should this be resolved?

    This fixed the issue... -Dhttp.proxyHost=wwwgate0.mot.com -Dhttp.proxyPort=1080  please note where to put the information.
    # VM configuration
    # Where to find JVM, if {java.home}/jre exists then that JVM is used
    # if not then it must be the path to the JRE itself
    java.home=C:\\ColdFusion10\\jre
    application.home=C:\\ColdFusion10\\cfusion
    # If no java.home is specified a VM is located by looking in these places in this
    # order:
    #  1) ../runtime/jre
    #  2) registry (windows only)
    #  3) JAVA_HOME env var plus jre (ie $JAVA_HOME/jre)
    #  4) java.exe in path
    # Arguments to VM
    java.args=-server -Xms256m -Xmx512m -XX:MaxPermSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -
    Djava.awt.headless=true -Dcoldfusion.rootDir={application.home} -Djava.security.policy=
    {application.home}/lib/coldfusion.policy -Djava.security.auth.policy={application.home}/lib/neo_jaas.policy  -
    Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application.h ome}/lib/axis2,
    {application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/cfform/jars,{applicatio n.home}/wwwroot/WEB-
    INF/flex/jars,{application.home}/lib/oosdk/lib,{application.home}/lib/oosdk/classes -Dcoldfusion.libPath=
    {application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random
    -Dhttp.proxyHost=wwwgate0.mot.com -Dhttp.proxyPort=1080
    # Comma separated list of shared library path
    java.library.path={application.home}/lib,{application.home}/jintegra/bin,{application.home }/jintegra/bin/international,
    {application.home}/lib/oosdk/classes/win
    java.class.path={application.home}/lib/oosdk/lib,{application.home}/lib/oosdk/classes

Maybe you are looking for

  • Can't download numbers from icloud

    Numbers spreadsheet not downloading from iCloud

  • Windows recognizes iPod but iTunes doesn't

    Okay, so, on my computer, I open up iTunes and it loads up and runs fine. However, when I plug my iPod in, iTunes freezes up and doesn't let me do anything. My iPod will charge but it won't sync. When I do plug it in, an explored window opens up sayi

  • Unwanted/unknown file in external HD

    Hello everyone, Not sure if this is the correct forum to ask this, but since it only started when I upgraded to Mavericks, I thought that it might have something to do with it. So, I have G-Drive Mini external hard drive, and now, among the folders I

  • How do I place movies in order?

    I want the "skip forward" button on a DVD player to go to one movie, then the next, etc, in order.  So far it seems To choose the order randomly.  Any help?  Thanks. 

  • Keep share mounted

    I am planning on getting a mac mini for my home theater setup. however, after playing around with my MacBook Pro I have found that when the machine goes to sleep, any mounted shares are ejected. I am looking for a script to do this: If the share is m