Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rap-dev] Multipart Servlet in RAP

Hi Andrea,
you can use the specific "org.eclipse.equinox.http.registry.servlets" Extension Point, e.g.

   <extension
         point="org.eclipse.equinox.http.registry.servlets">
      <servlet
            alias="/document"
            class="my.package.MyServlet">
      </servlet>
   </extension>

then define the servlet class as usual.

HTH
Vincenzo


Ing. Vincenzo Caselli
Technical Director 

RCP Vision




On Thu, Jun 21, 2018 at 5:40 PM andrea antonello <andrea.antonello@xxxxxxxxx> wrote:
Hi,
I am trying to figure out how to configure a servlet in a RAP
application that runs through Jetty embedded in Equinox.

Is there a way to do that?

Thank you for any hint,
Andrea
_______________________________________________
rap-dev mailing list
rap-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/rap-dev

Back to the top