PDA

Click to See Complete Forum and Search --> : Hosting services


Cudabean
Jan 17th, 2002, 08:26 PM
I found a neat free service on the web at http://www.mycgiserver.com What's neat is they specialize in providing free Servlet, jsp and SQL (JDBC) hosting services.

The question I have is does anybody here have any experience using a hosting service for Java? I know when I'm working with my own Java web server (Jetty and sometimes Tomcat) I've got to shut the web server down in order to test a change to a servlet. How do these hosting services manage to let you install your servlets without having to bring the server down every minute or two?

cudabean

Cudabean
Jan 18th, 2002, 12:00 PM
I successfully wrote, compiled and executed a servlet at mycgiserver.com. It turns out that you can test your servlets immediately after compiling. There is no need to 'cycle' the server either.

One problem: I would like to develop a system that relies on servlets, but only distribute only the compiled classes to my customers. Unfortunately, mycgiserver.com requires that your source code have your username as part of a package name. :mad:

cudabean

Cudabean
Jan 18th, 2002, 07:20 PM
I got my servlet up and running:
http://mycgiserver.com/servlet/mcm1303.Edit?URL=http://www.slashdot.org
It gives any website a 'french accent' (in this case slashdot)

If you really wanted to get twisted, you could even read this thread with a french accent!
http://mycgiserver.com/servlet/mcm1303.Edit?URL=http://www.vbforums.com/showthread.php?s=%26threadid=135465

Then read this sentence:
If you ask me I think it is really authentic . I think this is the best web site I've seen.

cudabean