Changing registration plugin to a different port than admin port

how can i change or create a registration plugin page that is different than the admin page? im guessing since this is all based on java, i could probably set up tomcat and put the plugin there but i dont know how the plugin works. anyone have done this before?

Hello,

The registration plugin taps directly into the Openfire API so you won’t be able to just deploy it outside of Openfire and have it work. You could however create a standalone web application that emulates what the plugin does by using the Smack API.

Hope that helps,

Ryan