What is embedded http server ?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 3 of 3 Answers

Suresh B

  • Jan 17th, 2012
 

The embedded HTTP server receives requests for WebSphere assets from the WebSphere plug-in and passes them to an application server for processing.

• Any response from the application server is passed back to the WebSphere plug-in for display.

• The embedded HTTP server supports both HTTP and secure HTTP (HTTPS) protocols for connecting Web servers to application servers. By default, the
embedded HTTP server listens for requests on TCP/IP port 9080 but this is configurable.

• For example: http://server-name:9080/servlet/snoop

• You can also use the embedded HTTP server to test your WebSphere applications, but it should never be used as a production Web server.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions