Java Glossary : MyJavaServer.com

CMP home Java glossary home Menu no menu Last updated 2004-06-28 by Roedy Green ©1996-2004 Canadian Mind Products

Java definitions: 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

You are here : home : Java Glossary : M words : MyJavaServer.com.

MyJavaServer.com
A free Java WebServer offering Caucho Resin, JSP, HSQLDB and InstantDB. MySQL is available for those who contribute to the project. The big problem is lack of documentation. Here are some of the basics I have figured out, by experiment and my combing the forums.

You put your JSP and servlet code directly in your assigned FTP directory using an FTP upload program like FTP Voyager. You don't use a WEB-INF structure.

People using your MyJavaServer JSP apps will access a URL like this:
http://www.myjavaserver.com/~roedy/helloworld.jsp

People using your MyJavaServer Servlets will access a URL like this:
http://www.myjavaserver.com/servlet/roedy.HelloWorldServlet
You are sharing the Servlet womb with everyone else.

Note that your Servlets must all be in a root package the same as your account name. You must manually compile them with the Util | Java menu item. JSP's are autocompiling.

HyperSonic SQL

MyJavaServer offers Hypersonic SQL. You are best to get your app working locally with it first. The engine runs in four modes.
Type driver access Notes
In-Memory jdbc:hsqldb:. No persistence. An applet, for example, could have his very own database running in its own JVM.
Standalone Engine jdbc:hsqldb:DATASET Uses files only.
Server Engine jdbc:hsqldb:hsql://someserver.com:9001 Allows access from applications running on other machines on the net.
WebServer Engine jdbc:hsqldb:http://someserver.com:80 toy webserver that lets you issue SQL commands from a browser.

The Remaining Mysteries


CMP logo
CMP_home
home
Canadian Mind Products CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[24.87.56.253]
Your IP:[80.134.30.163]
You are visitor number 111.
Please send errors, omissions and suggestions
to improve this page to Roedy Green.
You can get a fresh copy of this page from: or possibly from your local J: drive mirror:
http://mindprod.com/jgloss/myjavaserver.html J:\mindprod\jgloss\myjavaserver.html