|
From: Leif M. <le...@ta...> - 2007-02-22 01:08:48
|
Justin, You were close, but as the error message states, the WrapperSimpleApp needs to receive your application's real main class name. It looks like you "did" this. But the property is commented out. > # Application parameters. Add parameters as needed starting from 1 > #wrapper.app.parameter.1=myMainClass > The rest of your configuration file looks fine. Cheers, Leif |