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/09 04:35:00 UTC

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

    [ https://issues.apache.org/jira/browse/NETBEANS-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16903552#comment-16903552 ] 

Andreas Ernst edited comment on NETBEANS-2947 at 8/9/19 4:34 AM:
-----------------------------------------------------------------

If you run the app, Payara starts, the app will be deployed, you have to open the browser by you own and know which URL is needed to open the app.

With NB 11.1 it works only once. If you change and save your source code, nothing happens.

On 11.0 after you saved you source code, you get the message:

INFORMATION:   ae-automx was successfully deployed in 424 milliseconds.


was (Author: andreas_ernst):
With NB 11.1 it works only once. If you change and save your source code, nothing happens.

On 11.0 after you saved you source code, you get the message:

INFORMATION:   ae-automx was successfully deployed in 424 milliseconds.

> 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
>            Priority: Major
>
> *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}
>  
> It could be possible that the Payara Plugins are needed for that. The Payara Plugins could not install on 11.1. 
>  
>  



--
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