What are the normal ways of hosting multiple web apps on a single tomcat?
One way i can think of doing it is using different context paths for the different applications, but that makes the url look ugly for potential customers.
edit: i need to host different applications on a single tomcat