I found the article here "http://www.elastic.co/guide/en/elasticsearch/client/java-api/master/_deploying_in_jboss_eap6_module.html".
But I don't see how to deploy the webapp? Is this for deploying dependencies for an ElasticSearch client running within a webapp to use?
Thanks in advance!
Found the answer here. Need to use the elasticsearch-transport-wares plugin.
Related
Recently I have encountered a performance problem with spring-boot embedded tomcat. Later I found APR libraries improved the performance and execution problem.
I have update my comments in below link;
Spring Boot Embedded Tomcat Performance
Is it possible to update this step in official documentation ?
Regards,
Peter Jerald.
I am not sure what you want us to update in the official documentation but please create a request in the Spring Boot issue tracker and we'll have a look. Thanks!
I'm new at Maven and I'm following a tutorial where I learned how to create a Maven web app and now I want to run it from Eclipse IDE. In this tutorial the last step is this:
I don't understand how can I find my webserver web app directory and how can I restart my webserver. Someone explaining me this?
Regards,
If you want to deploy your java webapplication to tomcat semi-automatically I suggest you to use the tomcat-maven plugin (section 3):
Tutorial on tomcat-maven plugin
I am working with jboss 6.2 that has resteasy standard version set to 2.3.7.
I need to use resteasy 3.0.8 and currently I am trying to achieve this result using maven and specifying that version in the pom, the correct resteasy is put in the war but seems like jboss keeps on using 2.3.7.
I am wondering if I am following the right path and if somebody can provide me some web resources to solve my issues.
I had the same issue.
This link could be usefull, it works great for me.
We have a requirement to integrate Apache Felix as a the osgi container in Websphere v85 and deploy web applications (.war). Appreciate your help in suggesting documentation/reference to this.
Thanks
There is some documentation on how to embed Apache Felix in a WAR here:
http://felix.apache.org/documentation/subprojects/apache-felix-http-service.html#using-the-servlet-bridge
That piece of documentation also refers to an example:
http://svn.apache.org/repos/asf/felix/trunk/http/samples/bridge/
I do agree with Neil that is is a bit strange to have such a requirement, so perhaps you can explain that?
We need to profile spring based web application running on JBOSS EAP 6 using some tool similar to Spring Insight.
Spring Insight help developers to understand and visualize the behavior of web application, however it doesn't support JBOSS EAP 6.
Maybe AppDynamics (http://www.appdynamics.com/) could be an alternative for you guys.