my dog learned polymorphism
The moose likes Tomcat and the fly likes creating a web context root in tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "creating a web context root in tomcat" Watch "creating a web context root in tomcat" New topic
Author

creating a web context root in tomcat

Pawanpreet Singh
Ranch Hand

Joined: Jun 12, 2005
Posts: 264

Could any body help me to sort out this

How to configure a web context root on Tomcat. In Tomca\webapps folder, if i want to define a web root with name myweb and want to access that web root using http://localhost:8080/myserver, How can i achieve, do i need to do settings in server.xml or in web.xml.
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Did you intend for the difference in names: myweb/myserver?


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: creating a web context root in tomcat
 
Similar Threads
how to use the servlet in tomcat??
Perl/Cgi in Tomcat 5.5
changing ROOT in Tomcat 5.5
setting index.html to my context root
Multilevel context path for ROOT app does not work