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 112292 - deployment of Tomcat Servlet Example fails on Glassfish
Summary: deployment of Tomcat Servlet Example fails on Glassfish
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-08 12:15 UTC by John Jullion-ceccarelli
Modified: 2007-08-09 13:03 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 John Jullion-ceccarelli 2007-08-08 12:15:48 UTC
NetBeans IDE Dev (Build 200707311200) with the glassfish bundled with that build, Tomcat not installed. Opened Tomcat
Servlet Example, resolved missing server to Glassfish, and Ran. I get:

Deploying application in domain failed; Error loading deployment descriptors for module [servlets-examples] Line 85
Column 17 -- Deployment descriptor file WEB-INF/web.xml in archive [web].  Element type "jsp-config" must be declared.
Comment 1 Sherold Dev 2007-08-09 13:03:15 UTC
I cannot reproduce the issue. I tested it on Linux and Windows and it works OK.

Didn't you modify the web.xml somehow? The web.xml that comes with the sample project seems to be valid and thus the
error message does not make much sense, unless it was modified somehow.

Closing as WORKSFORME.