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 81453 - Get "FAIL - Invalid context path was specified" during deployment of TomcatJSPExample project
Summary: Get "FAIL - Invalid context path was specified" during deployment of TomcatJ...
Status: RESOLVED DUPLICATE of bug 80799
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P1 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-31 07:31 UTC by tedyoung
Modified: 2006-07-31 10:01 UTC (History)
1 user (show)

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 tedyoung 2006-07-31 07:31:44 UTC
I created a new project using the sample JSP project. It created
TomcatJSPExample in my project directory:
/Users/tyoung/netbeans_projects/TomcatJSPExample. I executed the main project
using the Run menu item and after some building work, I got the following in the
run box:

--

Tomcat server started.
In-place deployment at /Users/tyoung/nbprojects/TomcatJSPExample/build/web
deploy?config=file:/tmp/context17937.xml&path=
FAIL - Invalid context path  was specified

FAIL - Invalid context path  was specified
/Users/tyoung/nbprojects/TomcatJSPExample/nbproject/build-impl.xml:427:
Deployment error:
The module has not been deployed.
See the server log for details.

--

It looks like I'm missing some configuration somewhere, but it's non-obvious to
me what that might be.

I'm a new Netbeans user, but I'm a very experienced Java developer who's used to
Eclipse and IDEA.
Comment 1 Sherold Dev 2006-07-31 10:01:49 UTC

*** This issue has been marked as a duplicate of 80799 ***