|
I am trying to use a RequestDispatcher.forward() to invoke a WebFaced application as described in the help topic "Integrating WebFacing applications with other Web applications". The forward code I used is: // Forward to webfacing getServletConfig().getServletContext().getRequestDispatcher("WFInvocatio n.do?inv=" + invocation + "&userid=" + user + "&password=" + password).forward(request,response); When I run this code I get a error page with error "WF0103: An error occurred while establishing connection with the WebFacing server on the host." Under additional information is another error "WF0055: The specified port &1 is not a valid number." I am not sure where the port number is supposed to be specified. Can anyone help me resolve this problem?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.