Actions
Bug #3497
closedFix Deploy dir autodiscovery mechanism
Start date:
09/29/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3497
Description
Currently the code that attempts to auto-discover the deployment directory doesn't work if the code is deployed somewhere else besides the tomcat install dir. This needs to be fixed.
Updated by Michael Daigle about 16 years ago
Changed the code to use servletContext.getRealPath() and then strip off context directory.
Actions