Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Preview Server FAQ

Revision as of 13:06, 11 March 2010 by Arvera.ca.ibm.com (Talk | contribs) (New page: When I deploy my applications, I get a HTTP 503 error SERVICE_UNAVAILABLE? You have probably deployed java utility module as a stand alone applications. The current support in the Preview ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

When I deploy my applications, I get a HTTP 503 error SERVICE_UNAVAILABLE? You have probably deployed java utility module as a stand alone applications. The current support in the Preview Server, is very limited and doesn't support Java Utility modules deployed as a stand alone. [bug 305519]

When I deploy my Web module, I get NoClassDefFoundError when loading the serlvet. The Preview Server doesn't handle well servlets in default packages. Thus, the servlet in a web application always needs to have a package associated with it.

Back to the top