We are attempting to implement some new components in our production system, and are running into issues. The application works exactly as expected in our test environment, but breaks down when we run it in production. By using Fiddler, we have found that it is breaking down on calls to IOS. Extracting out the base command of the calls, we have discovered that a call from a web browser to our test environment using http://{test server}/lawson-ios/action/ executes normally: the result is a displayed list of available actions.
However, the same call to our production environment (using http://{production server}/lawson-ios/action/) immediately returns a 404 Not Found error. It should be noted that our production environment is otherwise behaving normally.
We believe that if we can get the basic lawson-ios/action command to work for production, then the application should also begin to run as expected. As far as we can tell, the configuration for the two environments is the same.
Has anyone else run into an issue with lawson-ios/action or its related commands?
Any thoughts on where to look would be greatly appreciated.
Thanks so much!
Posted By John Henley on 12/12/2012 12:52 PM Yes, you are in the correct forum. It sounds like you have a Java tool, like JBoss seam, installed on the test server in /lawson-ios/, pointed at the Lawson Java servlets in /servlet/.