Steve said:
Hi;
I've been thinking of buying my own domain and setting up my own site.
My dream host would be
- nix based
- Java and JSP friendly.......for me making my own stuff
- PHP, python, perl, C++ - whatever technology friendly so I will be
free to learn
- reasonably price
I am also in registering my domain anonymously. Any good services?
Any suggestions?
Why not host it yourself? Installing an HTTP, JSP or Java Enterprise
server is no more difficult than installing any other program and you
decide which technologies to install.
I chose Tomcat <
http://tomcat.apache.org/>, changed the listening port
to 80, and immediately had it's default page when I entered
<
http://localhost>. I think I would now choose Sun's free application
server <
http://java.sun.com/j2ee/1.4/download.html#appserv>. If you
are more interested in PHP, Python and Perl than in the Java related
technologies I suggest Apache
<
http://httpd.apache.org/ABOUT_APACHE.html>. It will work "out of the
box" if you just want an HTTP server.
You don't need a fixed IP address. If you don't have a registered
domain name then DynDNS <
http://www.dyndns.com/> will give you a name
on their server and forward http requests to your current IP address.
If you do have a domain name then ZoneEdit <
http://www.zonedit.com/>
will forward requests. They will also ensure that any mail addressed
to your domain will be forwarded to your "real" email address. Some
ISP's block the standard HTTP port (80) to try to prevent you running
a server. It is easy to specify a different port and to translate that
to port 80 at your incoming firewall.
I admit that there is a problem with a reliability. My server is in
the spare bedroom so I feel I should turn it off if we have a house
guest.
Google will remove you if you are down for any length of
time but for $US10.95 per year ZoneEdit will forward requests to a
secondary server and send you an email if your primary one is down. I
use my free, ISP provided, web site as a reliable secondary server. My
ordinary HTML site is duplicated there but references to my JSP pages
receive an apologetic HTML message. ZoneEdit will even give you a web
page if your ISP won't.
I'm not trying to advertise ZoneEdit and I'm sure there are others
that provide a similar service. I just happen to use it so I know its
features.