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 66593 - Incorrect status display when deploying web application
Summary: Incorrect status display when deploying web application
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-12 12:14 UTC by tkellerer
Modified: 2007-09-19 14:21 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 tkellerer 2005-10-12 12:14:03 UTC
When deploying a web application, the status message next to the progress bar on
the right side of the status bar shows the name of the folder where the project
is stored not the name of the context.

Example: 

My web app context is named /cmts, the NB project is stored in a directory
called nb50project. 

When I deploy my project, the ant output shows "OK - Deployed application at
context path /cmts" whereas the label next to the progress bar shows "Deploying
nb50project"
Comment 1 Petr Hejl 2007-09-18 19:18:14 UTC
I doubt this is a defect. I think it is intended. What is your opinion, Petr?
Comment 2 Petr Pisl 2007-09-19 14:21:13 UTC
The message next to the progress bar is not a name of the folder, it's the project name. You can try to rename the
project (invoke Rename action over the root node of the project in the Project view). The action is invoked also over
the project so I think that the message is the right one. We deploy the project in a context path. I close the issue as
invalid and if someone thinks that it should be more discussed, please reopen.