Bug 34220 - provide better error message when server.xml is not found
Summary: provide better error message when server.xml is not found
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: Nightly Build
Hardware: Other All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-29 13:51 UTC by Ralf Hauser
Modified: 2005-03-30 10:04 UTC (History)
0 users



Attachments
Catalina.java.patch (752 bytes, patch)
2005-03-29 13:55 UTC, Ralf Hauser
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Hauser 2005-03-29 13:51:47 UTC
suggestion: give the full path of the file sought
Comment 1 Ralf Hauser 2005-03-29 13:55:36 UTC
Created attachment 14583 [details]
Catalina.java.patch
Comment 2 Yoav Shapira 2005-03-30 19:04:12 UTC
Patch (slightly modified to handle the case when file is null without throwing
an NPE) applied.  Thanks for contributing ;)