Anyone manage to get ColdFusion to work under Apache on OS X 10.10 Yosemite?

Hi all I'm having great difficulty getting ColdFusion10 to work under Apache with OS X 10.10 Yosemite.
Here is a description of what I've faced and a little of what I've done to solve my problem
Problem 1
Apache httpd.conf file gets messed up
Solution: copy original httpd.conf file from /etc/apache2/original/ to /etc/apache2/
Problem 2
No Java Virtual Machine is installed!
Solution: install Java (version 6 or 7 is better) you may only be able to install version 8
Problem 3
ColdFusion doesn't know where your Java installation is so find and update your ColdFusion configuration files
/Applications/ColdFusion10/cfusion/bin/jvm.config
/Applications/ColdFusion10/cfusion/bin/coldfusion
/Applications/ColdFusion10/cfusion/runtime/bin/wsconfig_jvm.config
change the source to whatever your current Java is and where it's located
for example if you have version 7 installed:
/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home
if you have version 8 installed:
/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home
Problem 4
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: YOUR PATH HERE!
Solution:Still working on this one!

I think you should try Pacifist http://www.charlessoft.com/
It's a .pkg installer for OS X, I used it several times to install software that Apple's Installer can't install. After installing Xsan 1.0 from your CD, just launch Apple's software update to upgrade to version 1.3. I think it should work (I didn't try it with Xsan, but this procedure works with other software).
Khafaga

Similar Messages

  • Anyone managed to get edge content working in a mailer?

    Hi All,
    I have just finished working on a mailer which I was hoping would work when viewed in an email client. However it doesnt seem to want to load. It works fine when viewing in a web browser. Anyone know if this is achievable or should I just stop trying.
    Link to web version is: http://www.tomato-source.co.uk/mailers/newdisney/disneymailer.html
    Cheers all.
    Jon                   

    Hi Jon, sending javascript, e.g. an Edge composition, in an email will either be blocked, not display, or get your email marked as spam, so generally not recommended!

  • Has anyone managed to get Hotmail to work with Mail?

    Hotmail aka Windows Live Mail.
    Has anyone got Mail 3 in Leopard to work with Win Live/Hotmail?
    If so, I would love to hear about how you did so, as I would like to use Mail to check e-mail. =)
    Thanks.

    How to Access Windows Live Hotmail with Mac OS X Mail - About Email
    http://email.about.com/cs/macosxmailtips/qt/et042503.htm

  • Anyone managed to get ipad mini working with vga projector with apple adaptor?

    I had arude shock the last week when i could no longer project anything from my ipad mini using an Apple branded vga to lightning adaptor. Help me im a teacher and desperately need to work asap.

    Just to clarfy i recently updated to ios 8 and i cant downgrade as some of the apps i needed cant work. This isnt good enough. Please find a solution anyone?

  • Has anyone managed to get a PS3 Controller to work with OSX Lion?

    Hi,
    I wanted to connect my PS3 controller to my iMac (late 2011) using bluetooth but have been unable to do so. It will connect for a brief time but then it will lose connect as it has not paired. It also asks me for a pairing code. I have tried 0000 and this does not work. I have searched the internet and it seems this is a common issue. Has anyone managed to get it working?
    Does anyone know if Apple plan to fix the issue with a forthcomming update?
    Cheers,
    Tim

    There are numerous threads on this, please use the "More Like this" tool, you will find it on the right. I'm not sure if anyone has any solutions but that is the logical place to start.

  • [SOLVED] Anyone managed to get a Lexmark X1180 printing/scanning?

    Has anyone managed to get a Lexmark X1180 printing/scanning?
    If so mind sharing how that was accomplished.
    Last edited by Don-DiZzLe (2008-05-11 16:48:45)

    I also bought an x1110 some years ago back in my winblows days. 
    I had the scanner partly working before i threw it in the shed.  I was never able to get the printer working
    By partly working I mean the whole A4 scan did not work, it would capture a quarter of the page and blank the rest out.
    I'm not sure if the error was with the hardware or software. I remember I used it via Gimp and I think it was on Ubuntu 6.04
    I just gave up. There are so many working brands out there, Lexmark just isn't one of them.
    Last edited by corstar (2008-05-09 17:57:58)

  • Has anyone managed to get HP Warranty Information into SCCM?

    Has anyone managed to get HP Warranty Information into SCCM?
    I have tried a few scripts that I found on the net but none of them seem to work as I believe HP updated there site this year..

    OK, I played around a bit (scripting from a web page isn't way beyond me) but... a few caveats.  My lab isn't available right now; so all I could test was that the script ran on an HP laptop.  A single HP laptop.  and created the regkeys in
    (in my case) HKLM\software\wow6432node\CompanyName\WarrantyInformation.  So... one single test on one single workstation, and no testing of the mof edit means... I'll need your help to confirm it works.
    Anyway, below is the script.  Other caveats:  It drops a log, and then continuously adds to the log file in %temp% (of the SYSTEM, which is using %windir%\temp).  So depending upon what you want/need--you may want to change the EnableLogging
    = True to EnableLogging = False (once you confirm it works on all/most of your boxes).  The other caveat, of course, is to change the sCompanyname = to be your Company Name; although I suggest you don't have spaces or special characters in it.  Short
    'n' sweet.  Then, naturally, once you have a box with the regkeys, use Mark Cochrane's RegKeytoMof 3.0 or higher to build the mof edits for you to paste to the bottom of your configuration.mof and sms_def.mof.  In that blog above Eric Schloss was
    using DCM as the delivery method to deliver the script to populate the regkeys--that worked for him and I see no reason it wouldn't work for everyone--so once you've tested the script interactively from a psexec -s -i cmd.exe shell on an hp box (to see it
    create the regkeys) I'd make a DCM like Eric did and target a collection with a few HP laptops or desktops and confirm it works via the DCM. 
    Anyway, give this a try--again... only tested on 1 single, lonely little HP laptop.  Needs a bigger test base!
    Edit:  and... even using Regkeytomof sometimes regkeys can be tricky.  If the mof edit doesn't work right to pull the data back, post what you've added.  someone here can usually spot if there's something not right about it and help you fix
    the mof edit.
    Edit #2: removed bad space, and bad copy/paste job as discovered by sevengs.  Thanks!
    on error resume next
    EnableLogging = True
    sCompanyName = "CompanyName"
    Set oShell = CreateObject("wscript.Shell")
    Set fso = CreateObject("scripting.filesystemobject")
    strTemp = oshell.ExpandEnvironmentStrings("%temp%")
    If EnableLogging Then
    Set oLogFile = fso.OpenTextFile(strTemp & "\WarrantyInfo.log", 8, True)
    oLogFile.WriteLine "*********************************************************"
    End If
    WriteLog "Beginning warranty information lookup."
    sWebServiceHost = "http://h20000.www2.hp.com/bizsupport/TechSupport"
    sWebServiceURL = "WarrantyResults.jsp"
    sWebService = sWebServiceHost & "/" & sWebServiceURL
    'Get the system's serial number from WMI
    Set oWMIService = GetObject("winmgmts:\\.\root\cimv2")
    Set colItems = oWMIService.ExecQuery("Select SerialNumber from Win32_BIOS",,48)
    For Each objItem in colItems
    sSerialNumber = objItem.SerialNumber
    Next
    WriteLog "Serial number of system is " & sSerialNumber
    'Get the Product ID from WMI
    Const wbemFlagReturnImmediately = 16
    Const wbemFlagForwardOnly = 32
    lFlags = wbemFlagReturnImmediately + wbemFlagForwardOnly
    strService = "winmgmts:{impersonationlevel=impersonate}//./root/HP/InstrumentedBIOS"
    strQuery = "select * from HP_BIOSSetting"
    Set objWMIService = GetObject(strService)
    Set colItems = objWMIService.ExecQuery(strQuery,,lFlags)
    sProductNumber = ""
    For Each objItem In colItems
    If objItem.Name = "SKU Number" Then
    sProductNumber = objItem.Value
    End If
    If objItem.Name = "Product Number" Then
    sProductNumber = objItem.Value
    End If
    Next
    If Len(sProductNumber) = 0 Then
    WriteLog "ERROR: Product Number could not be determined."
    oLogFile.WriteLine "*********************************************************"
    oLogFile.Close
    WScript.Quit(9)
    Else
    WriteLog "Product number of the system is " & sProductNumber
    End If
    Set colItems = oWMIService.ExecQuery("Select AddressWidth from Win32_Processor",,48)
    For Each objItem in colItems
    sAddressWidth = objItem.AddressWidth
    Next
    WriteLog "Operating system is " & sAddressWidth & " bit."
    'Define the parameters string to send to the web site
    sParameters = "nickname=&sn=" & sSerialNumber & "&country=US&lang=en&cc=us&pn=" & sProductNumber & "&find=Display+Warranty+Information+%C2%BB&"
    WriteLog "Opening the web site URL " & sWebService & "?" & sParameters
    'Define and call the web site
    Set oHTTP = CreateObject("Microsoft.xmlhttp")
    oHTTP.open "GET", sWebService & "?" & sParameters, False
    'oHTTP.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
    oHTTP.send
    If oHTTP.Status = 200 Then
    WriteLog "Successful response from the web site."
    'WriteLog oHTTP.ResponseText
    Process oHTTP.ResponseText
    Else
    WriteLog "ERROR: the web site returned status code " & oHTTP.Status
    WriteLog "Returning exit code 1."
    nExitCode = 1
    End If
    If EnableLogging Then
    oLogFile.WriteLine "*********************************************************"
    oLogFile.Close
    End If
    WScript.Quit (nExitCode)
    Function Process (HTML)
    WriteLog "Processing the HTML returned from the site."
    intSummaryPos = InStr(LCase(html), "serial number")
    If intSummaryPos = 0 Then
    Process = ""
    Exit Function
    End If
    intSummaryTable1Start = InStrRev(LCase(html), "<table", intSummaryPos)
    intSummaryTable1End = InStr(intSummaryPos, LCase(html), "</table>") + 8
    intSummaryTable2Start = InStr(intSummaryTable1End, LCase(html), "<table")
    intSummaryTable2End = InStr(intSummaryTable2Start, LCase(html), "</table>")
    table1 = getStr(intSummaryTable1Start, intSummaryTable1End, html)
    table2 = getStr(intSummaryTable2Start, intSummaryTable2End, html)
    const HKLM = &H80000002
    Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\default:StdRegProv")
    sKeyPath = "SOFTWARE\" & sCompanyName & "\WarrantyInformation"
    WriteLog "Registry key path is HKLM\" & sKeyPath
    oReg.CreateKey HKLM,sKeyPath
    WriteLog "Processing the first table from the web page."
    arrGeneral = processTables(table1,1)
    'arrGeneal should be in the form Serial Number, Product Number, Product Line, Product Description, Warranty Check Date
    WriteLog "Processing the second table from the web page."
    arrContracts = processTables(table2,2)
    'arrContracts should be in the format Warranty Type, HW Warrenty Start Date, HW Warranty End Date, HW Warranty Status, Setup Warranty Start Date, Setup Warranty End Date, Setup Warranty Status
    WriteLog "Setting registry values."
    WriteLog "SerialNumber is " & arrGeneral(0)
    oReg.SetStringValue HKLM, sKeyPath, "SerialNumber", arrGeneral(0)
    WriteLog "ProductNumber is " & arrGeneral(1)
    oReg.SetStringValue HKLM, sKeyPath, "ProductNumber", arrGeneral(1)
    WriteLog "SerialLine is " & arrGeneral(2)
    oReg.SetStringValue HKLM, sKeyPath, "ProductLine", arrGeneral(2)
    WriteLog "SerialDescription is " & arrGeneral(3)
    oReg.SetStringValue HKLM, sKeyPath, "ProductDescription", arrGeneral(3)
    WriteLog "WarrantyCheckDate is " & CStr(CDate(arrGeneral(4)))
    oReg.SetStringValue HKLM, sKeyPath, "WarrantyCheckDate", CStr(CDate(arrGeneral(4)))
    WriteLog "WarrantyType is " & arrContracts(0)
    oReg.SetStringValue HKLM, sKeyPath, "WarrantyType", arrContracts(0)
    WriteLog arrContracts(1)
    WriteLog "HardwareWarrantyStartDate is " & CStr(CDate(arrContracts(1)))
    oReg.SetStringValue HKLM, sKeyPath, "HardwareWarrantyStartDate", CStr(CDate(arrContracts(1)))
    WriteLog "HardwareWarrantyEndDate is " & CStr(CDate(arrContracts(2)))
    oReg.SetStringValue HKLM, sKeyPath, "HardwareWarrantyEndDate", CStr(CDate(arrContracts(2)))
    End Function
    Function getStr(startpos, endpos, data)
    Dim tmp
    'Get the substring
    tmp = Mid(data, startpos, endpos - startpos)
    ' Remove end of line
    tmp = Replace(Replace(Replace(tmp, VbCrLf, ""), vbCr, ""), vbLf, "")
    getStr = tmp
    End Function
    Function processTables(table, ttype)
    ' Remove HTML Tags and replace with "|"
    Set re = New RegExp
    re.Pattern = "<[^>]+>"
    re.IgnoreCase = True
    re.Global = True
    table = re.Replace(table, "|")
    table = Replace(table, "&nbsp;", "")
    table = Replace(table, ":", "")
    table = Replace(table, " ", "")
    ' Remove excess |
    re.Pattern = "[|]+"
    table = re.Replace(table, "|")
    ' Clean up a bit more
    re.Pattern = "\|\s+\|"
    table = re.Replace(table, "|")
    ' Remove | from start and end of string
    re.Pattern = "^\||\|$"
    table = re.Replace(table, "")
    arrTable = Split(table, "|")
    arrTmp = ""
    If ttype = 1 Then ' General Info Table
    i = 1
    For Each cell in arrTable
    Select Case LCase(Trim(cell))
    Case "serial number"
    sSerialNumber = arrTable(i)
    Case "product number"
    sProductNumber = arrTable(i)
    Case "product line"
    sProductLine = arrTable(i)
    Case "product description"
    sProductDescription = arrTable(i)
    Case "date of warranty check"
    sCheckDate = arrTable(i)
    End Select
    i = i + 1
    Next
    arrTmp = sSerialNumber & "|" & sProductNumber & "|" & sProductLine & "|" & sProductDescription & "|" & sCheckDate
    ElseIf ttype = 2 Then ' Contract Info
    i = 0
    For Each cell in arrTable
    cell = Replace(cell," ","")
    if Instr(lcase(trim(cell)),"wty hp hw maintenance onsite support") > 0 then
    cell = "wty hp hw maintenance onsite support"
    end if
    if Instr(lcase(trim(cell)),"wty hp hw maintenance offsite support") > 0 then
    cell = "wty hp hw maintenance offsite support"
    end if
    if Instr(lcase(trim(cell)),"wty hp support for initial setup") > 0 then
    cell = "wty hp support for initial setup"
    end if
    Select Case LCase(Trim(cell))
    Case "warranty type"
    sWarrantyType = arrTable(i+8)
    Case "wty hp hw maintenance onsite support"
    sHWStartDate = arrTable(i+1)
    sHWEndDate = arrTable(i+2)
                        sHWStatus = arrTable(i+3)
    Case "wty hp hw maintenance offsite support"
    sHWStartDate = arrTable(i+1)
    sHWEndDate = arrTable(i+2)
    sHWStatus = arrTable(i+3)
    Case "wty hp support for initial setup"
    sISStartDate = arrTable(i+1)
    sISEndDate = arrTable(i+2)
    sISStatus = arrTable(i+3)
    case else
    End Select
    i = i + 1
    Next
    arrTmp = sWarrantyType & "|" & sHWStartDate & "|" & sHWEndDate & "|" & sHWStatus & "|" & sISStartDate & "|" & sISEndDate & "|" & sISStatus
    End If
    ' Remove | from start and end of string
    re.Pattern = "^\||\|$"
    arrTmp = re.Replace(arrTmp, "")
    'wscript.echo arrTmp
    arrResult = Split(arrTmp, "|")
    Set re = Nothing
    processTables = arrResult
    End Function
    Function WriteLog (sText)
    If EnableLogging Then
    oLogfile.WriteLine Now() & " " & sText
    End If
    End Function
    Standardize. Simplify. Automate.

  • Anyone managed to get a lexmark x4650 printer print from an ipad??

    Got a lexmark x4650 wi-fi printer, anyone managed to get an iPad to print to it?

    Just to clarfy i recently updated to ios 8 and i cant downgrade as some of the apps i needed cant work. This isnt good enough. Please find a solution anyone?

  • Has anyone managed to get a 3TB dynamic disk on Windows 2003 Server?

    I just got a pair of new 3TB disks that I wanted to put on my Windows 2003 server enterprise x64 system, SP2, all updates installed.
    When I first tried to convert to dynamic, I got the error "The operation did not complete" as described in this KB article
    http://support.microsoft.com/kb/826823
    It says there is a patch, but there is not one for x64, just x86 and ia64
    I found another technet discussion here:  https://social.technet.microsoft.com/Forums/en-US/winserverfiles/thread/cb62238c-b3d0-4989-b45a-ae6de6701a7b?stoAI=10
    However its best suggestion is to use a product from AOMIE, but I tried that and it didn't even recognize the disk.  It also suggests that one needs a better version of diskpart.exe and to try to the 32 bit version.  Anyone have any experience
    with that?
    I also tried creating moving the disk to Windows 7 x64, making it dynamic there, but when I move the disk back to 2K3 it does not recognize it, and goes back to a 2TB partition.  I also saw something about needing a 512 block size for 2K3, but W7 does
    not allow anything smaller than 1K.

    Hi,
    During my research, if found the following artcle which also mentioned a 3TB disk should be supported in Windows 2003 SP1:
    Has anyone managed to get a 3TB dynamic disk on Windows 2003 Server?
    http://social.technet.microsoft.com/Forums/en-US/winserverfiles/thread/a720ae72-0c04-44dd-94c0-2e6aecce530e
    So I contact the author about this issue. He said it could be caused if your hard disk is a 512e drive as the 3TB drives on the market today are normally 512e drives.
    However manufacturers stopping identifying this, and if the controller is old, FSUtil will not able to identify a 512 drive but recognized it as a normal 512n drive.
    Thus please provide the drive model so we could search on manufacturer's website for exact information.
    Also please paste the screenshot in your reply which Satish mentioned if available.
    In addition, here is an article Robert provided:
    http://www.windowsitpro.com/article/what-would-microsoft-support-do/support-advanced-format-hard-drives-141584

  • I want to hand on my water damaged and not working iPhone are the notes that were on the handset accessible to anyone who can get the handset working again?

    I want to hand on my water damaged and not working iPhone are the notes that were on the handset accessible to anyone who can get the handset working again?

    It's possible, I suppose.   Unlikely, but possible.   Someone would have to be extremely driven to fix your broken phone specifically to look at your notes though.

  • Anyone had problems getting facetime to work?

    Anyone had problems getting facetime to work?

    I expect some people have.  What exactly is the problem you are having?
    Lacking specifics, this support document may have the answer you need:  iOS: Using FaceTime, http://support.apple.com/kb/ht4319

  • Has anyone managed to get play count/last played to sync?

    I can live with the podcasts being borked, it's prompted me to use an app (hello iCatcher!) which I had been planning to do for a while. I'm still learning its ways, but it feels a lot more comfortable already.
    The thing that I absolutely cannot understand is how ratings, playcount and last played times are not synchronising. I've a number of smart playlists based on these attributes and I haven't been able to get them to sync up since I enabled Match on my iPhone.
    So I've got an iPhone which I sync with iTunes on a Mac. Everything's patched up to the latest version.
    Has anyone successfully had any successful syncs? The smart playlists are just a joke - I'd expect the track listings to be comparable between devices, but they just aren't.
    This is a beta product which some glaring functionality holes. How Apple can think it's worth paying for is beyond me. The smart playlist functionality has been working seamlessly for years on iTunes ... but it's broken. And I paid for the product that broke it. I'm feeling very let down.

    I haven't managed to get any playcount, ratings etc to sync. There are so many issues with this version of iTunes Match I cannot believe Apple released it.
    The order of tracks in playlists doesn't match iTunes on my Mac, selecting a folder of playlists in iTunes on my iPhone hangs the phone and sometimes crashes it, metadata doesn't sync, some albums are split into 2, etc.
    Looking forward to an update soon.

  • Can't get coldfusion to work on Vista Ultimate

    Need help, tried other stuff on other postings trying to edit
    jrundll file that doesn't seem to exist
    I'll look at so many places to try and get coldfusion 7 or 8
    to work with IIS or Apache on Windows Vista Ultimate which came
    pre-loaded with the new laptop.
    It just gives me a 404 error complaining about the MIME
    types.
    I saw one forum that I need to edit the wcnfiguration.config
    files (some name similar to that) in the system 32 interdel folder,
    but I get an access denied error when trying to edit in
    notepad....even though I am logged in as the administrator.
    The index page for coldfusion works afte the install as well
    as IIS 7.0 is working fine, but when trying to execute a .cfm fikle
    it just gives that 404 error and doesn't seem to recognise the .cfm
    file. I tried adding the CFM in MIME types in IIS admin and
    selected coldfusion/application but it didn't work. I then changed
    the CFM descrip to text/html (something like that) and it then
    launched the cfm file and showed the html part of it, but didn't
    process the coldfusion. It may be a simple MIME configuiration
    problem in IIS, but I don't know what types should be there and
    what the type descriptions need to be.
    If anyone can help me with this, I really need the help to
    get this to work with Vista. If you have instructions, can you
    really spell it out for me please with as much step by step
    instructions as possible please, I want to be sure to do it right.
    Thank you so much for your help, I really need it!
    David

    David,
    ColdFusion 8 should work with Vista on IIS 7without any
    tweaks.
    Ken Ford
    Adobe Community Expert - Dreamweaver
    Fordwebs, LLC
    http://www.fordwebs.com
    "davepevans" <[email protected]> wrote in
    message news:fcqb86$k45$[email protected]..
    > Need help, tried other stuff on other postings trying to
    edit jrundll file that
    > doesn't seem to exist
    >
    > I'll look at so many places to try and get coldfusion 7
    or 8 to work with IIS
    > or Apache on Windows Vista Ultimate which came
    pre-loaded with the new laptop.
    >
    > It just gives me a 404 error complaining about the MIME
    types.
    > I saw one forum that I need to edit the
    wcnfiguration.config files (some name
    > similar to that) in the system 32 interdel folder, but I
    get an access denied
    > error when trying to edit in notepad....even though I am
    logged in as the
    > administrator.
    >
    > The index page for coldfusion works afte the install as
    well as IIS 7.0 is
    > working fine, but when trying to execute a .cfm fikle it
    just gives that 404
    > error and doesn't seem to recognise the .cfm file. I
    tried adding the CFM in
    > MIME types in IIS admin and selected
    coldfusion/application but it didn't work.
    > I then changed the CFM descrip to text/html (something
    like that) and it then
    > launched the cfm file and showed the html part of it,
    but didn't process the
    > coldfusion. It may be a simple MIME configuiration
    problem in IIS, but I don't
    > know what types should be there and what the type
    descriptions need to be.
    >
    > If anyone can help me with this, I really need the help
    to get this to work
    > with Vista. If you have instructions, can you really
    spell it out for me please
    > with as much step by step instructions as possible
    please, I want to be sure to
    > do it right.
    >
    > Thank you so much for your help, I really need it!
    >
    > David
    >

  • Anyone managed to get a QuickOffice update ?

    I have an E72 with QuickOffice 5 on it.
    Supposidly I can do this http://www.quickoffice.com/quickoffice_symbian/free_update/  but have been unable to get a direct download started or receive an email by following the by email process.
    So let me ask the forum, has anyone managed to sucessfully go to this website and download an update ?  Or is this sale hype/myth ?

    I don't want to install it from another site, for all I know these other versions have trojans.
    Sure on the paying for it, maybe I would if I knew what I was getting in version 6.
    So yes I'll contact their support and get them to fix their delivery mechanism.  No point sending me a private link or copy for it, I want to see their advertised delivery method working or a technical explaination as to why it isn't working for me.
    Maybe it is another issue related to IMEI number and subsidised phones not having any entittlement to an upgrade, due to some behind the scenes cutting of costs.

  • Anyone tried to get Jabber to work with Domino for contact search

                       I have a customer who has recently upgraded to CUCM 8.6.2.22900-9 and Presence 8.6.4.11900-1 fom CUCM 6.x and Presence 6.x. When they were at 6.x they were able to integrate CUPC contact search with Domino server. I realize this was not supported, but they got it to work. Now they want to attempt to get Jabber to work with Domino. Again I realize that is not a supported LDAP for Jabber, but I was wondering if anyone has perhaps tried this and what their experience was.

                       I have a customer who has recently upgraded to CUCM 8.6.2.22900-9 and Presence 8.6.4.11900-1 fom CUCM 6.x and Presence 6.x. When they were at 6.x they were able to integrate CUPC contact search with Domino server. I realize this was not supported, but they got it to work. Now they want to attempt to get Jabber to work with Domino. Again I realize that is not a supported LDAP for Jabber, but I was wondering if anyone has perhaps tried this and what their experience was.

Maybe you are looking for

  • Drivers quest

    Recently, my Audigy 2 started locking up and sqealing like a pig, so I thought I'd try to get new drivers from Creative's webpage. I am kind of confused when looking at the "drivers" available to me (Audigy 2, Windows XP). I have these choices.... .

  • Position Hierarchy in AME

    Dear All, I am new to AME. Can you please share the detail steps for using Position Hierarchy in AME. I understand approval limits are not honoured in AME. We have a requirement that based on requistion type (regular, contract, Service) the approval

  • RFC SDK - timeout for RFC execution

    Hi! I was wondering if there was a way, when using the RFC SDK in client mode, to prevent a RFC call from taking more than a specified time to execute on the server. Can I use the API RfcCallReceiveTimed? Thanks, Mustansir

  • Uploading photo from ipad2 to facebook

    How do I set it so I can upload pictures from my photos on iPad2 directly to Facebook?  Twitter is an option in the list but not Facebook, is it a setting I need to change?

  • Account options - Refresh address books / rules range

    Hi Forum, sometime I get (annoying) calls that there are old users on distribution lists which are already deleted. They get an error message if they send mails to that list... So far I could always resolve that issue by simply refresh the system gro