0
votes
0answers
4 views
javax.management in Android
Hi,
I am using a library (ARQ, with Jena), that uses javax.management.ObjectName. Sadly, it appears that the package javax.management is not included in android. …
1
vote
2answers
316 views
Running a java process with remote management enabled
… xremote.port=9999 -Dcom.sun.management.jmxremote. authenticate=false
…
1
vote
1answer
88 views
Best way to fetch remote RSS through authenticated proxy and parse it
I'm trying to get a remote RSS through proxy and parse it.
I'm using magpierss, but it doesn't allow reaching internet through a proxy (or I don't know how to do it).
I assume the o …
1
vote
1answer
59 views
Authenticating against a remote server and domain (C#/3.5)
… ultiple Active Directory domains. I would like to authenticate to these using managed code. … Currently, I authenticate either with p/invoke to WNetAddConnection2A or wi … Is there a way in the .Net 3.5 framework to authenticate and read the event log without having to proc out …
0
votes
0answers
20 views
ZF - Authenticate and submit remote form
… How to authenticate to remote site via HTTP and then submit one more …
0
votes
0answers
210 views
Enabling Server Manager Remote Management on Windows Server 2008 (not R2)
I am trying to enable server manager remote management on a Windows Server 2008 (not R2) machine. I get the following error when I try to connect to the server remotely.
Conn …
2
votes
2answers
45 views
transaction management for remote call
I need to do transaction management for remote soap calls.What is the best poosible
strategy in java?
…
0
votes
0answers
192 views
SQL Server 2008: Can't connect to remote server via management studio but can telnet in fine [closed]
Hi, I am in the process of trying to configure SQL Server 2008 to accept remote connections. I have been through all the documentation I can find and yet when I attempt to connect through managemen …
0
votes
2answers
137 views
In IIS6, how to provide authenticated access to static files on remote server
We have a library of ZIP files that we would like to make available for download at an ASP.NET site.
The files are sitting on a NAS device that is accessible from out web farm.
Here …
0
votes
1answer
21 views
Authenticating against a remote service using Authlogic
I need to allow users to login to spree using a non-standard authentication service.
Users in my community all have accounts on another 3d party service set up for us. That service provides a web-s …
0
votes
1answer
196 views
Protocol for remote process management
In short: Is there any known protocol for remote process management?
I have a system that contains several applications, each has it's own computer in a local network. When …
-1
votes
3answers
79 views
mysql remote management
I want to use MySQL Administrator and MySQL Query Browser on a remote mysql server.
Should I just change the bind-address to 0.0.0.0 to accept all connections or is there a more secure way. …
3
votes
4answers
114 views
In git, how do I check out a remote repository's remote branches?
I have a local repository cloned from a bare remote repository. The following command lists al the remote repository's branches.
$ git ls-remote <remote>
74bd3eb190edb39db04f …
2
votes
16answers
3k views
Remote Linux server to remote linux server dir copy. How?
What is the best way to copy a directory (with sub-dirs and files) from one remote Linux server to another remote Linux server? I have connected to both using SSH client (like Putty). I have root a …
0
votes
2answers
385 views
remote machine IIS management using commandline
help me to manage IIS (what i am trying to do is create virtual directory, set properties
of virtual directory) on a remote PC/Server.
and check iis is runnning, and a particular virtual d …