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 50384 - New resources and changed classes aren't detected
Summary: New resources and changed classes aren't detected
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-13 18:52 UTC by clever
Modified: 2004-10-29 20:11 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 clever 2004-10-13 18:52:49 UTC
I begin a debug session on the webapp I'm working
on.  I add some GIF files to a folder and
reference them from a JSP page. The newly added
images don't show up from the browser. Page not
found is whats shown.
After restarting / redeplying the app, they
finally appear.
Comment 1 Pavel Buzek 2004-10-29 20:11:51 UTC
It works for me when I am testing this. I create a new project, add a
break point into index.jsp. Then I start debugging. Then I add a gif
file and add it to jsp page. When I reload the page in browser it
first stops in debugger and then I see the page correclty. If this is
not what you were doing please reopen and explain what I should test.
Thanks.