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 249700 - can build the web application but cannot run or deploy it. when built all the directories needed are present.
Summary: can build the web application but cannot run or deploy it. when built all the...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: TomEE (show other bugs)
Version: 8.0.2
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-08 15:13 UTC by dodom
Modified: 2015-01-08 15:13 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 dodom 2015-01-08 15:13:03 UTC
ant -f "C:\\Program Files\\Apache Software Foundation\\Apache Tomcat 8.0.15\\webapps\\WebApplication1" -Dnb.internal.action.name=run -Ddirectory.deployment.supported=true -DforceRedeploy=false -Dnb.wait.for.caches=true "-Dbrowser.context=C:\\Program Files\\Apache Software Foundation\\Apache Tomcat 8.0.15\\webapps\\WebApplication1" run
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
Undeploying ...
undeploy?path=/WebApplication1
OK - Undeployed application at context path /WebApplication1
In-place deployment at C:\Program Files\Apache Software Foundation\Apache Tomcat 8.0.15\webapps\WebApplication1\build\web
C:\Program Files\Apache Software Foundation\Apache Tomcat 8.0.15\webapps\WebApplication1\build\web\META-INF\context.xml (The system cannot find the path specified)
C:\Program Files\Apache Software Foundation\Apache Tomcat 8.0.15\webapps\WebApplication1\nbproject\build-impl.xml:1050: The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 2 seconds)