Deploying web application in openfire

Hi, this is mgrao, i need to deploy webapplication in openfire. I created project in netbeans its working fine in Tomcat, Glassfish server. I need to deploy that appliction in openfire. For this one i created Jar file. In openfire by using plugin tab i upload the webapplication. It gives successfully loaded message, but its not updated in plugins. i attach the jar file with this mail. please suggest how to deploy application in openfire.

regards,

mgrao.

Hi,

do you see errors in the log files?

LG

Hi,

To call that application i am using the following QueryString.

String url=“http://127.0.0.1:9090/plugins/Synchronization/Synch?userId=userId”&check=”+ check “&contactName=” nameNumber +"";

As aresponce i am getting 302 found responce.

regards,

mgrao.