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 107087

Summary: JSF libraries not added to project when Target is changed to Tomcat
Product: obsolete Reporter: Yousuf Haider <yousufh>
Component: visualwebAssignee: issues@obsolete <issues>
Status: NEW ---    
Severity: blocker CC: pbuzek, potingwu
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 99412    

Description Yousuf Haider 2007-06-18 21:49:16 UTC
NB Build:200706180000
Steps to reproduce:
1. Create a project VW Project with Glassfish as target server.
2. Change target server to bundled Tomcat 6.0.13

Source files will show errors since JSF library is available neither in the project/WEB-INF/lib nor on the server.

 Workaround is to manually add the libraries in the project.
Comment 1 _ potingwu 2007-06-18 21:58:41 UTC
I think this is a general NetBeans JSF web project issue. And I guess we don't support it.
Comment 2 Petr Pisl 2007-06-19 09:53:05 UTC
This functionality is not supported. 
Comment 3 _ potingwu 2008-03-13 19:04:08 UTC
The web/core should provide some kind of listener for the framework when the target server is changed.