Friday, October 24

Apache is running and weblogic server also running. How can I test both are integrated or not?

  • Bobby Katreddy Try to send request to Apache.. if you have wrriten any handlers in appache..your request should redirect to weblogic. if it is redirecting application, then those are integrated!!!!
  • Parvath Reddy here many solution follow any one....

  • 1)you can do ping for weblogic and webserver...
  • 2)check in the apache access.log file tells where forwarded in application server...
  • 3)enable debug mode at webserver level in the if module debug=on that will put the log file of apache server....
  • 4)send request from browser if the request is for weblogic server ,You will get APACHE-BRIDGE-FAIL

No comments:

Post a Comment