Which method is good to support 1 WebServer with Multiple Web App project? 

Method 1: domain Changes 

When user type in 
1. http://webapp1.example.com will go to webapp1 project 
2. http://webapp2.example.com will go to webapp2 project 
etc etc 

Method 2 : using same domain but append different file structure 

When user type in 
1. http://www.example.com/webapp1/ will go to webapp1 project 
2. http://www.example.com/webapp2/ will go to webapp2 project 

May I know what the keyword/term used in Apache Tomcat to decribe method 1
and Method 2? 
[ I need the term in order I can googling for the correct information ] 

If do have the resource how to do method 1 or method 2, please kindly
redirect me to there.... 

Thanks a lot.
-- 
View this message in context: 
http://old.nabble.com/Regarding-1-Webserver-Multiple-Web-App-project-tp26350945p26350945.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to