I am using Maven with Eclipse and I have configured a source repository in the pom.xml. In my .m2 are all the dependencies included jars of other projects that I must use (before they were as lib).
My problem is that it fails to compile in th...
I have a WS (Rest) that returns an object of type SERVIDOR and depends on an Id that happens to it.
@GET
@Path("emps")
@Produces("application/xml")
public List <SERVIDOR> sendFoto(@QueryParam("a") String a)
and from another app...
How to make a remote deploy of a Spring Boot Application on a Tomcat server?
The file to be deploy must be a war .
Since that way it would be efficient since on the server or work computer it would not be necessary to lift a tomcat f...
I wanted to ask if someone had the same problem and how to solve it.
When I do a new project with Eclipse of Vaadin 7 Maven , I run it in Jboss 7.0 and gives an error: 404 not found , On the other hand, if I start the project vaadin with...
I have a project where when executing the mvn clean install command it creates the corresponding war of the project, but now I also need to have the jar of the project where the project is divided into different layers.
I have added the corre...
Error that I can not decipher, I searched for it for some time but it turns out that it is the document's accommodation in the folder
HTTP ERROR 404
Problem accessing /WEB-INF/views/allemployees.jsp. Reason:
/WEB-INF/views/allemploy...
I have a web application ( Java Web ) with Netbeans 8.2 I want to upload it to heroku but it turns out I can not do it, as I'm seeing I realize that I need to install Maven and I do not want, the application It would b...