Can we serve content out of a directory other than the document root directory?
Answer / Shailendra Chandra
Yes, you can serve content out of a directory other than the document root by adding an alias for that directory within the server.xml file or using the Alias directive in the virtual host configuration.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is tomcat-users.xml configuration file?
On which port does apache work?
What is default session time out in tomcat?
How do I check tomcat version?
What is a connector and how is it used in tomcat?
when to use ssl with tomcat?
Which is better jsp or php?
Where is tomcat server xml?
Why is tomcat not an application server?
Why do we need tomcat server?
How to set the context path of a web application in tomcat 7.0
How do I start tomcat in linux?