Placement of JSP/HTML Files

2003-12-09 Thread Merrill Cornish
Asad, You need to define a context in the conf/server.xml file: Context path=/Test docBase=Test debug=0 reloadable=true crossContext=true Logger className=org.apache.catalina.logger.FileLogger prefix=localhost_Test_log. suffix=.txt timestamp=true/ /Context The path

Placement of JSP/HTML Files

2003-12-08 Thread Asad Habib
Hello. Does anyone know if there is a way to place your JSP/HTML files in a subfolder of the root level directory instead of in the root level directory. For example, if I have a web app named Test, I would like to place my files in /Test/jsp instead of in /Test. Your help would be greatly