When I try to submit to another file, I get this error! Command test.ipl is not a command descriptors.
Dislaimer: Changing the JSP is not a supported approach, but many others have tried removing or altering this option via ui_custom.xml with, IIRC, little success. But you should try this first anyway.The error you're getting stems from trying to post to /iw-cc/command/test.ipl. Presumably, your form action="test.ipl" when it should instead use e.g. action="/iw-bin/test.ipl".