what happen when we give www.abc.com in url(what is process)
Answer Posted / mohit
Adding to my above post:
we reach Host using IP Address or fully-qualified domain name.
Now to interact with any application on that host we use port associated with that application.
Now as far as our web-applications are concern, they are hosted on the application servers which are running of some ports. That is why you are able to access your application hosted on weblogic by using <server ip address>:<server port>/<context root>
When you do not mention any port, by default it is treated as port 80.
You can have many application hosted on same host and each application on that host can be accessed using port assigned to that application.
Please remember, Weblogic server is also an application for hosting web-applications.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to configure jms?
What are the recommend parameters to improve the prformance from data-source point of view.
What are weblogic clusters?
What is administration server?
What is the tree view pane in the web logic server?
How to check the version of Java?
Explain the use of http ?
What are the enhancements in ejb 2.0 with respect to cmp?
Tell me how does a server find out server unavailability?
Explain the performance tuning in jdbc?
How many ways take thread dumps?
How do I provide user credentials for starting a server?
What happens if acknowledge() is called within a transaction? : BEA Weblogic
What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?
Explain what are the transaction isolation levels supported by weblogic jdriver?