server

How to list mailbox from Domino Server using LDAP in C#

Can anyone suggest me some link where i can get some idea i.e how to list mailbox using LDAP using C# I am using "Interop.Domino.dll" ...

Creating multithreaded Java server and clients, but messages have to be in XML format

Hi, I've got to write a multithreaded chat program, using a server and clients but each message sent has to be in XML. Is it simpler/easier just to write out all the code in java, and then try and somehow alter it so the messages are sent in XMl format, or would it be simpler just to try and go for it in XML and hope it works. I'll ad...

Increasing Java Heap size on Virtual server?

Peeps, I'm hosting our dev env on a virtual server over at Mediatemple - the $50 bucks a month kind. Our application does some fairly memory intensive processing and on the last run, ran into the OutofMemError. Apparently increasing the JVM size using the usual methods of setting JAVA_OPT or CATALINA_OPT in the setenv.sh file doesnt...

Accept All Dns Requests in cPanel (or any)

Assuming i have the subdomain(ex. park1.server.com) and i want to point another domains to the park1.server.com without having to manually adding to my WHM. Think of it as domain parking service. Can it be done with WHM, cPanel? Will it affect another domains hosting on the same server in some ways? ...

SSLHandshakeException unknown_ca apns java

I am trying to implement a standalone application for iphone; for which I wish to use Apple Push notification for iphone clients. I am getting javax.net.ssl.SSLHandshakeException: Received fatal alert: unknown_ca Following is my Java code to connect to apns gateway: int port = 2195; String hostname = "gateway.sandbox.push.apple.com"; ...

IIS7 - Password Protect Development Server

Hi, I have a development server running IIS 7.0 with an ASP.NET MVC Web Application, that authenticates using Forms Authentication/Membership. I need to be able to prevent unauthorized users from viewing this site. Our customers however should be able to enter a simple username/password to gain access. After they do so, they should ...

User getting default Apache page instead of website - Safari/FF?

I have someone complaining that www.archstl.org (a site I manage) loads fine from his Windows PC, but not on his Mac; and apparently he can't get it anywhere he takes his Mac, either... I've heard of this happening to one other person, but I can't find an explanation. When they try loading it on their Mac using either Safari or FireFox,...

Allow Client to Change Files, Add Folders *Not in FTP*

I have a weird requirement. Is there a way to allow someone the ability to create folders, edit files, add files on a server without using a FTP client. This would ideally be browser based and under one admin sesssion. ...

Displaying Logged in Content on a Website

Hi Everyone: I'm not quite sure how to describe this in words without making it overly complex, so here is basically what I want to happen: The user goes to my website, let's say: www.example.com/ The server goes to another website, example2.com, which has a field where their users should enter their username and password The server i...

Running a git server as CGI?

I have a new project starting up, and I was planning to use git as the version control mechanism to learn it a bit better. Since it's a two-person project, the fully-distributed model of pushing your changes to your public repository and asking the other guy to pull from it and vice versa is a bit overkill. So, I'd prefer a single share...

Quicker way to remove files on server?

I have 7k+ files on a server. Using FTP clients is taking forever. Is there a quicker way to make a mass remove of a certain folder or folders within a folder? Via command line maybe? edit: I will try using Command Line. I have never used ssh and not sure if this host even lets me. Right now I am getting connection timed out error so no...

client server socket based communication

I recently tested a socket based communication between a J2ME app and a local computer, the J2ME app was running on a emulator in NetBeans 6.7 and the server socket was also running on the same computer in Netbeans. Now I would like to move the serversocket onto the internet and test the app first on the emulator and then on on actual mo...

Getting error when using WPF CSLA Remote server

Hi, I am running a WPF app with a remote server setup but getting "The remote server returned an unexpected response: (400) Bad Request" . This is definitely a request size issue since I tried reducing the data size being sent and the call worked fine. From my configuration it looks like I have 2 Gigs set up, but it behaves like only ...

Maximum server file access frequency

I'm trying to create a AJAX push implementation in PHP using a Comet long-polling method. My code involves using file_get_contents() to read a file repeatedly to check for any messages to send to the user. To reduce server load, I'm using two text files; one containing the actual command and one acting as a "change notifier", which eithe...

Which steps could you take to minimize the effect of a potential (D)DoS attack in IIS?

With a single-server setup for simplicity, which steps could you do to minimize the attacks of a (D)DoS attack? And is it really worth it taking these steps, considering their effectivity and impact on 'normal' users? [EDIT] I also meant to include steps which you would need inject into your code to apply, not only IIS setup. ...

Server Side Include

Is it possible to use a server side include to access files that are outside of the server? If not what are some other options to do this? ...

how a proxy server can be local ?

hello all , i have a server and i setup vpn server on it, in our country some websites are blocked. but with this proxy server users can not surf websites because the websites URL are still blocked and they see block page , programs like Freegate , Gpass , how can make it for us to surf websites ? it means what happens after connecting...

Do custom check-in policies have to be deployed on the server at all?

I'm asking this question because I haven't seen it documented anywhere. We are using a combination of Team Foundation Server 2008 and Team Explorer 2005. Is it possible to deploy a custom check-in policy that works in such an environment ? Obviously, the custom check-in policy contains some code that must run on the client-side (in ord...

Setting up an ftp server on OSx server edition

Can anyone direct me to a link that explains how to setup an ftp server on OSx server edition? I searched for awhile and didn't find anything very useful. ...

Imap Connection error

The exception in our C#program is instatiating ImapConnection() and then fetching attachment, returning is the following: Imap.ImapException: Failure fetching message from IMAP folder/mailbox. So I took a look at a traffic dump and I found the following: REQUEST: IMAP FETCH BODY[1] and the server is only responding: IMAP OK Comple...