|
From: Leif M. <le...@ta...> - 2005-08-12 16:52:32
|
Jeremy,
I have not heard of anyone attempting to build an AS/400 version in
the past,
but it should not be all that difficult to get working. I would start
by using one of
the other makefiles. Maybe the osf1 makefile. You will have to edit
the build.xml
file and add a new init-as400 task by copying one of the others. Then
add the
new task to the dependency list of the init task.
Most likely there will need to be one or more #ifdef modifications
in the source
as well. If you post the errors you are getting to the list, me or
another user should
be able to help get you back on track.
Of course we would all appreciate you contributing your changes for
use by
other users in the future.
Cheers,
Leif
Hodges, Jeremy wrote:
> We have an application running on a Windows 2000 Server that uses Java
> Service Wrapper to manage our task scheduler.
>
> We need to port the application to an IBM iSeries (a.k.a AS/400)
> running OS400. Does anybody know whether the wrapper has ever been
> ported to OS400? Or even, whether someone has tried and failed horribly?
>
> We do not have a large amount of OS400 experience available to us, so
> we do not want to start down a path that better minds have already
> been down, especially if it has been shown to be a dead-end path.
>
> Any responses gratefully received?
>
> Jeremy Hodges
>
|