#!/bin/bash

unset JAVA_TOOL_OPTIONS
java -cp /root/resources:/root/classes:/root/libs/* org.apache.james.cli.ServerCmd "$@"