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 99412

Summary: NoClassDefFoundError throws when project runs on Tomcat 5.5.17
Product: obsolete Reporter: Mikhail Vaysman <vaysman>
Component: visualwebAssignee: _ potingwu <potingwu>
Status: STARTED ---    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 107087    
Bug Blocks:    
Attachments: Tomcat log file

Description Mikhail Vaysman 2007-03-29 16:52:07 UTC
Netbeans Build 200703220600
Visual Web Build 070322_1
Enterprise Pack 070222_2

Step to reproduce:
- Open New Project Master
- Select Visual Web Application project and click Next
- Select Sun Java System Application Server 9 in Server
- Select J2EE 1.4 in Java EE Version
- Click Finish
- Put any Static Text on opened Page1
- Right click on project node and choose Properties
- Choose Run Category 
- Select Bundled Tomcat in Server and click Ok
- Right click on project node and choose Run Project

Got HTTP Status 500.
Comment 1 Mikhail Vaysman 2007-03-29 16:53:35 UTC
Created attachment 40140 [details]
Tomcat log file
Comment 2 Roman Mostyka 2007-03-29 17:46:29 UTC
Workaround: copy jstl.jar and standard.jar to $Tomcat/common/lib directory and
restart Tomcat.
Comment 3 _ potingwu 2007-03-29 17:49:57 UTC
This is not a bug. From Creator (maybe also in VWP) release note, switching
server after project creating is not supported.

We will consider it as an RFE for NetBeans 6 Visual Web integration.
Comment 4 sjangity 2007-04-04 20:19:56 UTC
If implemented, might conflict with the request made here:
http://www.netbeans.org/issues/show_bug.cgi?id=76733

Better to leave out probably...