I am trying to access it via browser, I had no issue with EE but CE is proving difficult.
On Putty I have it saying:
Mule is already running.
And when I go to http://ec2----.us-west-2.compute.amazonaws.com:8585/ it won't load properly. I do have the port 8585 open for inbound traffic as well.
Is there something I am forgetting? I haven't used Mule Community Edition before so I've limited knowledge on it.
If you are trying to access to the Mule Management Console (MMC), that is a separate product from Mule ESB and it is only available to manage Mule ESB Enterprise Edition.
In some downloads MMC is included with Mule ESB in a bundle for testing purposes but to run in production you should purchase an Enterprise Edition license.
The answer is that I was mistaken in thinking that CE had some functionality that EE had
Related
I'm trying to build an application with a WSO2 Application server and Identity server.
the soap server which is based on Axis2 Framework needs to have WS-Trust based Authentication. For learning, I'm following this blog http://www.vitharana.org/2015/01/how-ws-trust-sts-works-in-wso2-identity.html
At the 14th steps, I have to click on security but In latest WSO2 Application server I'm not able to find how to enable the Security feature.
I'm using 5.3.0 Version of Application Server
As you can see there is no link on Unsecured for HelloWorld Service.
I'm I missing anything?
All the WSO2 products based on carbon kernel 4.4.x doesn't contain QoS features. WSO2 AS 5.3.0 is based on kernel version 4.4.x and therefore it is not supported. You can use WSO2 Developer Studio in order to apply QoS features
I have installed wso2 application server on my lab server, the version used is wso2as-5.2.1.
I am experiencing that I can't deploy a .ear, but only a .war file. Could someone help me about?
WSO2 Application Server is not a fully Java EE compliant Application Container and as of now it supports majority of the Java EE Web Profile specifications. Please refer to http://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition#Web_profile and https://docs.wso2.com/display/AS521/Java+EE+Support for more information. WSO2 App Server is not meant to become another Java EE compliant Server. Hence you cannot deploy Java Enterprise applications (EAR) files in WSO2 App Server. WSO2 Application Server has Web App deployment capability. Hence if you can implement your Java EE application as a Web Application (WAR) file and embed all the required Java EE framework Jar files in to the same Web Application, you will be able to run your Java EE application in the WSO2 App Server. More information on migrating from Java EE world to WSO2 is mentioned in http://wso2.com/whitepapers/evaluating-java-ee-application-migration-and-java-ee-service-migration-to-wso2-application-server/. Currently there is no other out of the box solution for this.
is there anyway to run WSO2 Stratos server from Developer Studio?
I saw there is maven plugin available but didn't see any example. Please share if somebody has done before.
Stratos is not a single server. It's a combination of services running on different JVM instances. Thus, cannot run from Developer Studio.
i've searched the site for this answer but couldnt find a good answer.
My client has a computer with Windows7 Home Basic Installed in his workstation (Thank you HP).
and i need to install a web service on IIS. Web service is written in c# (.asmx). When i installed IIS into that windows, i've realized that there is no IIS comsole available in windows7 home basic machines.
is there a way to register web service from the command prompt? this web service is a middleware for communication several mobile devices with the sql server on the machine so it has to be able to connect form outer ip's too.
I've tried IISExpress but it only lets connectiong from localhost.
I cannot format his harddisk, also my client doesnt really want an edition upgrade.
Thanks for spending your time.
I did a quick google search on hosting a web service (*.asmx) without IIS, and found this article: Run ASMX Without IIS. A quick glance at it looks like you'd wind up writing your own host and implementing your own web server.
If this is the only solution available, I think you'd be far better off to rewrite your ASMX web service as a WCF web service, and then either self-host it or host it in a Windows Service.
We are working on a client app that should search and download directory information from Microsoft OCS server (OCS old as well as Lync).
Does OCS provide web services type api?
From what I understand, the client needs to do sip handshake before it can do directory related queries.
Having dependency on sip stack is not desirable.
So I am wondering if there is a way (like SOAP web service or something like that) to do it.
The client is a C++ client with access to gSoap or curl type library running on Linux platform.
Thanks for your help.
No, there is no web service out of the box that gives you what you need.
I thin your best bet would be to build a UCMA application that would sit on an application server inside your OCS/Lync infrastructure. You could then build a web service to access this.
For OCS 2007, you'd need to use UCMA 1.0. For OCS 2007 R2, UCMA 2.0 and for Lync, UCMA 3.0