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 156487 - Directory deployment is not working for OS PC
Summary: Directory deployment is not working for OS PC
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Satyaranjan D
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-08 19:26 UTC by Satyaranjan D
Modified: 2009-11-07 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 Satyaranjan D 2009-01-08 19:26:13 UTC
- Create a HelloWorld portlet
- Add a portlet taglib <portlet:actionURL/>
- Enable directory deployment for portlet container.
- Deploy the application.

The following exception is thrown during deployment

javax.servlet.ServletException: PWC3039: Invalid TLD resource path /WEB-INF/sun-portlet.tld
        at org.apache.catalina.startup.TldConfig.tldScanTld(TldConfig.java:689)
        at org.apache.catalina.startup.TldConfig.execute(TldConfig.java:442)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:5117)
Comment 1 Satyaranjan D 2009-01-08 19:37:00 UTC
sun-portlet.tld and sun-portlet_2_0.tld were not getting injected properly. Custom massaging code is changed to fix this
issue.

Diff

http://hg.netbeans.org/main/contrib/rev/5711e38d039f