Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Probably a bad copy/paste from Catalina.sh. It's very difficult to to trouble shoot the error because the batch files close themselves as soon as you double click them before you have a chance to read the error message.
Gliffy Diagrams
Activity
Show:
Brad WoodJuly 3, 2014 at 5:01 PM
Any update on this? Another Windows user just hit this on the mailing list. It should just be as simple as replacing the text $CATALINA_BASE with %CATALINA_BASE%.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
The Railo java agent is incorrectly formatted in Catalina.bat.
-javaagent:$CATALINA_BASE/www/ROOT/WEB-INF/lib/railo-inst.jar
Should be
-javaagent:%CATALINA_BASE%/www/ROOT/WEB-INF/lib/railo-inst.jar
Probably a bad copy/paste from Catalina.sh. It's very difficult to to trouble shoot the error because the batch files close themselves as soon as you double click them before you have a chance to read the error message.