This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243742

Summary: Application not deployed
Product: serverplugins Reporter: collinm <collinm>
Component: TomcatAssignee: Petr Hejl <phejl>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description collinm 2014-04-10 19:05:25 UTC
When i run my application i get this in netbeans application

Webapp assembled in [376 msecs]
Building war: /home/collinm/code/UserWS/target/user.war
WEB-INF/web.xml already added, skipping
------------------------------------------------------------------------
BUILD SUCCESSFUL
------------------------------------------------------------------------
Total time: 32 seconds
Finished at: Thu Apr 10 14:56:07 EDT 2014
Final Memory: 48M/353M
------------------------------------------------------------------------
NetBeans: Deploying on Apache Tomcat 8.0.3.0
    profile mode: false
    debug mode: false
    force redeploy: true

When i'm connect to my tomcat server, i don't see any application, so user.war is not deployed.
Comment 1 Petr Hejl 2014-06-20 12:10:17 UTC
I guess it's maven. I can't reproduce this. Can you be more specific about your app and configuration? Can you share your application for testing?