server

How to integrate a SpringSource dm Server into another OSGi-based application server?

I would really like to use SpringSource dm Server, but our customer requires us to run our apps on their application server (Websphere). Is there a way to integrate SpringSource dm Server with other application servers? At least dm Server is build on OSGi, and many other application servers (including Websphere) are based on OSGi as well...

VMWare server vs ESXi - what't the difference?

I can't figure out what is the difference between these two programs. Specifically, I'm interested in running a virtual server in the background, as a daemon (Linux host OS) ...

Are there any tools for auditing Solaris servers?

I want to audit my Solaris server using any auditing tools. ...

Best Flash Audio/Video + Interactivity server?

I'm looking for suggestions on Flash realtime servers. Currently, we use a combination of Moock's Unity and Red5, but there are a couple problems. First, we are moving to AS3, and Unity only supports AS2. Secondly, Red5 is pretty flaky for us, we'd prefer something more stable. We can't use the official Flash Media Server, it's a bit out...

Sun Java System Portal Server

Hi , How can we make a web-src for Access Manager customizations and a par-src for portal server customizations?Are there concrete steps to do this? Thanks & Regards, Vivek ...

Hosted development server.

Does anyone know of a good provider of online development servers? We're starting a new company and ideally we'd have our svn, trac and all that stuff on a hosted server. Needless to say that it has to be extremly reliable, regular (weekly) backups and ideally *nix or Xserve based. ...

Recommended spec for a build server

We're using CruiseControl.NET to manage our builds and we're in the process of obtaining a new build server. I've been tasked with coming up with the spec for the new server. This server will need to run multiple builds concurrently and as effeciently as possible. What would you consider the ideal spec for this server? Any links to ex...

Does VS2008 built in web server (Cassini?) support SSL?

We are trying to get our .NET devs to use the built in VS2208 web server for web devlopment instaed of a local instance of IIS. This is one of responses I received as to why some of our devs can't use it. "Our XXXX Online Sales application uses SSL to protect passwords. While Visual Studio does permit some basic web application developm...

No stack trace generated on client site for NullPointerException?

I've been learning Java for about a month now, and not very familiar with a client/server situation like this one. Basically I ran into a situation where our client java software (GUI) displayed a nullpointerexception popup but no stack trace on the client side. Someone had to go check the server side for the stack trace. My question i...

I can't connect to my server over the internet

I can run the server on my local machine and connect to it on the same machine, but when i try to connect to it from a different computer over the internet, there is not sign of activity on my server, nor a response from the server on the computer im testing on. Ive tried both XP and vista/turn off firewalls/opened ports/run as admin; no...

Why would a server not set a HTTP Response Code?

I'm asking in generalities - why would any server not set and return headers and/or status codes? I can't think of a good reason for this. Perhaps I'm overlooking something. ...

Readings on writing high-performance server in Java

Hi, Could anyone please introduce books/papers/articles that I should read If I want to write a high-performance RPC server in Java, which handles large number of concurrent connections(C10K or over), is fault-tolerant, can be scaled out, and maintains high throughput? Thanks! ...

How do you scale HTTP server like Google?

I often marvel at how I can go to www.google.com, from anywhere in the world at any time, and get the returned page so fast. Sure, they compress their output and keep to a minimal design - that helps. But they must have millions of simultaneous hits to the box sitting on the web that DNS lists as "www.google.com". All of you who have ...

Best LAMP setup for PHP development

I'm a very novice Linux user, and am in the market for a new (virtual) machine after my last (physical) server has annoyed me for the last time, and threatens to die at any moment taking years of hard work with it. I need a LAMP server for web-development (thus require LAMP + SVN + (Trac + Python) at a minimum). Having trawled around th...

C# Web Server Connection Problem

I'm trying to make a simple C# web server that, at this stage, you can access via your browser and will just do a "Hello World". The problem I'm having is that the server can receive data fine - I get the browser's header information - but the browser doesn't receive anything I send. Furthermore, I can only connect to the server by goi...

Web Application Infrastructure

I have custom coded several enterprise applications for mid to large organizations to use internally (some with a minimal external footprint). I now have plans for a web project that may (hopefully) see a large userbase with more daily traffic than my previous projects have ever attained. Obviously I want my design to be scalable and m...

ASP.NET Session State Server - Saving Unserialized Data

As you know, in ASP.NET, you can store session data in one of following three modes: InProc Session State SQL Server For InProc mode, you can store any kind of data objects even it's not serializable. However, in Session State and SQL Server modes, you can only store serialized data. In my project, I have a ready made portal which...

Round robin server setup

Hi, From what I understand, if you have multiple web servers, then you need some kind of load balancer that will split the traffic amongst your web servers. Does this mean that the load balancer is the main connecting point on the network? ie. the load balancer has the IP address of the domain name? If this is the case, it makes it re...

How do the servers for Fogbugz handle load balancing?

Hi, I remember hearing Joel say he has 2 different locations where the servers are located, each location has 2 front end servers and 1 back end server. If a one of the hosting facilities goes down, how can he switch over to the other one? (Or is it just going to be a DNS change that will take 24-72 hours to propagate?). How can a si...

How to use SVN to rollout ASP.NET websites?

We use ASP.NET / C#. We work locally, test locally, check in our code and binaries through SVN. On our server, we checkout the latest 'build' from SVN directly into our IIS web directory. Is this a good practice, or is there something else we should be doing for rollouts? ...