[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[ews.eclipse.technology.rap] Re: Deploying RAP Application

Hi Mark,

so in fact deploying RAP "standalone" without an application container is the same as building an RCP product.
Include everything you need for your application and resolve all dependencies RAP has (this includes eg. javax.servlet as bundle and a valid HTTP Service implementation like equinox.http.jetty).
That should be everything you need to deploy RAP in such an environment.


Hope that helps!
  Ben

Mark Russell wrote:
thanks for that Link. We do not deploy as WAR files. We deploy to OSGi Equinox servers as plugins.