P
Peter Judge
Guest
That's by design. We consider the stuff in /openedge to be 'common business logic' (ie stuff that's accessible to the whole instance). Starting in 11.6 there's also an openedge folder in /WEB-INF that is added to PROPATH automatically. This is intended to be 'service interface' code which is the code that receives and processes the incoming request (applies security, formats data etc). You can see the latter folder in PASOEContent/WEB-INF/openedge. You can also still change PROPATH to have whatever you want in it.
Continue reading...
Continue reading...