Log in to follow, share, and participate in this community.
Thread How to migrate an application at runtime
How to migrate an application at runtimeHi all, I doing some test running one instance of Capedwarf with several applications running. Each Application is a separated web service. At certain point, I would like to be able to migrate one of those a...
Error clustering using a backup nodeHi all, I'm trying to set up in CapeDwarf a cluster with a live and a backup node(actually in the same machine using two different addresses), as described in Wildfly CookBook, Chapter 13, Messaging with Wildfly-Clus...
Thread How to bind multiple, but not all, network interfaces to same Instance
How to bind multiple, but not all, network interfaces to same InstanceHi All, Some time ago I asked how to set different network interfaces in the same instance ( how to set different network interfaces for each application running in the same CapeDwarf). Actually, the scenario...
Error running in debug modeHi all, I'm trying to run my application in debug mode as described in Debugging An Application in Wildfly with Eclipse and JBoss Tools - Debugging an Externally launched WildFly but, when I execute ./standalo...
CoAP on CapedwarfHi, I have some devices using Constrained Application Protocol (CoAP) to communicate with my Application. Does Capedwarf support CoAP? Can I use CoAP instead of HTTP in Capedwarf? Thanks, Giacomo.
Thread Deploying an application into a Cluster in Standalone mode
Deploying an application into a Cluster in Standalone modeHi all, How discussed in How to disable Clustering between different instances in the same machine I discovered that I cannot disable messaging on Capedwarf. So,I'm doing some test running two Capedwarf Insta...
Thread Trouble with GAE App using JSR-330 Annotations itself
Trouble with GAE App using JSR-330 Annotations itselfI'm using the Google App Engine together with e.g. the Springframework and other DI frameworks quite successfully. Since Spring is not the only choice, I'm using JSR-330 annotations as far as possible. Now I tried to ...
Thread Configure an interface with two IP addresses
Configure an interface with two IP addressesHi all, Thanks for your support. I found that it's possible to configure an interface with one IP address"192.168.0.15" or all "<any-address>". Is possible to set 2 specific IP addresses for the same inte...
java.lang.NoSuchMethodErrorHi Everybody, This is my first question and I hope it's not a stupid one. I'm trying to run a GAE application using Capedwarf in my local machine. I receive such error message:
16:46:50,550 ERROR [io.undertow.req...
Thread Capedwarf - Need some help to estimate my time to production.
Capedwarf - Need some help to estimate my time to production.Hello, I am considering using capedwarf to migrate some of my customers to their private servers, instead of on the app engine cloud. I already tried some of the scenarios that are mandatory in my applications...
CapeDwarf -> DataNucleus -> JDO -> Infinispan possible?Hi, I'm trying to use CapeDwarf/DataNucleus/JDO/Infinispan to create an application with a distributed datastore. I have my tests running with DataNucleus -> JDO -> GAE successfully. I ha...
Disable chunked encoding in Jboss 6.3How to disable clunked encoding in Jboss 6.3 eap We are getting following error when sending attachments using webservices. Caused by: org.apache.cxf.transport.http.HTTPException: HTTP response '411: Length Re...
CapeDwarf production ready?CapeDwarf is an amazing sysem, But I'm wondering whether it is production ready (as last version: 2.0.0 CR4). And may I have an estimation about when 2.0.0 Final will arrive? I think these points are very important, ...
Exception while startedHello I have downloaded version 2.0.0CR4. I have expanded it and run on as described on Getting started page. I run Ubuntu 14.0.4. The JBoss server seems to be started, but /_ah/admin returns "not found". T...
Restlet and CapedwarfI managed to get Restlet to work with Capedwarf, making the API's for restlet was easy. The hard part is the "proxy" part of restlet. I have this app http://bit.ly/1vNUIsU which originally worked with Openshif...