server

How to upload a file to server on objective C?

Hi, everyone, I want to ask a question about the objective C. I have create a .csv file and I want to upload to a server. However, I have no idea on how to do it. Can anyone provide any example or library for me to do? Thank you very much. ...

Can not find InternationalizationShoppingContextServlet.java

Hi, In ATG Mobile-Server module InternationalizationShoppingContextServlet.java class is missing? What is the impace of this class? cannot find symbol [javac] symbol: class InternationalizationShoppingContextServlet Regds, Sudhahar.S ...

Is there a "Workflow Engine" implementation for Delphi?

For (application) server development with Delphi, I would like to use a workflow engine similar to the existing implementations for other programming languages (see http://en.wikipedia.org/wiki/Workflow_engine). Is there already an implementation or should I better write my own? ...

Setting up https to https redirection for SUn One web server

Hi all, Any one here know how to set up redirection from https to https? On Sun One, we can go to the virtual server's Content Management tab, click on URL Forwarding and set up http to https forwarding, but I can't find any way to specify https to https. Please give this n00b a clue. Thank you. ...

Multiple Domains on a VPS with Apache

Hello all, I am planning on getting a VPS soon and have two sites I want to host. I have my local vhosts setup for my development environment using host file to port it correctly. My question is hopefully simple: When setting up with two separate domains that point to the one VPS server is Apache smart enough, like on the local environ...

How to access http://localhost:8080/ from another computer in the network.

I have development server (from google appengine sdk), running on my Ubuntu computer. I can access my site by navigating to localhost:8080 I want to access that site from another computer (with Vista OS) in the network. ifconfig prints the following (snippet): eth1 Link encap:Ethernet HWaddr 00:1f:e1:c5:30:cf inet...

How to upload file through objective C?

Hi, everyone, I want to ask a question about the objective C on iPhone. I want to upload a file (actually I store all the data in a NSString) to a server. However, I have not idea of how to do, I have checked the website of the Apple Developer, and I know there are a function called connection:didSendBodyData:totalBytesWritten:totalByte...

How do I move a database from one server to another in PgSQL?

I am trying to move a database from my old server to a new server. Any help would be appreciated. ...

Monitor Multiple Rails Applications

Are there any tools that I can run on my server to monitor multiple rails applications? I need to monitor the number of requests each application receives, how much memory each application is using, how much of the cpu is being used and other stats similar to those. I need to see the stats for each individual rails application. ...

Why doesn't my servlet load on TomCat 6.0.18 but loads fine on 5.5

I have a development environment where i use TomCat 5.5 and my application works fine. As soon as a transfer everything to a deployment server, that's running TomCat 6.0.18, a servlet class called DeviceComm doesn't seem to load. The error that i'm getting in "Ressource not available". I have brought modifications to this class recentl...

Exclude from project, source control issue

Hi, I'm using team foundation server 2010 @ work and home. I want to exclude some element from the project build but still have them exist in Team Foundation Server 2010 source control. How do I achieve this? Exclude From Project will delete the item. thanks ...

Codeplex-like TFS configuration

Hey guys. I'm trying to configure TFS2010 on a home server. I want to use TFS in such way: 1)Some contributers are working in a small home office working with the same domain name as a server on which TFS is installed. 2)Other contributers are working remote. And contribute code through the web, accessing the server through router. I ...

File system scalability options

Hi, We have a NTFS volume used for storing large number of files(currently at 500GB and growing). Currently the same is accessed via a file share by a single application. We are looking at options to scale out the file server for access by multiple applications. The other applications would only be reading files and not performing any...

iperf tool measure throughput server side or client

From iperf man: iperf is a tool for performing network throughput measurements. It can test either TCP or UDP throughput. To perform an iperf test the user must establish both a server (to discard traffic) and a client (to gen- erate traffic). Basically you run iperf server at one end and iperf client at ...

Monitor Multiple Pylons Application

Are there any tools that I can run on my server to monitor multiple Pylons applications? I need to monitor the number of requests each application receives, how much memory each application is using, how much of the cpu is being used and other stats similar to those. I need to see the stats for each individual Pylons application. All i...

Images on server visible in Firefox/Chrome/Opera but not IE

I'm developing a website and certain images will not display when returned to IE browser. It will not display both within the returned html page it is contained in and when you link directly to the image. Here is the page the image is contained in: vrn.vanderbilt.edu/2010 and here is a direct link to the image: vrn.vanderbilt.edu/2010...

Twitter4j HTTPClient ProxyServer and Java

Hi there I am currently working on Twitter4j for connecting to Twitter API. As with any enterprise the request has to be routed through a proxy server and I was able to do the regular way of working around the proxy server with the help of a proxy authenticator. I configured my app in Twitter and got my consumer key and secret. I am abl...

How do I create and execute batch file in client machine using server side code?

Hi, I googled and searched for information regarding the title but most of them couldn't help much. I need your advise. Is this possible or is there any other way to do this? FYI, the server is running on Unix OS and clients are all running on Windows OS. Thanks in advance! I really appreciate your precious advise. ...

SSL renewal problem.

I can't seem to find the answer for this through google, so hopefully someone here can help me out. I have a wildcard certificate that is about to expire in 9 days. I received a new certificate from the CA that will expire in 2012. I installed the certificate in the personal certificate store. So I now have both certificates in there. ...

Unable to connect to the remote server from Windows service

When I try to connect to remote server from dot net windows service installed at local machine. It is working correctly. But when install the window service in the same server where the web application is installed. Then it give this error "Unable to connect to the remote server" This is urgent. Thanks in advance. ...