https://issues.apache.org/bugzilla/show_bug.cgi?id=52366
Bug #: 52366
Summary: Problem with the Loader Component documentation
Product: Tomcat 7
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
The documentation on VirtualWebappLoader provides the following example:
virtualClasspath="${catalina_base}/myapp_config" which doesn't work and should
be:
virtualClasspath="${catalina.base}/myapp_config" - mind the dot (and not
underscore).
This is annoying because one can spend 2 hours not having a clue that the path
is wrong because there is not validation that the path exists at class load.
It would be nice if the class verified the existence of the path at start-up
and printed a warning in case it doesn't exist...
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]