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 237328 - context file not valid
Summary: context file not valid
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-18 17:39 UTC by collinm
Modified: 2013-11-22 14:50 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 collinm 2013-10-18 17:39:19 UTC
i created a new web project from wizard, don't touched any file.

so context.xml file generated by netbeans is

<?xml version="1.0" encoding="UTF-8"?>
<Context antiJARLocking="true" path="/WebApplication1"/>

when i try to validate context.xml file, i get

cvc-elt.1: Cannot find the declaration of element 'Context'. [2]
Comment 1 David Konecny 2013-10-20 20:09:44 UTC
I assume this is Tomcat server setup.
Comment 2 Petr Hejl 2013-11-22 14:50:38 UTC
There is no schema for context.xml against which the validation cloud be done.