Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP application entry point defined to "/" not working on Tomcat7
RAP application entry point defined to "/" not working on Tomcat7 [message #1702712] Fri, 24 July 2015 05:07 Go to next message
Eclipse UserFriend
I have my application entry point defined following:
<extension
         point="org.eclipse.rap.ui.entrypoint">
      <entrypoint
            brandingId="com.ibm.kc.redirect.validator.rap.branding"
            class="com.ibm.kc.redirect.validator.rap.app.ApplicationWorkbench"
            id="entrypoint"
            path="/">
      </entrypoint>
   </extension>


It works on IBM WAS, but when I deploy WAR onto tomcat7 (webapps folder) I see some 404 for RWT js etc. See attached picture

When I define different path to RAP servlet it works fine.
Re: RAP application entry point defined to &quot;/&quot; not working on Tomcat7 [message #1703587 is a reply to message #1702712] Mon, 03 August 2015 08:05 Go to previous message
Eclipse UserFriend
Hi,
we have this bugzilla:
429443: Requests to Root Path Entry Point are not redirected correctly
in WAR deployment
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429443

Please add "/" to the end in your URL:
http://localhost:8080/kc-redirect-tester/
Does it help?
Regards,
Ivan

--
Ivan Furnadjiev

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:Server-push through Web-workers
Next Topic:ScrollBar-Thumb Pressed State
Goto Forum:
  


Current Time: Sat Nov 08 14:02:57 EST 2025

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

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

Back to the top