Hello: When I embed a task or related action using a simple .jsp page packa

Hello:
When I embed a task or related action using a simple .jsp page packaged into a .war file deployed onto the same JBoss server that Appian is running on, and try to access the .jsp page on my client laptop, I am able to retrieve the task or related action.

Using Internet explorer 11 standard, the form loads, but any action including clicking on checkboxes or clicking on buttons that do not submit, causes an entire page refresh instead of triggering the action.

If I change the internet explorer mode using the developer options to IE 9, the form loads, but clicking on an action triggers the following debugging:

function sendRequest(req) {
var ajax = new XMLHttpRequest();
ajax.open(req.method,req.url,true);
Access is denied.

Loading the same jsp page in google chrome results in the form not loading and the following error:

GET url:port/.../tempo.nocache.js net::ERR_CONNECTION_RESET

I do not know if they are related, but ...

OriginalPostID-129046

OriginalPostID-129046

  Discussion posts and replies are publicly visible