|
From: Sal I. <sal...@sy...> - 2003-03-23 23:41:30
|
-----Original Message-----
From: wra...@li...
[mailto:wra...@li...]On Behalf Of Leif
Mortenson
Sent: Sunday, March 23, 2003 3:28 PM
To: wra...@li...
Subject: Re: [Wrapper-user] Regarding Windows NT service problem
Ravi,
The problem is that the WrapperManager class is never being loaded
on the Java
side. Please read the documentation on how to integrate your
application with the
Wrapper. Most likely the best integration solution for you will be to
use the
WrapperSimpleApp helper class.
http://wrapper.tanukisoftware.org/doc/english/integrate-simple-win.html
You should read over the following page which covers the benefits of
all 3 integration methods to make sure that the WrapperSimpleApp is
really best for you.
http://wrapper.tanukisoftware.org/doc/english/integrate.html
AFTER reading the documentation so you understand, try making the
following changes:
wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
wrapper.app.parameter.1=com.elixirtech.report.server.ElixirReportServer
That should then work.
All please let me know how I could improve the documentation to have helped
you to figure this out on your own. This is a common user mistake.
Cheers,
Leif
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Wrapper-user mailing list
Wra...@li...
https://lists.sourceforge.net/lists/listinfo/wrapper-user
|