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
Help coderanch get a
new server
by contributing to the
fundraiser
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
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
Servlets
replace ipaddr and port number in url of a webapp by name
Ratan Kumar
Ranch Hand
Posts: 67
posted 15 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 15 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 15 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
Did you see how Paul
cut 87% off of his electric heat bill with 82 watts of micro heaters
?
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...