I had a client ask if it's possible that I put their web site on a cd so that it's fully functional for display purposes on any computer that has a cd rom without internet access. Their site is mostly jsp's and some servlets with a MySQL backend. Is this possible? Any links would be greatly appreciated. Thanks, -Pat
Dave Vick
Ranch Hand
Joined: May 10, 2001
Posts: 3244
posted
0
Pat Not really, at least not in the sense that it seems your looking for. It can be done but the big problem is that you're still going need to have a server and a servlet/jsp container on any machine that they want to run it on. They'll also need to set up the application according to the containers own specification - in most cases this would be setting some sort of virtual directory reference to point to the CD. You could try to hard code a config file for all the major servers/containers but then you'd run into problems when the CD drive letter changed. But they can easily burn the site nto a CD and carry it around then copy it over to a new server that is set up for it. As far as running it off a CD - not the way you're looking to do it.
Dave
Pat Wallwork
Ranch Hand
Joined: Sep 23, 2001
Posts: 72
posted
0
I didn't really think so either Dave but I wanted to double check. Thanks for your reply. They told me not to spend much time researching if it was possible as it's not a priority for them anyhow, so we'll nix that idea! Thanks again, -Pat
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.