MyJavaServer.com : Java Glossary

I have left this tombstone entry for historical interest.
MyJavaServer.com
Defnct, was a free Java WebServer offering Caucho Resin, JSP (Java Server Pages) and HSQLDB. MySQL was available for those who contribute to the project. The big problem was lack of documentation. Here are some of the basics I have figured out, by experiment and by combing the forums.

You put your JSP and servlet code directly in your assigned FTP (File Transfer Protocol) 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 (Uniform Resource Locator) 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 (Standard Query Language)

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 (Java Virtual Machine).
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 homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/myjavaserver.html J:\mindprod\jgloss\myjavaserver.html
logo
Please email your , letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email. If you want your message, your name or email kept confidential, not considered for public posting, please explicitly specify that. Unless you state otherwise, I will treat your message as a letter to the editor that I may or may not publish in the feedback section. After that, it will be too late to retract it. If you disagree with something I said, please quote it and cite the web page where you found it, tell me why you think it is wrong, and, if possible, provide some supporting evidence. Threatening to kill me or spouting obscenities has yet to persuade me to change my mind.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.214]
You are visitor number 17,487.