Allow openfire.bat to start in other folders

Description

Currently the src/bin/openfire.bat file used to start Openfire will only work if the .bat file is run with the working directory set to the same folder as the bat file itself.

If this file could be run from anywhere, the sequence of commands 

 

mvn clean package
cd target\openfire\bin
openfire.bat
cd ..\..\..

becomes simply

mvn clean package && target\openfire\bin\openfire.bat

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created October 18, 2017 at 4:40 PM
Updated October 19, 2017 at 1:50 PM
Resolved October 19, 2017 at 1:50 PM