|
From: Christian M. <chr...@ta...> - 2011-06-01 02:31:36
|
Francesco, thank you for your interest in the Java Service Wrapper. Basically you will need the following properties in your conf file: # From you command line it seems, you will need Integration Method #1 wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp # because of the signal handler of javaw, it is not very recommendable for running of as service... wrapper.java.command=java # given all you jar files are in the lib directory, you can easily include all of the by the following line: wrapper.java.classpath.1=../lib/*.jar wrapper.java.additional=-DFAXSHELL wrapper.app.parameter=ssc.assilt.batch.fax.FaxShell Please make sure to check out the integration documentation: http://wrapper.tanukisoftware.com/doc/english/integrate-simple-win.html Hope this helps you out. Cheers Christian On Tue, May 31, 2011 at 7:34 PM, Francesco Dacquì <fc...@ho...> wrote: > i have this batch x.bat, > > in this script are this command > > javaw -DFAXSHELL -classpath > "lib/faxshell.jar;lib/ojdbc14_10g.jar;lib/log4j-1.2.14.jar;lib/axis2-adb-1.4.1.jar;lib/axis2-jaxws-1.4.1.jar;lib/axis2-jaxws-api-1.4.1.jar;lib/axis2-kernel-1.4.1.jar;lib/axis2-xmlbeans-1.4.1.jar;lib/axiom-api-1.2.7.jar;lib/axiom-impl-1.2.7.jar;lib/wsdl4j-1.6.2.jar;lib/XmlSchema-1.4.2.jar;lib/commons-logging-1.0.4.jar;lib/backport-util-concurrent-3.1.jar;lib/neethi-2.0.4.jar;lib/commons-httpclient-3.1.jar;lib/commons-codec-1.3.jar;lib/commons-beanutils.jar;lib/assilt.jar" > ssc.assilt.batch.fax.FaxShell > > > now, i would create a service with the wrapper... somebody can help me > please ? > > (with wrapper.conf.. and witch method use to run this batch...) > > ------------------------------------------------------------------------------ > Simplify data backup and recovery for your virtual environment with vRanger. > Installation's a snap, and flexible recovery options mean your data is safe, > secure and there when you need it. Data protection magic? > Nope - It's vRanger. Get your free trial download today. > http://p.sf.net/sfu/quest-sfdev2dev > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |