server

is Visual SVN Server generally viewed as a trustworthy SVN server?

is Visual SVN Server generally viewed as a trustworthy SVN server? I went to Wikipedia and didn't see any item for VisualSVN Server under Visual SVN so I added a line there... but there seems to be no mentioning of it otherwise. ...

SVN Server with Apache can let me access my files anywhere! Firefox seems otherwise

I just installed Visual SVN Server and I just found that I can access my files using plain browsers like IE or Chrome. I can even stream an mp3 file from my home to my work that way... or access any files at home if i forward the port to the Visual SVN server... although i noted that IE 8 will show a red background for the current URL....

is the CollabNet SVN Server as good as VisualSVN Server?

the tigris website http://subversion.tigris.org/getting.html#windows has a link to another svn server, which is called CollabNet SVN Server. Does someone use it and know it is better or as good as the VisualSVN Server? ...

what is the best way to back up an SVN server for all the code and content?

is there a good way to back up all the code and content on an SVN server? because if that hard drive dies, then all work can be lost. i think if we use multiple computers to SVN Update to it regularly, the most of the files are present on those machines, and therefore the code are somewhat safer not to be lost. i was also thinking of ...

Handling web requests on server side

Situation: a user clicks on a link, the server gets the request and starts processing it. In the meanwhile, the user clicks on another link, the server gets the new request while processing the 1st one. What happens? On the client side we only see the webpage from the 2nd request, but is the process from the 1st request killed on the ser...

What do I need to know about running my own dedicated server (with windows 2008)

I'm thinking of getting my own dedicated server with the following stats: Processor: Celeron 440 2.0 GHz Memory: 1 GB Primary Hard Drive : 160 GB SATA II This will be running Windows. I have some experience with my local IIS and playing around with servers, but I have never set one up (at least a Windows one) and ...

How to connect a Windows client to an OSX Server with AFP

We are using OSX servers and clients with AFP (Apple Filing Protocol) and want to connect the only Windows (Vista x64) client to the server shares without having to enable SMB. Is there still any AFP client for Windows available? All that I've found are Windows AFP servers, but that's not what we need. ...

JSP Page Forwarding: Relative URL Issues?

Hi, I have a bit of an issue for my JSP site. I have it divided into three sections: a main folder within which a "resources" and an "actions" folder are. I house the files which show the site in the main folder, and validaton and action files in the "actions" folder. Upon entering a site, a user must login. I validate whether a user ...

Is it possible to create an updater that downloads files from a web server using NSIS?

Hi all, I have created a mini installer in NSIS that installs patches for my application. I want to create an NSIS software updater that would download this mini installer from the web server. Is it possible? Thanks... ...

Advice request: Serve local folder through rails (or not?).

Hello, The task: Serve the files located in a local folder on the server to clients over http/80. In the end, I plan to emulate the folder on the client but that doesn't concern my question. So, there is an existing Rails app (rest based/xml) on that server that the clients would use in conjunction with these files. I don't need any l...

JSP Redirect: Session Loss Issues

Having replaced a <jsp:forward page="URL"> with a response.sendRedirect("URL");, I find I know lose the session once the redirect occurs. Is there a way to preserve the session with a redirect, or to reconstitute the session cookie and send it along with the redirect? I know I could use JavaScript via window.location = "URL";, but that ...

Easiest free email server for Windows development

I'm developing a Java app on the Windows platform, and my application needs to send email. For development/testing purposes, what is an easy and free email server I can run on Windows? ...

Continuous Integration Server Setup: From Dev to Production

We are in the process of re-configuring our server environment, from Development to Production. All servers will be Windows 2008 servers running as VM's. We will be using TeamCity for Continuous Integration and SubVersion as our Version Control System. After reading some of the recommendations, here is what I am planning on going with...

Does JVM that services your web-app re-start on redeploy to an Application Server?

Is this something you can configure and/or dependent on your Application Server? I am wondering if a singleton object will be reconstructed when you re-deploy the application. I would rather ask here and try and get a concise answer than googling randomly or resorting to reading J2EE Servlet Specs - I hope people can understand :) ...

is it worth it to compile a C program and run it instead of PHP page?

it seems that most of the time, the speed gained is not worth it -- is it so? otherwise many people will do it for their most popular page. Is there real benefit of using a C program. I can think of a case where it is not important: when the network bottleneck on the server is quite bigger than the CPU bottleneck, then how fast the pr...

What is the name of your system with PHP_OS constant

I use PHP_OS constant and I want to know what it can return on differents OS. I found this : On Linux -> Linux On FreeDSB -> FreeBSD On Windows NT -> WINNT On Mac Os X -> Darwin Can anyone tell me what they get with them configurations ? On Solaris, Windows XP... ...

Giving C++ Application a HTTP Web Server Functionality

I have a C++ app and looking for a library that would make it a HTTP Server that's able to serve static files as well as perform very simple tasks. The only constraint is that it must be Cross-platform. What are my options. Clarify: I need a web interface for my application. This application is a background program that does other ta...

red5 actionscript

Hi all, How to get a parameter encode in the url ? for exemple, if we have an html file containning : how to get the value of a from application.java class ? Thanks ...

Question about server socket programming model

Hello, Over the last couple of months I've been working on some implementations of sockets servers in C++ and Java. I wrote a small server in Java that would handle & process input from a flash application hosted on a website and I managed to successfully write a server that handles input from a 2D game client with multiple players in C...

Installing PDO extension for MySQL on Mac OS X Server

I would like to keep the PHP / MySQL combo as 'stock vanilla' as possible but would like to install the PDO driver for MySQL. How can I do this on 10.5? ...