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 debug my ant script?
how will you trouble shoot the URL issue in Web logic/ways?
While packaging the web application defaultwebapp for deployment into the weblogic server, the home and remote interfaces of the enterprise beans used by the servlets should reside in which directory? : BEA Weblogic
What technologies are included in j2ee?
What is administration server?
How do stubs function inside weblogic server cluster at the time of failure?
When should I use the -nostage option?
How can I set deployment order for applications?
Why is there no polymorphic-type response from a create() or find() method? : BEA Weblogic
What is meant by session replication?
What is node manager?
How can the OUT OF MEMORY be solved?
What is a local transaction?
What is the local interface used by web logic server?
How many types of logs are there?