Sorry for beginner’s questions but I wonder how can I set the root servlet in Tomcat 6?
For example I want to access my servlet on
localhost:8080, not on
localhost:8080/myservlet
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
deploy an web app with context root
/and set servlet-mapping in web.xml as