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 weblogic clusters?
What Is Boot.proerties File In Weblogic Server ?
Must my bean-managed persistence mechanism use the weblogic jts driver? : BEA Weblogic
What is the managed server?
In web logic what is the msi code?
What are the capabilities of weblogic server?
How do I use a temporary destination? : BEA Weblogic
I tried to run two of the applets in the examples directory of the distribution? : BEA Weblogic
What is the format of a log message in a web logic server?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
What are application servers?
What is a non-durable topic subscriber?
How many types do you configure managed server in weblogic server?
What is the weblogic server?
What are class paths?