Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Servlets
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Paul Clapham
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Saloon Keepers:
Tim Holloway
Carey Brown
Roland Mueller
Piet Souris
Bartenders:
Forum:
Servlets
replace ipaddr and port number in url of a webapp by name
Ratan Kumar
Ranch Hand
Posts: 67
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I have an application running on unix machine with me
i access it by the url
http://xxx.xxx.xxx.xxx:9080/abc
how can i replace this 'xxx.xxx.xxx.xxx:9080' by some name ...eg:
test
so that i can now access it by
http://test/abc
Thanks
Venkata Kumar
Ranch Hand
Posts: 110
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You may replace the ip address by computer name like "http://<computername>:<portnumber>/"
SCJP 5.0, SCWCD 5, preparing for SCDJWS
Arpit Purohit
Greenhorn
Posts: 21
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
This is usually done by using an HTTP server (like
Apache
).
Use Virtual Host configuration to map a web application name of your choice with your
http://xxx.xxx.xxx.xxx:9080/abc
.
For reference visit
Apache Virtual Host Documentation
Regards,
Arpit Purohit
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Problem starting webshere
Call Webservice methods from the URL addresss
directly access a web service without localhost:8080/ProjectName/service/Webservice
Re: URL Rewriting
JAX-WS deployment
More...