Skip to main content

This articles explains how to avoid recompiling Java interface stubs when deploying from Net Express Interface Mapper toolkit to a Enterprise Server.

Problem:

When deploying from Net Express Interface Mapper toolkit to a Enterprise Server it will always generate and recompile the Java Interface stubs. How can you deply the Java Service without rebuilding?

Resolution:

There is a command line utility to perform this called imtkmake. For example to just deploy a previously generated service to a Enterprise Server you could run:

imtkmake -deploy carname=JavaENV.car server=ESDEMO,Deployer

This will deploy the "car" file to the ESDEMO server using the Deployer service. This will not generate the Java code again but just deploys to a server. In the Net Express help if you look for imtkmake in the index you should find some more documentation and example commands.

Old KB# 14303

#EnterpriseServer
#netexpress
#Server
#Enterprise
#COBOL