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
Which of the algorithms is used by the weblogic server as the default load balancing strategy for clustered object stubs when no algorithm is specified ? : BEA Weblogic
Can I configure the messaging bridge to automatically downgrade the quality of service if the exactly-once service is not available on either the source or target bridge destination? : BEA Weblogic
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic
Which lelvel of activites ur reponsiable l1 or l2 or l3?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain? : BEA Weblogic
In a web logic server what is the domain?
What is the nm?
How do I start wls and configure jms? : BEA Weblogic
How a web logic server works?
What causes java.io exceptions in the log file? : BEA Weblogic
What are data-sources and what features do they offer? What are the recommend parameters to improve the prformance from data-source point of view.
Define the list of pre-configured queues?
Must my bean-managed persistence mechanism use the weblogic jts driver? : BEA Weblogic
How can I set deployment order for applications?
Explain the different groups under web logic security?