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
What are the different modules of wlst? Explain?
What is the boot? What is the significance of it?
How do stubs work in a weblogic server cluster? : BEA Weblogic
In a web logic server what is the domain?
Do you know what is the local interface used by web logic server?
How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic
Explain the types of application deployed in wls?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose? : BEA Weblogic
How to update license?
What is the function of managedconnection.addconnectioneventlistener() in web logic server?
How do the wls jms 6.1 server/destination message maximum and threshold values work? : BEA Weblogic
You are noticing a performance impact on your application and you suspect the underlying operating systemresources might be causing the issue, what steps would you take to narrow down the issue?
Difference between weblogic development and production mode?
Explain different parts available as part of jvm and describe them in few lines.
What is the use of persistent store in weblogic?