|
From: <Jay...@sc...> - 2010-07-27 19:18:25
|
yep that did it! Thanks! Jay Jay McGaffigan | Consulting Software Engineer SeaChange International, Inc. 50 Nagog Park, Acton, MA 01720 www.schange.com | jay...@sc... O: 978-889-3136 | F: 978-987-5065 This e-mail and any attachments may contain information which is SeaChange International confidential. The information enclosed is intended only for the addressees herein and may not be copied or forwarded without permission from SeaChange International. From: Leif Mortenson <lei...@ta...> To: wra...@li... Date: 07/27/2010 03:02 PM Subject: Re: [Wrapper-user] Trying to understand a simpleapp issue. Jay, You were very close. The configured "main class" needs to be a Wrapper helper class or a user class which implements the WrapperListener interface. Please try the following: wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp wrapper.app.parameter.1=org.jruby.Main wrapper.app.parameter.2=-S wrapper.app.parameter.3=glassfish The following property also didn't have a valid value. Try this: wrapper.java.command.loglevel=INFO Please let me know how this works for you. Cheers, Leif On Wed, Jul 28, 2010 at 12:29 AM, <Jay...@sc...> wrote: Hi, |