Hi, On Wed, Jun 27, 2012 at 9:11 PM, Bhargav Pandya (CTNS) <[email protected]> wrote: > Respected Sir / Madam, > > I am bad at development.. can someone build and or give clear instruction > step by step on the installation of the product.. I need to test this product > for our development team.. We need to integrate > Xmpp for webchat in one of > our products.. I could not find any installation guide for the same.. We are > looking at windows platform.. Also need to know what database this product > uses.. as we are > looking as MSSQL or mysql...
Apache Vysper isn't a product with a Windows installer and out-of-the-box database integration. It requires quite some familiarity with the Java environment. It runs easily under Windows with Java, but I'd recommend you create your own main class using one of the ServerMain.java examples in the source code as a template. It could also be deployed in a Servlet Container like Tomcat, Websphere, etc. Bernd
