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...
Continue reading...