Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
Articles




JSPWiki v2.2.33

[RSS]


Hide Menu

CreateAnAJAXBasedFileuploadProgressbarDialog


Difference between version 46 and version 45:

At line 204 changed 1 line.
Update the file {{< Your project folder >\web\WEB-INF\security.xml}} to allow annonymous access to the file {{/scrips/engine.jsp}}. Find the element starting with {{{<bean id="filterInvocationInterceptor" ...}}}. And add the line {{{/scripts/engine.jsp*=ROLE_ANONYMOUS,admin,user}}} as the last line of the {{{<value>}}} descendent tag. The content should now be:
Update the file {{< Your project folder >\web\WEB-INF\security.xml}} to allow annonymous access to the file {{/scrips/engine.jsp}}. Find the element starting with {{{<bean id="filterInvocationInterceptor" ...>}}}. And add the line {{{/scripts/engine.jsp*=ROLE_ANONYMOUS,admin,user}}} as the last line of the {{{<value>}}} descendent tag. The content should now be:
At line 225 added 5 lines.
Redeploy the changes with the command:
{{{
C:\projects\appfuse-1.9.3-src\progressbar>ant deploy
}}}
Restart tomcat
At line 231 added 2 lines.
Test

Back to CreateAnAJAXBasedFileuploadProgressbarDialog, or to the Page History.