PageBox |
|
| Diskless embedded version Steps:
Your Web Archives run on the same JVM but they are loaded by independent class loaders and can run in sandboxes. You can see JSPservlet as an applet container for Web Archives. The only difference is JSPservlet updates an archive only when requested by the administrator. Your archive is deployed either:
I didn't find better words. Server and client refer to their role in JSPservlet to JSPservlet communication. A diskless client acts as a server for browsers just like a diskless server. Diskless refer to the JSPservlet version. As a consequence a diskless server is not diskless as it writes on local file systems and a diskless client is a server. However, this naming is useful when you configure them. The communication between diskless clients and servers use ICP, a protocol borrowed from cache servers and can use multicast. You can browse its documentation and its JavaDoc for more information. Download version 1.0.2
If you want to use JSP taglibs you also need a bundle we made to wrap Tomcat tagext. Documentation Rationale
Presentation News
Faq Dev site
Mailing lists Home |