Local to remote sync

One feature ide love to see is moving bulk images from a local machine (laptop in this case) to a main image server (or wherever you store you images) from inside lightroom. updating image paths manually for multiple images after editing is REALLY annoying

Hi dmooresatx,
I am not aware of the limitations of the file sizes that are allowed for a successful sync operation. If you are using a purchased version of Dreamweaver CC, send me your Adobe ID along with your contact details (phone, email number). Click on my picture and use the message option. If you are using a team license, get these details from your administrator.
Thanks,
Preran

Similar Messages

  • WHy are unchanged files sync'd from my local to remote copy

    I have created a website using DW CS4 (www.hollisterairshow.com) and most things are working fine. I create/ update pages on my PC and then sync the local and remote copy of the site. Even if I only changed one document DW often,but not always, gives me a long list of files to "Put", including files like pdf and jpg, which haven't changed since I first uploaded them.  I know I can tell DW to ignore the suggested Put actions but I now have a lot of files on the site. Why is it suggesting I "Put" a new copy for a file that hasn't changed.
    This is not a showstopper, but it's becoming very inconvenient as it can take 10+ minutes to upload the whole site - I'm a former FrontPage user (on a different website) and it did the same thing, uploading the whole site every time.
    Thanks,
    Tony

    sorry to hear that
    did you read this ?
    http://support.apple.com/kb/HT1296?viewlocale=en_US

  • How to use the same services-config for the local and remote servers.

    My flex project works fine using the below but when I upload my flash file to the server I doesn't work, all the relative paths and files are the same execpt the remote one is a linux server.
    <?xml version="1.0" encoding="UTF-8"?>
    <services-config>
        <services>
            <service id="amfphp-flashremoting-service"
                class="flex.messaging.services.RemotingService"
                messageTypes="flex.messaging.messages.RemotingMessage">
                <destination id="amfphp">
                    <channels>
                        <channel ref="my-amfphp"/>
                    </channels>
                    <properties>
                        <source>*</source>
                    </properties>
                </destination>
            </service>
        </services>
        <channels>
        <channel-definition id="my-amfphp" class="mx.messaging.channels.AMFChannel">
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
        </channel-definition>
        </channels>
    </services-config>
    I think the problem  is the line
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
    but I'm not sure how to use the same services-config for the local and remote servers.

    paul.williams wrote:
    You are confusing "served from a web-server" with "compiled on a web-server". Served from a web-server means you are downloading a file from the web-server, it does not necessarily mean that the files has been generated / compiled on the server.
    The server.name and server.port tokens are replaced at runtime (ie. on the client when the swf has been downloaded and is running) not compile time (ie. while mxmlc / ant / wet-tier compiler is running). You do not need to compile on the server to take advantage of this.
    Hi Paul,
    In Flex, there is feature that lets developer to put all service-config.xml file configuration information into swf file. with
    -services=path/to/services-config.xml
    IF
    services-config.xml
    have tokens in it and user have not specified additional
    -context-root
    and this swf file is not served from web-app-server (like tomcat for example) than it will not work,
    Flash player have no possible way to replace token values of service-config.xml file durring runtime if that service-config.xml file have been baked into swf file during compilation,
    for example during development you can launch your swf file from your browser with file// protocol and still be able to access blazeDS services if
    -services=path/to/services-config.xml
    have been specified durring compilation.
    I dont know any better way to exmplain this, but in summary there is two places that you can tell swf  about service confogiration,
    1) pass -services=path/to/services-config.xml  parameter to compiler this way you tell swf file up front about all that good stuff,
    or 2) you put that file on the webserver( in this case, yes you should have replacement tokens in that file) and they will be repaced at runtime .

  • [Forum FAQ] How to install and configure Windows Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely

    As we all know,
    the Windows Server Essentials Experience role is available in Windows Server 2012 R2 Standard and Windows Server 2012 R2 Datacenter. We can add the Windows Server
    Essentials Experience role in Server Manager or via Windows PowerShell.
    In this article, we introduce the steps to install and configure Windows
    Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely. For better analyze, we divide this article into two parts.
    Before installing the Windows Server Essentials Experience Role, please use
    Get-WindowsFeature
    PowerShell cmdlet to ensure the Windows Server Essentials Experience (ServerEssentialsRole) is available. (Figure 1)
    Figure 1.
    Part 1: Install Windows Server Essentials Experience role locally
    Add Windows Server Essentials Experience role
    Run Windows PowerShell as administrator, then type
    Add-WindowsFeature ServerEssentialsRole cmdlet to install Windows Server Essentials Experience role. (Figure 2)
    Figure 2.
    Note: It is necessary to configure Windows Server Essentials Experience (Post-deployment Configuration). Otherwise, you will encounter following issue when opening Dashboard.
    (Figure 3)
    Figure 3.
      2. Configure Windows Server Essentials Experience role
    (1)  In an existing domain environment
    Firstly, please join the Windows Server 2012 R2 Standard computer to the existing domain through the path:
    Control Panel\System\Change Settings\”Change…”\Member of. (Figure 4)
    Figure 4.
    After that, please install Windows Server Essentials Experience role as original description. After installation completed, please use the following command to configure Windows
    Server Essentials:
    Start-WssConfigurationService –Credential <Your Credential>
    Note: The type of
    Your Credential should be as: Domain-Name\Domain-User-Account.
    You must be a member of the Enterprise Admin group and Domain Admin group in Active Directory when using the command above to configure Windows Server Essentials. (Figure 5)
    Figure 5.
    Next, you can type the password for the domain account. (Figure 6)
    Figure 6.
    After setting the credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 7)
    Figure 7.
    By the way, you can use
    Get-WssConfigurationStatus
    PowerShell cmdlet to
    get the status of the configuration of Windows Server Essentials. Specify the
    ShowProgress parameter to view a progress indicator. (Figure 8)
    Figure 8.
    (2) In a non-domain environment
    Open PowerShell (Run as Administrator) on the Windows Server 2012 R2 Standard and type following PowerShell cmdlets: (Figure 9)
    Start-WssConfigurationService -CompanyName "xxx" -DNSName "xxx" -NetBiosName "xxx" -ComputerName "xxx” –NewAdminCredential $cred
    Figure 9.
    After you type the commands above and click Enter, you can create a new administrator credential. (Figure 10)
    After creating the new administrator credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 11)
    After a reboot, all the configurations will be completed and you can open the Windows Server Essentials Dashboard without any errors. (Figure 12)
    Figure 12.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Part 2: Install and configure Windows Server Essentials Experience role remotely
    In an existing domain environment
    In an existing domain environment, please use following command to provide credential and then add Server Essentials Role: (Figure 13)
    Add-WindowsFeature -Name ServerEssentialsRole
    -ComputerName xxx -Credential DomainName\DomainAccount
    Figure 13.
    After you enter the credential, it will start install Windows Server Essentials role on your computer. (Figure 14)
    Figure 14.
    After the installation completes, it will return the result as below:
    Figure 15.
    Next, please use the
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with a remote computer. You can use the commands below:
    Enter-PSSession –ComputerName
    xxx –Credential DomainName\DomainAccount (Figure 16)
    Figure 16.
    Then, please configure Server Essentials Role via
    Add-WssConfigurationService cmdlet and it also needs to provide correct credential. (Figure 17)
    Figure 17.
    After your credential is accepted, it will update and prepare your server. (Figure 18)
    Figure 18.
    After that, please type “Y” to continue to configure Windows Server Essentials. (Figure 19)
    Figure 19.
    2. In a non-domain environment
    In my test environment, I set up two computers running Windows Server 2012 R2 Standard and use Server1 as a target computer. The IP addresses for the two computers are as
    below:
    Sevrer1: 192.168.1.54
    Server2: 192.168.1.53
    Run
    Enable-PSRemoting –Force on Server1. (Figure 20)
    Figure 20.
    Since there is no existing domain, it is necessary to add the target computer (Server1) to a TrustedHosts list (maintained by WinRM) on Server 2. We can use following command
    to
    add the TrustedHosts entry:
    Set-Item WSMan:\localhost\Client\TrustedHosts IP-Address
    (Figure 21)
    Figure 21.
    Next, we can use
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with the remote computer. (Figure 22)
    Figure 22.
    After that, you can install Windows Server Essentials Experience Role remotely via Add-WindowsFeature ServerEssentialsRole cmdlet. (Figure 23)
    Figure 23.
    From figure 24, we can see that the installation is completed.
    Figure 24.
    Then you can use
    Start-WssConfigurationService cmdlet to configure Essentials Role and follow the steps in the first part (configure Windows Server Essentials Experience in a non-domain environment) as the steps would be the same.
    The figure below shows the status of Windows Server Essentials.
    Figure
    25.
    Finally, we have successfully configured Windows Server Essentials on Server1. (Figure 26)
    Figure 26.
    More information:
    [Forum
    FAQ] Introduce Windows Powershell Remoting
    Windows Server Essentials Setup Cmdlets
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

  • Live Video Plays Locally But Remotely Only Skin Is Visible

    Hi Guys,
    I have tested other embedded videos and they will play remotely so I know the hosting site is working.   Can anyone please look and tell me what I can try to make the vid work?   Currently, the live video will play locally and remotely from this computer where all the files are stored but only the skin is visible on any other remote computer's web browser.
    I will post any info you ask for.   I have been working on this forever.   Please, someone who is good at this help me?
    Here are my files look (I can't figure out how to blow this up larger - can you see it?):
    I will try whatever you suggest.
    Chris
    The Adobe Dreamweaver Tech Support said to post here and that the Expertise Team (you I suppose) would figure it out.  I am running Windows 7 64-bit OS.
    My live video is being broadcast by Adobe Flash Media Encoder to Adobe Flash Media Server 4 and inserted into Dreamweaver. Dreamweaver Support watched me re-create the Flash file and import into Dreamweaver and we looked at it for hours together. In the end, they suggested I post here because we could not figure it out / it is not supported. Ideas?   Can I provide any other helpful info?

    Most likely it's a URL problem. What the player is looking for is the remote URL to the server... not "localhost" or some other address on your local machine.
    So when you config the Adobe Flash Media Live Encoder, there is a dialog box asking for FMS URL:
    Your remote URL will look something like this:
    rtmp://76.192.182.133/my_streamer
    where the protocol is rtmp, the Web address is the address of your host server and the name of the application you are using to do the streaming is the last part of the address.
    Of course this means that you will need to have an application already residing on the server, it's not enough to just have access to a Flash Media Server, you also need an application to do the streaming.
    The next important part is to give your stream a name, it can be whatever, but this name will be used on the Web page.
    something like:
    Stream: test_stream
    With those settings, here is what a Web page would look like:
    <!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" />
    <script type="text/javascript" src="swfobject.js"></script>
    <title>Streaming Test</title>
    </head>
    <body>
    <div id='mediaspace'>
      <script type='text/javascript'>
        var so = new SWFObject('player_new.swf','mpl','500','410','9');
        so.addParam('allowfullscreen','true');
        so.addParam('allowscriptaccess','always');
        so.addParam('wmode','opaque');
        so.addVariable('image','live_intro.jpg');
        so.addVariable('file','test_stream');
        so.addVariable('bufferlength','10');
        so.addVariable('streamer','rtmp://76.192.182.133/my_streamer');
        so.write('mediaspace');
      </script>
      </div>
    </body>
    </html>
    that's the entire page, just copy and paste into a new html doc in code view.
    See where the variable 'file' is the name of your stream 'test_stream'
    And the variable 'streamer' is the URL of your host FMS with the application name at the end of the address.
    This is working code from the JW Player using swfobject 1.5 (notice the call to swfobject in the <head>).
    There is also an image (make it 500 x 410 or whatever size you set your player to) that sits in front of the player until someone click the play button.
    So to make this work, you need 3 files, the JW Player itself, the swfobject file, and a thumbnail for before the Live streaming starts.
    You can download them all here from my site:
    http://www.cidigitalmedia.com/tutorials/streaming/player_new.swfswf
    I changed the file extension to .swfswf so that you can download and not have the browser open the .swf. Once you have the file, change the file extension to just .swf
    http://www.cidigitalmedia.com/tutorials/streaming/swfobject.js
    swfobject for Flash detection, also great for adding alternate content for non-Flash browsers.... but that's another story.
    and an image here:
    http://www.cidigitalmedia.com/tutorials/streaming/live_intro.jpg
    download to your screen and right click and "Save Image.
    Put all the files in the same folder as your new HTML Web page.
    Change the FMS URL to your host URL.... I'll include a photo here:
    http://www.cidigitalmedia.com/tutorials/streaming/streaming.jpg
    That is where your URL info goes. When you click the "Connect" button, you should get a message in the "Encoding Log" tab that tells you whether the connection was successful of not.
    For more info on the Adobe Flash Media Live Encoder:
    http://forums.adobe.com/community/flash/flash_media_live_encoder
    You now have everything needed to properly display a Live stream... provided that is that your FMS is correctly set up and that you actually have a working, streaming application installed on the server.
    One more thing:
    "I even tested another embedded video just to make sure the host wasn't the issue and that video played live perfectly even remotely but my feed would not."
    A Live feed is completely different from prerecorded videos. It uses a different protocol, Player configuration is different, and of course you need an actual application that streams Live video.
    Best of luck! I hope you can get this going!
    Adninjastrator

  • When you expand to show local and remote sites, in DW CS6 how do I get the local to be on the left?

    When you expand to show local and remote sites, in the previous verions of DW, the files type (local or remote) selected when not seeing both, automatically came up on the left.  I liked local when I am editing and when I am ready to upload I expand to see both local in remote.  Before, the one you had selected, in my case local, was always displayed on the left.  Now in CS6 when I have local selected before I expand, the local is on the right and remote on the left. For me that is not correct.  I find that having local on the left works best for me like reading, left to right, I want the local on the LEFT so I can put the updated from left to the remote on the right. 
    -->In DW CS6 how do I get the local to be on the left?

    Thank you so much!  That did it! 

  • Remote sync of calendar

    We were very disappointed that we were unable to remotely sync the ical calendar in iphone with ical on our home and work computers which we have been syncing for some years via .mac.
    However we have a partial workaround using Google Calendar which is free and BusySync which we are still assessing on the 30 day free trial but seems worth every penny of it's license.
    a couple of bonuses so far:
    Google Calendar also works well on our office windows PC
    BusySync can also sync ical between networked computers without having to involve .mac and the internet.
    Phone numbers put in ical info come up as highlighted numbers in the info of Google Calendar and simply touching them will dial the number on the iphone. Really useful.
    Downside: On the iphone, the Google Calendar seems to only display as a list of 2 days at a time. It will display a further 2 days and so on by clicking on an arrow. There doesn't seem to be a week or month display. However on a computer Google Calendar does have list, day, week and month display options. In fact apart from a lack of a to do section it is pretty good.....I still prefer ical though.

    Well... When I look at the OS X Server Forums, then the tenor is getting louder, that the Mac OS X Server is a "toy" and not for use in companies... And you also say, that we should use an Microsoft Exchange Server instead of Apple own products... Hmmm.
    Then why does Apple sell Server for Mac OS X ? Is it just for fun ? I don't think so.
    But to have a serious product it would be helpful, when Apple would also think on the "naive ones" like me, who bought an Mac OS X Server for use as in small companies, and bring also real business functionalities to their Server products.
    I don't like the Idea to have stored all my mails, contacts and calender events in a proprietary Microsoft format. It's a mess to come away from their data formats. And I also don't like the Idea to have Entourage as a Frontend for this MS solution(s).
    But it seems (for me unfortunatly), that you are right. When I want to have a Server which has a lot of business features I need a Microsoft product.
    However... I don't wanna whine here. So I'll still hope, that Apple will try to make it possible to use their business products in business environments.
    Cheers, Daniel

  • Apple Remote Desktop ARD 3.7 cannot drag files from local to remote.

    Apple Remote Desktop ARD 3.7 cannot drag files from local to remote. I've been able to drag n drop folders and files from my local to the remotes for years until the update to 3.7. Anyone else experiencing this issue? I've tried changing preferences. No luck. Maybe I'm missing a setting somewhere.
    I'm on 10.8.5. Remote is same with 3.7 client. This happens with multiple remotes.

    Let me guess.  The Get and Send clibboard contents buttons are greyed out too?
    It is only affecting me on clients already upgraded to 3.7.    None of the clients on older versions are affected.
    ARD is also crashing a lot.
    Most of the time I go to a screen share to a client it takes way too long, so I clock Stop,  then try to connect again and works straight away.
    Hopefully a patch will be released soon.

  • Steps to setup and configure Node Manager on local and remote machine

    Hello,
    I am using WLS 10.3 on Windows.
    I have two machines, One cluster and two managed servers (one on each machine) created under a domain. I have used configuration wizard to create the domain.
    I have gone through documents on Node Manager and found what to configure. But I have not found when to configure. In other words I want to know what is the sequence of steps if I have to set Node Manager on my local machine (in which domain exists) and on remote machine.
    Please let me know the sequence of steps I need to follow to set and configure the Node Manager on local and remote machine. I want to use Java Node Manager (not the Script node manager).
    Thanks,
    Sanjay

    Hello,
    Ok, let me tell you what I have done till now.
    1) Installed WebLogic 10.3 on machine A (local machine, on which I have created domain and my Admin Server is running. Also Managed Server 1 is created on this machine).
    2) Installed WebLogic 10.3 on machine B (remote machine, on which Managed Server 2 will be created).
    3) On machine A I used the configuration wizard and create a domain. While creating the domain I did the following:
    i) Created two managed servers.
    ii) Created a cluster
    iii) Assigned Servers to cluster.
    iv) Created two machines.
    v) Assigned servers to machines (Admin Server and MS_1 to machine A and MS_2 to machine B).
    4) Sarted Admin Server.
    5) On the Admin Console I made some configurations for the Node Manager on Machines -> Machine A -> Node Manager. Assigned the values:
    i) Type (SSL)
    ii) Listen Address (IP_Address of machine A)
    iii) Listen Port (5556)
    6) Similarly did for Machine B.
    So till now phsically the managed server (MS_2) directory and configuration is not there on Machine B (its only configured on machine A because I created the domain on Machine A).
    Now I want install/configure/setup NM on both the machines. Start my both the managed servers using Admin Console (which will use the node managers).
    What are the sequence of steps I need to follow my task?
    Any help and suggestions are welcome with warm regards.
    Thanks,
    Sanjay

  • Looking up Identical EJB both locally and remotely

    prior to posting this request, i have read and
    attempted multiple solutions to this problem
    suggested in the forums to no avail.
    if i have the same EAR, which contains both
    an EJB Component and a WAR, deployed to multiple
    servers, is it possible to look up an EJB both
    locally and remotely?
    for instance, on the server performing the lookup,
    EJB A is deployed. i successfully look it up
    via the following call:
    InitialContext context = new InitialContext();
    Object ref = context.lookup(name);
    return javax.rmi.PortableRemoteObject.narrow("EJBA", EJBAClass.class);
    subsequently, i try to lookup the same ejb
    on a remote server by performing the following
    calls:
    Properties environment = new Properties();
    environment.put("java.naming.factory.initial", "com.evermind.server.rmi.RMIInitialContextFactory");
    environment.put("java.naming.provider.url",
         "ormi://remoteserver:23791/application");
    environment.put( "java.naming.security.principal", "user");
    environment.put( "java.naming.security.credential", "password");
    jndiContext = new InitialContext(environment);
    Object ref = context.lookup(name);
    return javax.rmi.PortableRemoteObject.narrow("EJBA", EJBAClass.class);
    however, i either receive an authentican exception, saying "user"
    doesnt have access to allication "application", or a null pointer
    exception int the RMIInitialContext.
    on my local application, i have defined my ejbs in the web.xml
    as defined by the spec. the ejb component is marked as remote="false"
    in my orion-application.xml as well.
    the version of oc4j is 1.0.2.2.1.
    any directinon on this would be greatly appreciated.
    thanks,
    ted rice

    as a follow up to my own question, using a application
    client, outisde of the web application i can
    successfully look up my ejbs locally and remotely.
    however, from within the web application, i constantly
    receive a ClassCastException.
    if no one can tell me how to resolve this, could someone
    let me know if they have in fact looked up the
    same EJB, both deployed locally and remotely, from the
    same web application.
    thanks,
    ted

  • SRP521W - Local and Remote Traffic Cannot be the Same Subnet Address

    I support an existing VPN infrastructure with PIX, Juniper NS5GT, and Netopia devices used as VPN endpoints. In all cases, I can create a VPN where the location's internal subnet, 10.x.y.0/24 sends traffic to 10.0.0.0/8 out the VPN tunnel. In the case of this 521W that we are evaluating, it appears that I cannot do this. Insteadm when creating the IPSEC policy I get this error "Local and Remote Traffic Cannot be the Same Subnet Address." Which, while strictly true, has never been an issue with all the above devices. Is there a workaround or other methodology to support this?
    Thanks.

    We have extactly the same problem with the SRP527W. Other Cisco small business products work like.
    Cisco RV 120W
    http://www.cisco.com/en/US/products/ps10852/index.html
    Cisco WRV210
    http://www.cisco.com/en/US/products/ps9929/index.html
    We need a device with that supports one IPSec VPN and one ADSL interface and is easy to use like these devices.

  • Configure webapp to use local or remote interface based on environment

    Hi,
    I have the following problem I am trying to solve (app server is Weblogic 10g by the way).
    I have a webapp (war-project) and an ear project containing stateless session beans.
    In our development environment I would like to deploy the war and ear separately, because that is easier for development (war-project can then be deployed as a directory, so changes to jsp's and such have immediate effect).
    Deploying the war and ear separately means that the war-project can only call the session beans through their remote interfaces. For development this is not a problem.
    In a production environment however we would like to package the war INSIDE the ear, so that the webapp can use the local interfaces to call the session beans, as this will improve performance.
    So I am looking for a solution where I can configure the way beans are called. Local if the war is inside the ear, remote if the war is separate from the ear. I was thinking along the lines of packaging a properties file with the war that determines the mode (local or remote). Or maybe packaging a different deployment descriptor, if that is a possibility.
    This is what I have so far:
    Business Interface_
    package be.cegeka.test.ejb3.service;
    public interface TestService {
         public void doSomething();
    Remote Interface_
    package be.cegeka.test.ejb3.service;
    public interface TestServiceRemote extends TestService {
    Local Interface_
    package be.cegeka.test.ejb3.service;
    public interface TestServiceLocal extends TestService {
    Bean implementation_
    package be.cegeka.test.ejb3.service;
    import javax.ejb.Local;
    import javax.ejb.Remote;
    import javax.ejb.Stateless;
    @Stateless(mappedName="ejb/TestService")
    @Local(TestServiceLocal.class)
    @Remote(TestServiceRemote.class)
    public class TestServiceBean implements TestService {
         @Override
         public void doSomething() {
              System.out.println("I'm doing something");
         @Override
         public void doSomethingLocal() {
              System.out.println("I'm doing something local");
    JSF backing bean_
    package be.cegeka.test.ui;
    public class MyWebAppBackingBean {
         @EJB(mappedName="ejb/TestService", beanInterface=TestServiceRemote.class)
         private TestService testService;
         public String doSmth() {
              testService.doSomething();
              return "success";
    }The part that I would like to be configurable is the "+beanInterface=TestServiceRemote.class+" part in the JSF backing bean. Depending on the environment (development vs. production), this should be "+beanInterface=TestServiceRemote.class+" for development and "+beanInterface=TestServiceLocal.class+" for production.
    Is something like this possible?
    I would like to avoid having to fill my web.xml with ejb-refs and having to do the JNDI-lookups myself if at all possible, to keep things as easy and clean as possible.
    Any ideas are welcome!
    Steven

    Hey Manish,
    comments inline.
    "manish kumar" <[email protected]> wrote in message
    news:1794338.1102557677925.JavaMail.root@jserv5...
    So If they are supposed to be in the same JVM -
    then
    1. the cluster of 3 weblogic servers are three JVMs. So does that meanLOCAL INTERFACES CAN'T BE USED IN CLUSTERED ENVIORONMENT ?
    Sure they can, but the calling component in an enterprise app will not call
    an intance of the local bean on another node in the cluster. It will make a
    by-reference call to the local component in the same EAR. Local interfaces
    are not Remote, so they cannot be used with by-value RMI semantics.
    >
    2. ARE YOU SURE ABOUT THIS FACT THAT THAT LOCAL INTERFACES CAN BE USEDONLY INSIDE THE SAME APPLICATION, I THOUGHT IT CAN BE USED AS LONG AS CLINET
    IS IN THE SAME JVM?
    PLEASE CONFIRM.........!!!!!!!!!!!!!Dead sure:
    http://e-docs.bea.com/wls/docs81/programming/classloading.html#1073506
    http://e-docs.bea.com/wls/docs81/ejb/understanding.html#1126831
    http://e-docs.bea.com/wls/docs61/ejb/cmp.html#1085452
    http://www.theserverside.com/discussions/thread.tss?thread_id=14628
    Also, search the ejb newsgroups. I know Rob Woollen has addressed this in
    here somewhere. And, if Rob says it's so, trust me, it's so.
    Bill

  • Does remote sync work on a P990i with a .Mac account?

    As there is a sad lack of iSync for the above phone does anyone know if remote sync works on a P990i with a .Mac account?
    And if so, what are the settings?
    TIA
    Alix

    The version from Microsoft is very buggy and crashes a lot for me. I've had better luck with CoRD (which crashes on rare occasions) and have compiled the Linux rdesktop, which runs like lightning but doesn't have the nice features of CoRD.

  • Using old version CS3. Can't "see" both Local and Remote files. Only Local.

    Used to see both Local and Remote files. Worked in Local and then "Put" to the Remote when ready. Only see Local now. Work in Local is saved automatically to the server. Need to go back to the work in Local and Put to Remote. What happened? How do we fix it? Thanks!

    Could you post a screen shot of what you're seeing when you go to...
    Site > Manage Sites > Click the site  you're working on > Edit
    There should be two tabs in the upper left corner of the dialogue box that comes up, Basic and Advanced. Basic walks you through set-up with a bunch of questions and Advanced allows you to just enter the info into the correct fields. If the Advanced tab is open, it should be under the Remote heading where you set your FTP info.

  • Synchronizing local and remote sites

    Greetings
    I created a site locally and then FTPed it up to a server at
    my ISP. The site was working fine until I made a number of changes
    that I note below. When in DW and I try try to preview in a
    browser, I am unable to view any of the files in any browser
    because DW is unable to locate the files locally and remotely.
    The error message I get is:
    Firefox can't find the file at
    /______/______/_____/_____/ThankYouVeryMuch/Website/tyvmi
    3/index.htm.
    The changes that were made to the site:
    - I reorganized my folders locally thereby creating a new
    root folder. When I tried to add 3 pages, I received several error
    messages. One of them was that DW was unable to locate the home
    page. Another was that it was unable to create the site map and if
    I'm not mistaken DW was unable to create cache files.
    - My client had a friend add some Google analytics to the
    site. This person also created an XML site map. Obviously, the
    local and web sites were not synchronized so I was receiving more
    error messages.
    - I then downloaded the site to a new directory in the new
    root folder I created above. This downloaded site is my local root
    directory in the Site manager and is located at
    ./______/______/_____/_____/ThankYouVeryMuch/Website/tyvmi
    3/index.htm
    - These are my current directories for the site
    thankyouverymuchinc.com:
    Site name: Thank You Very Much Inc
    Local: ThankYouVeryMuch
    ----------> Website
    -------------> tyvmi 3
    ---------------> index.htm
    ---------------> pages
    Remote: host: ip address
    ----------> www/htdocs/
    ---------------> index.htm
    ---------------> pages
    Many thanks
    Marlene

    Do you have a testing server defined?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "troika22" <[email protected]> wrote in
    message
    news:[email protected]...
    > Greetings
    >
    > I created a site locally and then FTPed it up to a
    server at my ISP. The
    > site
    > was working fine until I made a number of changes that I
    note below. When
    > in DW
    > and I try try to preview in a browser, I am unable to
    view any of the
    > files in
    > any browser because DW is unable to locate the files
    locally and remotely.
    >
    > The error message I get is:
    > Firefox can't find the file at
    >
    /______/______/_____/_____/ThankYouVeryMuch/Website/tyvmi
    3/index.htm.
    >
    > The changes that were made to the site:
    >
    > - I reorganized my folders locally thereby creating a
    new root folder.
    > When I
    > tried to add 3 pages, I received several error messages.
    One of them was
    > that
    > DW was unable to locate the home page. Another was that
    it was unable to
    > create
    > the site map and if I'm not mistaken DW was unable to
    create cache files.
    >
    > - My client had a friend add some Google analytics to
    the site. This
    > person
    > also created an XML site map. Obviously, the local and
    web sites were not
    > synchronized so I was receiving more error messages.
    >
    > - I then downloaded the site to a new directory in the
    new root folder I
    > created above. This downloaded site is my local root
    directory in the Site
    > manager and is located at
    >
    ./______/______/_____/_____/ThankYouVeryMuch/Website/tyvmi
    3/index.htm
    >
    > - These are my current directories for the site
    thankyouverymuchinc.com:
    >
    > Site name: Thank You Very Much Inc
    >
    > Local: ThankYouVeryMuch
    > ----------> Website
    > -------------> tyvmi 3
    > ---------------> index.htm
    > ---------------> pages
    >
    > Remote: host: ip address
    > ----------> www/htdocs/
    > ---------------> index.htm
    > ---------------> pages
    >
    > Many thanks
    > Marlene
    >

Maybe you are looking for

  • Original file could not be found

    I just went into iTunes and was going to make a new playlist.  When I tried to click and drag songs to the playlist an error box says the song can not be used because the original file could not be found.  I went randomly through all my music and eve

  • Selecting text in a JTable renderer?

    Hi all, I have a JTable with some non-editable cells. I don't want the user to be able to change these values, but I want the user to be able to select the text and copy it. I can''t seem to be able to do this with the default cell renderers, as they

  • Select query with index acess

    Hello, Please give me some code with using index acess ( please high light the index)

  • To get the configuration detials of a material from sales order

    Hi Gurus, I know we can get the configuration details of a material from Purchase order using function module 'ME_VAR_GET_CLASSIFICATION'. I need an equivalent function module for getting configuration details of a material from sales order. Is there

  • Business logic services generate documentation

    Hi, RE: Business logic services > generate documentation xMII generates transaction documentation for small transactions but fails to do so with large transactions....nothing is returned.  I am currently using V 11.5.1 b63. Has anyone experienced thi