remote

How do install iPhone application from Xcode to a remote iPhone

Hi, is there a possibility to install an application from Xcode to a remote iPhone? I have the dev account and able to install it locally. I am currently in Sydney and would like to install a prototype of a game on the device of a coworker in Germany. The work is still in progress so it's has to be done quite often... Is there a way t...

Keeping state with remote EJBs and Web Services

I have a web-based application which makes use of remote EJBs for its business logic. Some of these EJBs are also exposed as Web Services. I need to keep a small state for some of these calls in order to allow subsequent calls to function correctly. Which of the following would you recommend? Stateful EJBs (will this work with Web Serv...

remote connect to a network computer

I'm having an issue connecting to some PC on the network via WMI, psexec, even Computer Management. I would like to know what is prevening prevent a remote connect. Say I have 10 pcs on a network, i can remote to 7 and not the other 3 on the same subnet. I have looked at Personal Firewalls, Windows Firewall, account on adminstrators gro...

MS SQL ping external server

Is there a 'nice' way to check whether an network host is up making use of 'palin' SQL? I thought of some MS-SQL specific command or maybe some getting the return value from a ping script on the server itself. Does anyone has an idea on this? ...

including a remote file in PHP

I am unable to include a remote PHP file in my PHP script. I suppose my hosting changed php settings. The code I was using was: include "http://domain.com/folder/file.php"; How do I allow enable the include function using php.ini/.htaccess ? Is there any other workaround? Thanks. ...

Regarding remote debugging on MCF5485EVB board using Eclipse CDT

Hello, I have installed Eclipse CDT, CodeSourcery G++ toolchain on Linux host. I am using the Code Sourcery Eclipse IDE. I have installed Linux kernel using Linux Target Image Builder from the Freescale site, onto the MCF5485 board. I have created a "helloworld" project on my Linux host using the Sourcery Eclipse IDE. I have copied the ...

[Eclipse] Read remote properties

First of all, Hello everyone(/world) ! I am making an Eclipse RCP app' who needs to inspect some .properties located in some plugins who's Id I know at runtime. I'd like to know if there is an easy way to read them, for example I know that in my plugin org.anyname.myplugins.mypluginthatrocks I have a file named myawsomeproperties*.prop...

Unable to inspect variables on eclipse

I'm unable to inspect variables on eclipse when debugging remote Java application. What could be the reason. EDITED: I'm not able to inspect any variables. Message shown in inspector mini window is 'variable name cannot be resolved'. I'm able to see the contents when I run it locally with test code. ...

How to build without using locally installed artifacts

Is there any way to force Maven to use remote artifacts and not those installed on your machine? since I worry about runtime errors and not compilation errors build server is not valid option. P.S. I know I could delete or rename the .m2 folder, but I bet there is some more clever way of doing this. Maybe some plugin or special command ...

EJB3 - Session Bean calling method of another bean interface

I have a little question... I search the difference in local access between accessing a method that is only declared in the remote interface of a bean and not in the local interface... does the interface declaration (remote or local) determine the access protocol of the method? or does the ejb container understand that both beans are ru...

Sql server 2000 remote connection

Hi i want to know how to enable remote server connection in sql server 2000. I have sql server 2000 installed in a system with windows server 2003 os. i want to create a dsn connection to the database through remote. I have created a dsn locally in the server it is working. but how to create dsn from the remote system and make it work. ...

How to export a remote java webstart app thru WAN ?

Hi, I've got the following problem. A client is looking for better latency to access a forex trading java web app (.jnlp) that is stored on a third party server. I can provide him access to one of our servers (running linux) that is geographicaly closer to the trading portal (rather than connecting directly to the trading server, less...

how to identify remote machine uniquely in php?

how to identify remote machine uniquely in proxy server environment, i have used $_SERVER['REMOTE_ADDR'] but all machines in proxy network has same IP Address, is there any way ...

How can I capture the output of remote commands then issue more remote commands?

Hi, I am running a script where it login to a server then executes the command "passwd -n 0 -x 99999 -i -1 debug" for removing ageing of the debug user. If the user debug is not present then I want to create the user debug, change the password it, and then execute the above command for ageing. How can I do? Regards, vasistha ...

Observing or monitoring users working with an application remotely

I'm a believer in observing what users are doing with an application. I think that it is the only way to get an accurate picture of what people are doing. However, I don't always want to be sitting with them and peering over their shoulder; apart from the time burden it is a distracting for them and may also change their behaviour. What...

sIFR: visible on local, not remote

When working on a static mirror of the site, the sIFR is rendered correctly using Dreamweaver's live view. When viewing site locally in a browser, the regular text is printed, as expected. However, when uploaded and viewed from a remote web server, neither is visible. I am using version 3 of sIFR, and the site can be viewed here, with a...

catching return code of a command with "invoke-command" - Powershell 2

Hi, I am using "invoke-command" to execute a script on a remote machine. invoke-command -computername <server_name> -scriptblock {command to execute the script} My script returns "-1" when there are any errors. So, I wanted to ensure that script has executed successfully by checking the return code. I tried as follows. $code = invok...

Compile C++ over FTP

Hello! I would like to know if I can use g++ to compile C++ source files stored on an FTP server? Can this be done? Thanks NOTE: The FTP server is within the local network ...

SVN remote repository

Hi folks, we're currently investigating SVN at work - having escalated our practices to include a fair bit of development. I have to confess, we're finding the remote setup process rather tricky, none of our team is that conversant with Linux/SSH. My question is, how many of you you administer your own remote SVN repository versus using...

php chown file in remote server ssh2

Hi, I'm uploading one file from one server to other using ssh2_scp_send(). Everything works fine, the only problem is that I don't know how to change the owner and the group of the file after finishig the upload. How can I preform some kind of chown in the ssh2 ...