Problem after Deployment in Tomcat [message #1001381] |
Wed, 16 January 2013 10:47  |
Eclipse User |
|
|
|
Hi,
I am facing some problem after deployment of war files in tomcat. I have disabled Anonymous security filter and enabled the Basic Security Filter as given in Scout Tutorials. After deployment of war files in tomcat, rap-client service is providing me a dialogbox to enter username and password as expected. Later when I enter right credentials the page doesn't get loaded. I have attached a screenshot with this post, as you can see in screenshot there is some cracked box appears in the left bottom corner of browser after giving right credentials. But with Anonymous filter enabled and basic filter disabled, it works fine on tomcat. Even it works fine with Jetty using both Anonymous and Basic Security filter enabled. Can you please give me some pointer regarding this problem I am getting with Tomcat.
Thank You in advance.
|
|
|
|
|
|
|
|
|
Re: Problem after Deployment in Tomcat [message #1001926 is a reply to message #1001920] |
Thu, 17 January 2013 10:12  |
Eclipse User |
|
|
|
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 10:14] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.05777 seconds