Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Tomcat with versioned WAR files
Tomcat with versioned WAR files [message #1199194] Wed, 20 November 2013 18:35
Joe Hale is currently offline Joe HaleFriend
Messages: 1
Registered: November 2013
Junior Member
Hi,

I'm having trouble using versioned deployment of a RAP app on a Tomcat server.

I have a RAP application that I'm hosting on a Tomcat 7.0.42 server. I recently discovered that Tomcat could handle parallel deployments - i.e. you can update your app without booting off clients connected to the old version. This deployment is handled by simply appending a version number to your WAR file, e.g. rapapp##0001.war, rapapp##0002.war etc.

Sounds great - right? However, when I tried to deploy my RAP app like this I get the following CNFE:
INFO: Deploying web application archive <path/to/tomcat>/apache-tomcat-7.0.42/webapps/rapapp##201311201017.war
Nov 20, 2013 10:45:19 AM org.apache.catalina.core.ApplicationContext log
SEVERE: Error while starting Framework
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1714)


I also found a corresponding bug report from 2011:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=341215

Does anyone have any workarounds?

Cheers,

Joe
  • Attachment: CNFE.txt
    (Size: 2.14KB, Downloaded 484 times)
Previous Topic:Zest plugins for RAP
Next Topic:About dialog
Goto Forum:
  


Current Time: Thu Apr 25 21:00:51 GMT 2024

Powered by FUDForum. Page generated in 0.03459 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top