Bug 37319 - catalina.bat doesn't work
Summary: catalina.bat doesn't work
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.5.12
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2005-11-01 15:51 UTC by Pierre-Yves Benzaken
Modified: 2005-11-10 10:45 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Yves Benzaken 2005-11-01 15:51:59 UTC
The update made to JULI in Tomcat 5.5.12 brought a new bug:

The batch file "catalina.bat" contains the following instruction:

-Djava.util.logging.config.file="${catalina.base}\conf\logging.properties"

it should be

-Djava.util.logging.config.file="%CATALINA_BASE%\conf\logging.properties"

instead.
Comment 1 Yoav Shapira 2005-11-10 19:45:00 UTC
Thanks for pointing this out, I've fixed it in SVN.