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 38417 - File context.xml should be created in the META-INF directory
Summary: File context.xml should be created in the META-INF directory
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-06 09:56 UTC by Petr Jiricka
Modified: 2004-07-09 12:38 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 Petr Jiricka 2004-01-06 09:56:32 UTC
Per Tomcat documentation, META-INF/context.xml is
the standard location for the Tomcat
server-specific data. The IDE should create this
file in this location. See also:

http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/deployment.html
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/deployer-howto.html
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/manager-howto.html
Comment 1 Pavel Buzek 2004-01-07 06:11:29 UTC
sure, but that would require creating META-INF folder in sources - is
that what you are suggesting?
Comment 2 Petr Jiricka 2004-01-07 08:54:40 UTC
Yes, I think this is what we should do. Anyhow, this is not a critical
issue.
Comment 3 Pavel Buzek 2004-01-16 05:23:04 UTC
I've fixed this as part of another bugfix.
Comment 4 Petr Blaha 2004-07-09 12:38:12 UTC
Verified