hi all.
i have some questions about databases and remote connections..
i've made an application that connects to sql server db on local machine then i published the app. and installed it on other machine..
was very bad when i realised that the application won't work except that there are sql server instance on that machine.. :/
am th...
Im trying to remote debug Tomcat (JPDA) on a server that is running two virtual hosts using the same Tomcat container. How do I ensure the debugger connects to virtual host A and not B.
Thanks!
...
I'm interested in experimenting with writing R code on my laptop which I then execute on an Amazon S3 machine. I want the execution to be interactive because I'm building a work flow and the data is only on my EC2 instance, not on my local machine.
I could redirect X11 to put the remove ESS window on my local machine, but I've had some...
Hey,
Does anybody know if you can setup remote connections in gedit(on mac os x snow leopard), so I don't have to keep ftp'ing up seperately.
I know it can be done on Ubuntu but can't figure out how to do it on a mac, if even possible.
...
Hi Guys,
My Weblogic is installed in a Red hat OS machine.
In the startWebLogic.sh i have added this line
JAVA_OPTIONS="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8888,server=y,suspend=n %JAVA_OPTIONS%"
When I try to connect from my Eclipse I get a
"Failed to connect to remote VM. Connection refused.
Connection refused: ...
My initial activiy is basically a splash screen while preforming initialization and login in to network server. To save memory I want to finish() the splash activity once it starts the main menu activity. I still want the remote service to operate. Testing shows it does. But am I going to get into trouble doing this?
I know I can re...
From a Rails controller, is there a way to determine if the request was from a remote link or form submission?
I'd like to use a redirect to the 'show' url in the case that a record is created without remote, and simply display the 'show' template in the case that it's a remote call.
Thanks.
...
Hello!
Can I use XMLHttpRequests in JavaScript to request a file on a different server than the one from where the request was made?
Thank you.
...
My initial question at http://stackoverflow.com/questions/3848707/query-wmi-remotely-with-php didn't get much of an answer. So now I am wondering if it is even possible. Searching on the web I am not able to find any example of it in action besides a weak class called easywmi/simplewmi that I found no evidence of anybody implementing i...
I have a windows server, I can install VisualSVN on this machine.
What I would like to do is, use use some kind of batch script (MS DOS .BAT) to remotely backup files to this server over https (I can schedule this script to run nightly).
< ignore > This will always be a one way copy, i.e. what ever is in the respository should ALWAYS b...
I have a server with 10+ virtual domains (most running Mediawiki). I'd like to be able to watch their traffic remotely with something nicer than tail -f . I could cobble something together, but was wondering if something super-deluxe already exists that involves a minimum of hacking and support. This is mostly to understand what's going ...
Hi all, I am trying to use Eclipse|NetBeans for Remote System Development in Solaris.
What I exactly want is: Use these IDE to Build,Debug and CheckIn purpose using Solaris C/C++
compiler and dbx debugger. I want to create the file in solaris from IDE compile and debug in IDE finaly checkIn using IDE.
What I have achieved(only in NetBe...
hi there,
I try to download a file from a website. I do have access from browser and I don't get error by reading I think. The error is that the TO folder is "access denied."
I JUST WANT TO COPY THE FILE from REMOTE website TO our LOCAL Folder...
This is Windows Service project... NOT Winforms or NOT ASPWEB project..
string from = "h...
I have a Powershell script that is going to be run through an automation tool against multiple servers. It works fine on Windows machines, as the remote calls use the tool's service account without any need for prompting or exposing any credentials in code. This script also runs against Linux machines via SSH using the SharpSSH package. ...
I can access my MySQL server on my remote Ubuntu 10.04 machine downstairs (local network) just fine through SSH, and when I sudo in to MySQL monitor using the MySQL password, I can modify any of the tables.
However, I am on my Windows 7 box upstairs, and when I try to use a conventional SQL GUI application, I consistently get a:
1045 -...
How to start/stop proccess on remote machine using C# ?
Remote computer is runing winXP sp3 and I have administrator account there. I always get access denied error. *Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))*
I am using C3 and .net 3.5.
...
Hello,
I'm working on two webservices
Call the first one ModelService
and the second one ConfigurationService
My goal is to have multiple servers running the ConfigurationService and one central server running the ModelService
So far what I have working is the ModelService has a ServiceReference added which points to http://localhost...
I need to copy a database from a remote server to a local one. I tried to use SQL Server Management Studio but it only backup to a drive in the remote server.
Some points:
I do not have access to the remote server in a way that i could copy files;
I do not have access to setup a UNC path to my server;
Any ideas of how can I copy thi...
I try to debug the GWT app in a remote browser (located on other computer than Eclipse instance) for example in VMware environment. Unfortunately while opening address below there is no connection.
http://192.168.1.2:8888/app_test.html?gwt.codesvr=192.168.1.2:9997
I've tried adding -Dgwt.args="-bindAddress 0.0.0.0" to Arguments -> VM ...
What's the syntax for sending a dbus message to another machines dbus daemon using dbus-send? I see there's TCP/IP support for the destination address, but I can't find any docs on how to actually specify the address.
...