| By Jason Bell | Article Rating: |
|
| September 1, 2001 12:00 AM EDT | Reads: |
17,860 |
mycgiserver
Web: www.mycgiserver.com
E-mail: general@mycgiserver.com
Sometimes finding hosting for your well-crafted pieces of code can be more work than the coding itself. Locating a service that does it free of charge is a real challenge; however, www.mycgiserver.com is a service that meets both criteria. The site started life as a CGI server that could run user's Perl scripts, PHP, and Java servlets, but in November 2000 they made the decision to concentrate on Java deployment.
There are other providers of free server space to run your Java Web applications, such as iSavvix (www.isavvix.com) or WebAppCabaret (www.webappcabaret.com), so it is advisable to check all of them and see which will fulfill your requirements.
Many free services on the Internet contain banner advertising to fund the service. The only banner ads on www.mycgiserver.com are on their own home page and in the member's area pages. At present there are no banner ads on the Web space viewed by the public.
The servlet container used, Caucho Resin, is an open-source servlet engine. It also handles the JSP and XTP calls; being a Jakarta Tomcat user for so long I'm looking forward to researching and using Resin for my local development. We're not limited to servlets, JSP is also available, and for the data hungry there's InstantDB and Hypersonic SQL on the site. Access to an SMTP server and an RMI registry is also available.
Registration is all done online. Once registration details have been processed and you have replied to your confirmation e-mail, 5MB of server space is allocated. There is the option to be e-mailed at regular intervals to be told of upgrades (EJB is coming soon, plus plans for domain and subdomain hosting).
The members area gives information on the amount of space you have used, a brief rundown of the mappings to different file types (servlets, JSP, XML, xtp, and so on), the all important FAQ, and a list of installed components covering XML parsing, e-mail, regular expressions, and cryptography. Also available within the member's area is a Java compiler (JDK 1.3), so if you upload a Java source file to your area you can compile without having to do it on a local machine first. There is an option to password areas of registered Web space with ".htaccess", and a "htpasswd" program is available online to generate the passwords.
From a development point of view, all servlets created are contained as a package. It's important to note because if you don't declare any package information, the servlets won't run. As everyone shares the servlet engine, you have to declare that the servlet belongs to you (see Listing 1).
When users run the servlet, they would visit www.mycgiserver.com/servlet/fictionusername.TestServlet
Servlets can run from any directory, but you must remember to adjust the package name accordingly in order for the servlet to work. For people new to the servlet and JSP programming, there are sample files for you to look at within your personal server space. There is also a discussion board, so you can post questions or provide answers to those in need or distress. This makes up for the lack of formal documentation and the depth of information within the FAQs.
There are a couple of minor problems with the service, the first being you can't keep all your servlet classes in one .jar file. The other is the online documentation. What I would like to see are pages for setting up the add-on components, such as InstantDB and Xerces, and using the RMI registry. For example, I had to download InstantDB onto my development machine and figure out how it works, then transfer that knowledge to my server account. My concerns are for new Java programmers who want to develop and learn. Our aim should be to encourage not discourage.
I use the service as a test bed and alternative Web space, and is something I'm looking to develop more. For those who don't need the complexity of JRun or WebLogic, I would encourage you to look at www.mycgiserver.com. The only cost is your time and effort.
Published September 1, 2001 Reads 17,860
Copyright © 2001 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Jason Bell
Jason Bell is founder of Aerleasing, a B2B auction site for the airline industry. He has been involved in numerous business intelligence companies and start ups and is based in Northern Ireland. Jason can be contacted at jasonbell@sys-con.com.
- It's the Java vs. C++ Shootout Revisited!
- Patterns for Building High Performance Applications
- Asynchronous Logging Using Spring
- Java for Programmers (2nd Edition)
- Cross-Platform Mobile Website Development – a Tool Comparison
- Write Once Run Anywhere or Cross Platform Mobile Development Tools
- Three Buzzwords That Every CIO Hears but One They Should Listen To
- Immersing into JavaScript Frameworks
- Workday Reportedly Prepping to Go Public
- Cloud Expo New York: The Java EE 7 Platform - Developing for the Cloud
- Book Review: Sams Teach Yourself Java in 24 Hours
- OpenOffice.com Lives
- Book Excerpt: Introducing HTML5
- Adobe Sends Flex to the Apache Foundation
- Five Years Waiting for JRE 7: Is It Justified? (Part 1)
- Book Excerpt: Java Application Profiling Tips and Tricks
- i-Technology in 2012: Five Industry Predictions
- It's the Java vs. C++ Shootout Revisited!
- Patterns for Building High Performance Applications
- OpenXava 4.3: Rapid Java Web Development
- The Next Web Architecture
- Asynchronous Logging Using Spring
- Java for Programmers (2nd Edition)
- Is Write Once Run Anywhere Ever Going to Be a Reality?
- A Cup of AJAX? Nay, Just Regular Java Please
- Java Developer's Journal Exclusive: 2006 "JDJ Editors' Choice" Awards
- JavaServer Faces (JSF) vs Struts
- The i-Technology Right Stuff
- Rich Internet Applications with Adobe Flex 2 and Java
- Java vs C++ "Shootout" Revisited
- Bean-Managed Persistence Using a Proxy List
- Reporting Made Easy with JasperReports and Hibernate
- Creating a Pet Store Application with JavaServer Faces, Spring, and Hibernate
- Why Do 'Cool Kids' Choose Ruby or PHP to Build Websites Instead of Java?
- What's New in Eclipse?
- i-Technology Predictions for 2007: Where's It All Headed?

















