Deploy the war

Is there option to deploy the war file in openfire server

You can drop war file into Openfire\plugins directory and it should unpack it. Or you can use the Upload plugin form on the Plugins page in Admin Console.

Hi ,

I am new to Openfire server and REST development. I have running REST service using Apache-CXF on tomcat server packaged in war file working fine. I want to deploy the same in Openfire server. As suggested I tried to directly deploy it in plugins in admin console but it failed. I tried to access the my rest service with browser as I did with tomcat but in this case it is not accessible giving me 404 error via browser. Can someone please help me out? Am I missing anything regarding configuration files?

My War structure is ,

ImageManager.war

------------META-INF

------------WEB-INF -----------classes

------------lib

------------bean_config.xml

-------------web.xml