Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 09:07 Go to next message
Tomas Kramaric is currently offline Tomas KramaricFriend
Messages: 8
Registered: August 2012
Junior Member
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 12:05 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
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: Thu Apr 25 09:33:07 GMT 2024

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

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

Back to the top