i have been trying to integrate apache server plugin with weblogic server 10.3.
My weblogic server is running on windows 7 and apache server 2.4.9 is running on RHEL 6.5.
I was following Installing and Configuring the Apache HTTP Server Plug-In document to configure.
I couldnot find the mod_wl.so plugin for weblogic 10.3 as the link mentioned every where is invalid. so i used mod_wl_24.so, from weblogic 12c server plugin.
i have configured apache for the proxy.
when i try to access weblogicserver/console page using apache proxy as http://apacheserver:port/weblogc/console, it gives me,
"Failure of Web Server bridge:
No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent."
is there any thing which i am missing in the configuration, i need to do the proxy for https also.
i have enable WebLogic Plug-In Enabled
Domain structure - > environments -> servers -> admin server -. general tab - >advanced-> WebLogic Plug-In Enabled
following error is shown in apache server log:
[Sat Apr 12 12:35:24.145341 2014] [weblogic:error] [pid 18112:tid 140206378313472] [client <weblogic server ip>:51431] Trying GET /weblogic/console at backend host '<weblogic server ip>/7001; got exception 'NO_RESOURCES: [os error=115, line 1682 of URL.cpp]: apr_socket_connect call failed with error=70007, host=1<weblogic server ip>, port=7001 '
[Sat Apr 12 12:35:26.145485 2014] [weblogic:error] [pid 18112:tid 140206378313472] [client <weblogic server ip>:51431] request [/console] did NOT process successfully..................