|
|
|
Re: Problem after Deployment in Tomcat [message #1001834 is a reply to message #1001830] |
Thu, 17 January 2013 12:46 |
Sebastian Boccardi Messages: 47 Registered: September 2012 Location: Montevideo |
Member |
|
|
The problem is not files or database your application is accessing, the server is denying access to javascript resources needed to "build" the GUI. I think the files are:
src="rwt-resources/rap-client-6e796d85.js
src="rwt-resources/rap-org.eclipse.swt.theme.Fallback-361cffdf.js
src="rwt-resources/rap-org.eclipse.swt.theme.Custom_7c64962d-686a85bc.js
src="rwt-resources/resources-dddebbdc.js
maybe others too.
See this post,
http://www.eclipse.org/forums/index.php/t/441354/
the problem is in the configuration of the security filter in the RAP Layer. I don't remember exactly what i changed, if you can paste here the configuration for your filters maybe i can remember what that was.
luck!
[Updated on: Thu, 17 January 2013 12:46] Report message to a moderator
|
|
|
|
|
|
Re: Problem after Deployment in Tomcat [message #1001926 is a reply to message #1001920] |
Thu, 17 January 2013 15:12 |
Sebastian Boccardi Messages: 47 Registered: September 2012 Location: Montevideo |
Member |
|
|
Sorry i thought plugin.xml had the fix but i can´t see any difference with yours..... i'll try to remember what was it. If you read the other post you can see that i got the tip from reading the chrome debug console (in developer tools). There i saw the error that the page was trying to load those files but the web server (tomcat) was denying access (the files existed). Somehow i managed to give the connected user access to those files, but right now i can´t remember how. Maybe someone else can give us some tip.
If you activate the Anonymous Filter for / and /web, and deactivate basic security, it works?
Sebastian.
PD
This is my filters config in plugin.xml i have a customized security filter
<filter
aliases="/"
class="org.eclipse.scout.http.servletfilter.security.AnonymousSecurityFilter"
ranking="30">
</filter>
<filter
aliases="/web"
class="org.eclipse.scout.http.servletfilter.security.BasicSecurityFilter"
ranking="20">
</filter>
<filter
aliases="/web"
class="fedir.ui.rap.DataBaseRAPUISecurityFilter"
ranking="10">
</filter>
[Updated on: Thu, 17 January 2013 15:14] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.02905 seconds