I want to link a folder to custom url.
For example, I have a folder: C:\testFolder
I want this: when you type http:\\localhost:8080\myFolder tomcat actually shows testFolder.
Is that possible?
Thank you
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.
Edit server.xml located under TOMCAT_HOME/conf
It contains tag like:
change the value of
appBasetoC:/testFolderPay attention on the slash I used. Use forward slash although you are on Windows.