[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Converting from classic to pasoe

Status
Not open for further replies.
S

ssouthwe

Guest
Hi Geir. Here's how you fix that: In your app's WEB-INF/spring folder, you have some files like formLoginModel.xml and anonymousLoginModel.xml . 1. Go into those files and look for a section like this: 2. Replace it with one like this: In formLoginModel.xml, you want to hit the one that is in the <http pattern="/web/**" section only. 3. Now go grab a copy of your $DLC/webspeed directory and plop it into your application's static directory. 4. You may need to check your app's oeablSecurity.csv file and add a line like this: "/static/webspeed/**","GET","permitAll()" 5. After syncronizing your changes to your PAS instance, stop and restart it. 6. Hit the workshop URL for your app, and you should be in business. Note: You shouldn't do any of this on a production server.

Continue reading...
 
Status
Not open for further replies.
Top