Re: Question regarding deployment

2005-11-09 Thread Dhaval Patel
Hi It's me again. I am sure about it. I think you want to point tomcat to some other directory then webapps. (like when you open http://ADDRESS:PORT/, instead of tomcat page you want to see your directory listing). To do that, create a new file called ROOT.xml inside TOMCAT_HOME/conf/Catalina/loc

Re: Question regarding deployment

2005-11-09 Thread Dhaval Patel
Hi, Based upon your talk I am assuming following: - You have directory c:\sample-dir which text files and other files. - You want to make something like http://ADDRESS/sample-dir which displays list of files (like online apache browsing). Here is the one way you can do it quickly: (1) Even

Question regarding deployment

2005-11-09 Thread Smitha Murthy Krishna Nagesh
I have a directory of text files that is not deployed into the Tomcat server. It has some jsp's but certainly doesn't have the structure of a web application. I need to somehow point Tomcat to this directory so that the Tomcat can display the contents of these text files. Can you please provide