[Progress Communities] [Progress OpenEdge ABL] Forum Post: Controlling Handler Order in PAS

  • Thread starter Thread starter benBuckley
  • Start date Start date
Status
Not open for further replies.
B

benBuckley

Guest
Is there any way to control the order of web handlers and URL mappings when building a WAR file beyond the ? I have several handlers that begin with the same sub-URI, and the alphabetical ordering of the services happens to put the shorter ones before the more detailed. Example: handler1=SomeHandler:/url/{param} handler2=OtherHandler:/url/{param}/morestuff Alternatively, is there a way to rename a service after it's been created?

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