Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Tomcat
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
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Tomcat
how to remove the port number from url
kumar uragonda
Greenhorn
Posts: 1
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi all,
I am using
Tomcat
5.5 server to run my
JSP
application.When i tried to run the application,i have to give the URL like this
http://58.68.55.221:8082/NovireApplication/
but actually i want the URL to be given like this
http://NovireApplication.com/
Any solution for the above???
David Newton
Author
Posts: 12617
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Configure it to run on the default port?
Liangfeng Ren
Greenhorn
Posts: 7
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Modify tomcat configuration by setting port number to 8000.
Thanks
Liangfeng
David Newton
Author
Posts: 12617
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
80.
Rahul Nair
Ranch Hand
Posts: 138
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hey, Welcome to JavaRanch!
You need to update your server.xml file which is in "../tomcat/conf/server.xml" and replace the connection port value to "80" instead of "8080".
Rene Larsen
Ranch Hand
Posts: 1179
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What is needed is to buy a domain, define a new Host in server.xml with the domain name, and change default http port to 80
Regards, Rene Larsen
We're being followed by intergalactic spies! Quick! Take this tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
how to remove the port number.....
how to remove the port number in URL
how to change port number of application while hosting through tomcat
How to leverage a server with 32 go RAM
Apache + Tomcat Configuration Problem
More...