You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Andreas Ernst (JIRA)" <ji...@apache.org> on 2019/08/03 11:59:00 UTC

[jira] [Created] (NETBEANS-2947) WebApp In-place deployment fails

Andreas Ernst created NETBEANS-2947:
---------------------------------------

             Summary: WebApp In-place deployment fails
                 Key: NETBEANS-2947
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2947
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 11.1
            Reporter: Andreas Ernst


*Maven WebApp project fails the In-place deployment on Payara 5.192*
{code:java}
Deploying on Payara 5.192
    profile mode: false
    debug mode: false
    force redeploy: true
Starting Payara 5.192
Payara 5.192 is running.
cd /Users/andreas/Documents/NetBeansProjects/AutoMX; JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-12.0.1.jdk/Contents/Home M2_HOME=/dis/java/apache-maven-3.6.1 /dis/java/apache-maven-3.6.1/bin/mvn -Dnetbeans.deploy=true package
Scanning for projects...

--------------------------< de.aeits:AutoMX >---------------------------
Building AutoMX 1.0.1
--------------------------------[ war ]---------------------------------
[...]
{code}
 

*NetBeans is build the WAR, instead of In-place deployment. Here the output of 11.0:*
{code:java}
Deploying on Payara 5.192
    profile mode: false
    debug mode: false
    force redeploy: true
Starting Payara 5.192
Payara 5.192 is running.
In-place deployment at /Users/andreas/Documents/NetBeansProjects/AutoMX/target/AutoMX-1.0.1
{code}
 

 

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists