|
|
Re: Artima Forums Get a New Look
|
Posted: Mar 6, 2002 3:38 PM
|
|
> Hey Bill, you've done an outstanding job on this > site. > Thanks.
> It must cost you some bucks to do all this. > Well, perhaps in opportunity cost. Given the recession, training engagements are way down, so I decided to seize the time to do a lot of infrastructure-building work for the website and for writing books. I only paid $100 for Jive, on which the new forums are based, but spent at least an entire month hacking away at the JSPs and fixing a few bugs in their basic JAR file. Jive is here:
http://www.jivesoftware.com
For the database I decide to use PostgreSQL, not MySQL, because PostgreSQL supports transactions. It does seem the MySQL does now too, but theserverside.com was using PostgreSQL, so I decided I would too. Plus I have a database friend who recommended PostgreSQL. Anyway, both of those databases are free, and I think PostgreSQL will be plenty good enough for my purposes, at least for the forseeable future. PostgreSQL is here:
http://www.postgresql.org
I also use Tomcat for my servlet container, which is also free. It did crash once I think, so I want to either use inittab or create a cronjob to restart it if it crashes. Haven't done that yet. But as far as performance and load is concerned, so far so good with Tomcat:
http://jakarta.apache.org/tomcat/index.html
> I would like to find a place to do some java servlet > jsp apps, but I can't afford all the monthly ISP > fees. > Yeah, I do pay $300 a month for a dedicated Linux server. It's $250 a month for the server and $50 a month for backups. That price includes a team of system administrators who help me do things and keep an eye on my servers. But I end up doing much of the system administration stuff myself. I kind of enjoy it. I started out on UNIX, and it is kind of fun for me to mess around with it. Anyway, my server is at INETU and I've had a good experience with them:
http://www.inetu.net/
> Any ideas??
The other thing that's nice about Java is that I actually do all my development work now on, if you can believe it, a Machintosh titanium laptop running OS X. You can develop JSPs and servlets on any platform that runs Java. If you are looking for something connected to the internet, then I'm not sure what to tell you other than shop around for ISPs. Some may let you share a server for $25 or $30 a month and still do servlets, though I never found anyone who did that.
|
|