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.
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 | toy webserver that lets you issue SQL commands from a browser. |
This page is posted |
http://mindprod.com/jgloss/myjavaserver.html | |
Optional Replicator mirror
|
J:\mindprod\jgloss\myjavaserver.html | |
Please read the feedback from other visitors,
or send your own feedback about the site. Contact Roedy. Please feel free to link to this page without explicit permission. | ||
Canadian
Mind
Products
IP:[65.110.21.43] Your face IP:[3.144.84.161] |
| |
Feedback |
You are visitor number | |