I have a simple application that accesses data on an IBM I-Series through an RPG service program running on the I-Series.  The application uses the IBM toolbox for Java which contains classes to access the I-Series.  The program uses a .pcml file that resides in the \bin folder of the java project.  The application works fine in the Eclipse IDE, but I am having deployment problems.

 

I initiated the project with the “Eclipse IDE Integration” plug-in and create the .war file using the ULC Servlet Export Wizard.     It appears that the .pcml file in the bin folder does not end up in the .war file.  I modified the build.xml file and ran an ant build.  This put the .pcml file in the .war file.  After deploying to the server, the application still could not find the .pcml file.

 

Any help would be appreciated.

 

Thanks,

Brian McCarty

 

Reply via email to