The best way would be to use XMPP libraries such as aSmack or the newer Smack. i will need an XMPP server such as OpenFire or eJabberd running on some Hosting before you can build a mobile app.But how it work and implement?.because i have android knowledge.but no any idea of server.
you should use ejabberd in my opinion.Download ejabberd and install it for configuration check this link http://docs.ejabberd.im/admin/guide/configuration/
ejabberd is an open source Jabber/XMPP server.
Ejabberd is a Rock Solid, Massively Scalable, Infinitely Extensible XMPP Server.
for more details check these links-
https://www.process-one.net/en/ejabberd/
https://blog.process-one.net/ejabberd-massive-scalability-1node-2-million-concurrent-users/
Related
Hi I have installed Openfire and the plugin for websocket from the link (https://code.google.com/p/openfire-websockets/downloads/detail?name=websockets-0.0.0.6.zip&can=2&q=) When I install the the plugin, the plugin is available in the openfire plugin's. But the question is how do I configure, and how to access the WS.
Cheers
Sunil
For checking WebSocket
Socket = new WebSocket("ws://domain:7070/ws/",'xmpp')
Don't forget for 'xmpp' protocol
please go through the installation steps given in the link here openfire-server-configuration. It might prove helpful to install and configure your plugins.
Once you've installed the plugin (make sure you restart the server), you should be able to reach the Websocket connector via ws://domain:port/ws/, port usually being 7070. Check the Server > Server Settings > HTTP Binding menu in the web interface if you're not sure.
However you don't get to configure much. The Websocket plugin is very minimalistic, it will basically reuse the existing BOSH (plain HTTP) configuration, but that's usually enough.
I am developing real time chat application in my website.For that i want to use websockets for communication.And i am using openfire server but i dont know how to enable websockets in openfire server . Any ideas.
Thanks in advance
If you use OpenFire 3.10 use this sources for compile a fixed version of websocket.
https://code.google.com/p/openfire-websockets/source/detail?r=21
(not tested, trying to find a way to compile it under linux)
You can download websocket build here;
https://code.google.com/p/openfire-websockets/downloads/list
Load plugin in you Web Admin Interface (.war is same of .jar)
Google a little bit and you can found some informations for OpenFire 3.7.2 and compatible version of websockets.
Igniterealtime Anounces a plugin
Openfire WebSocket Plugin Readme
Please go through the above readme
I am wokring on websphere clusering (ND 8.5.5), and i want to use IHS (IBM HTTP SERVER) version 8.5.5 as load balancer but I can't find the download link of this version.
Do you guys have any idea where can i find it ?
IBM HTTP Server is a software that is included with the WAS license and can be downloaded in the same place as where you would get the installation files for your WAS server.
If you have Passport advantage with you WAS server you can download the IBM HTTP server from there as well. Note though that downloading software may be limited to only some users at your company. If so you need to contact your technical administrator at your company to either give you that access or let you know who can help you.
I have also found download links att IBMs IBM HTTP Server product page, but I have not gone all the way to test the download.
You need to download it form Passport advantage. It will be on set of files that have 'Supplement' in the file description. Download will contain IBM HTTP Server and WebSphere Plugin (installed via WebSphere Customization Toolkit). You will need to install both to be able to distribute workload to your cluster.
As far as I know IHS download from product page doesn't contain WCT and Plugin.
See also:
Installing IBM HTTP Server
Installing and configuring web server plug-ins
UPDATE
The Network deployment media contains IHS and plugin. Download the following files form Passport Advantage:
IBM WebSphere Application Server V8.5.5 Supplements (1 of 3) for Multiplatform Multilingual (CIK1VML)
IBM WebSphere Application Server V8.5.5 Supplements (2 of 3) for Multiplatform Multilingual (CIK1WML)
IBM WebSphere Application Server V8.5.5 Supplements (3 of 3) for Multiplatform Multilingual (CIK1XML )
I have a website hosted on a ftp server, I dont have access to that server except ftp credentials and a plex panel support. I want to use MSMQ to use queues so basically on local I have enabled MSMQ through windows features. But when I publish site on ftp server, it gave error:
Message Queuing has not been installed on this computer
So please help me to sort out this.
Thanks in advance.
If you only got FTP-credentials you are stuck with what the system administrator has set up for you. There is no chance you can get MSMQ running there without the sysadmin doing the installation work.
what is the requirments to run my own web server, if i bought for instance Dell PowerEdge T110 II compact tower server, what is the requirments and what do i need to host my own web application on my server?
Is this something your planning to use for your own web app? If so I would definitely recommend not going this route and instead using a service like RackSpace or GoDaddy. Especially if you're doing this out of your home as you probably would be paying a small fortune in extra bandwidth usage.
Also, what are you developing the web app in? If PHP then you'll need a LAMP (Linux, Apache, MySQL, PHP) server. If you're doing a .net application using Microsoft's Visual Web Developer then you would need a Windows Server.
I hope this helps you.