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 - Application not deployed
Summary: Application not deployed
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-10 19:05 UTC by collinm
Modified: 2014-06-20 12:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?