I have a Struts application that I am developing with Jdeveloper. I have a parent window talking with an OCX application in an descendant window. I log events from the OCX application through a Javascript function to a form submission of data to the server.
Occasionally I get the JDeveloper server choke with my page coming back with a title "Cannot find server - Microsoft Internet Explorer"
and page text with the "The page cannot be displayed page"
the properties has the correct url that should work and on refresh the page comes up.
The question is, is this just a problem with the JDeveloper server? Would I expect the same when the application is moved to the real OAS?
And the second questions is how can this happen. The servlet engine should be active and listening all the time.
There are some database accesses going on and some logging.
Thanks in advance.
---John Putnam johnfputnam@comcast.net
Occasionally I get the JDeveloper server choke with my page coming back with a title "Cannot find server - Microsoft Internet Explorer"
and page text with the "The page cannot be displayed page"
the properties has the correct url that should work and on refresh the page comes up.
The question is, is this just a problem with the JDeveloper server? Would I expect the same when the application is moved to the real OAS?
And the second questions is how can this happen. The servlet engine should be active and listening all the time.
There are some database accesses going on and some logging.
Thanks in advance.
---John Putnam johnfputnam@comcast.net