What are the different deployment options for WebObjects applications ?
The following options are available: • “Official” Deployment with “Split Install”. Requires WebObjects Deployment runtime, maybe needed to recompiled on other platforms. See here: Deployment Overview …or Deployment using J2EE Servlet containers: • Deploy WebObjects application in servlet containers. (Still requires the presence of the WebObjects deployment runtime on the J2EE server) • Servlet Single Directory Deployment (SSDD) in servlet containers. (Self-contained directory, doesn’t need deployment runtime installation) …