I'm trying to get online edit to work with share protocol, but webdav setting gives me 8080 port for edit link. How I can change it to 7070 so I can use sharepoint features?
I'd say that webdav is a different protocol and therefore needs a different port. On 7070 is the Sharepoint protocol, something that is not yet selectable as an option in web-client-config-custom.xml as far as I know. Maybe this would be something to hand in as an improvement at issues.alfresco.com?
On port 8080, if changed to 7070, there would still be the webdav connector waiting for someone to speak in webdav, I presume. If I'm right, the change of the port alone wouldn't get you to your goal. What needs to be done is another java bean that is able of providing a sharepoint link in Alfresco. The same problem like here: http://forums.alfresco.com/en/viewtopic.php?f=13&t=15396 Maybe you can find topics that dealt with this more thoroughly (I didn't)?