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 - NoClassDefFoundError throws when project runs on Tomcat 5.5.17
Summary: NoClassDefFoundError throws when project runs on Tomcat 5.5.17
Status: STARTED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: _ potingwu
URL:
Keywords:
Depends on: 107087
Blocks:
  Show dependency tree
 
Reported: 2007-03-29 16:52 UTC by Mikhail Vaysman
Modified: 2007-06-21 23:03 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Tomcat log file (2.42 KB, text/plain)
2007-03-29 16:53 UTC, Mikhail Vaysman
Details

Note You need to log in before you can comment on or make changes to this bug.
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...