Creando un demo con Spring Roo

7 comentarios en “Creando un demo con Spring Roo”

  1. muy bueno y explicativo en cada paso pero, colega me da erro a la hora del deploy me sale esto en consola
    [INFO]
    [INFO] — maven-war-plugin:2.3:war (default-war) @ Lolo —
    [INFO] Packaging webapp
    [INFO] Assembling webapp [Lolo] in [/home/manuel/Downloads/marcos/sts groovy-grails/ggts-3.4.0.RELEASE/workspace-ggts-3.4.0.RELEASE/Lolo/target/Lolo-0.1.0.BUILD-SNAPSHOT]
    [INFO] Processing war project
    [INFO] Copying webapp resources [/home/manuel/Downloads/marcos/sts groovy-grails/ggts-3.4.0.RELEASE/workspace-ggts-3.4.0.RELEASE/Lolo/src/main/webapp]
    [INFO] Webapp assembled in [199 msecs]
    [INFO] Building war: /home/manuel/Downloads/marcos/sts groovy-grails/ggts-3.4.0.RELEASE/workspace-ggts-3.4.0.RELEASE/Lolo/target/Lolo-0.1.0.BUILD-SNAPSHOT.war
    [INFO]
    [INFO] <<< tomcat-maven-plugin:1.1:deploy (default-cli) @ Lolo << [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

    me gustaria que me orientaras

    Me gusta

    1. Hola, creo que lo más fácil es que, tal y como te comenta Jesús, no esté bien la configuración maventomcat. Razones posibles: que no tengas definido el TomcatServer en el setting.xml de maven, allí debes tener configurado el username y el password del «manager-gui» si estás utilizando un tomcat 6, el path en el que intentas desplegar no es el correcto para tu proyecto, en el ejemplo es «Pizza» pero el tuyo creo que es «lolo».

      Me gusta

Comenta la entrada

Este sitio utiliza Akismet para reducir el spam. Conoce cómo se procesan los datos de tus comentarios.