RE: tomcat 5.5.9 basic config

2005-11-14 Thread Rick
-Original Message- From: michael chaplin [mailto:[EMAIL PROTECTED] Posted At: Saturday, November 12, 2005 5:17 PM Posted To: Tomcat Dev Conversation: tomcat 5.5.9 basic config Subject: Re: tomcat 5.5.9 basic config Thanks for the advice about moving the context tag. I moved it as you suggested

Re: tomcat 5.5.9 basic config

2005-11-13 Thread Hassan Schroeder
michael chaplin wrote: Thanks for the advice about moving the context tag. I moved it as you suggested and it works the same. Then either you didn't do exactly as I said, or there's something else wrong in your configuration. You won't have these problems described below when your default

tomcat 5.5.9 basic config

2005-11-12 Thread Michael Chaplin
I'm stumped on a simple issue. I have only one webapp in my tomcat5/webapps directory called crypto my context tags within the host tag of my server.xml is: Context path= docBase=/usr/share/tomcat5/webapps debug=9 reloadable=true privileged=true allowLinking=true

Re: tomcat 5.5.9 basic config

2005-11-12 Thread Hassan Schroeder
Michael Chaplin wrote: I'm stumped on a simple issue. I have only one webapp in my tomcat5/webapps directory called crypto my context tags within the host tag of my server.xml is: Context path= docBase=/usr/share/tomcat5/webapps debug=9 reloadable=true

Re: tomcat 5.5.9 basic config

2005-11-12 Thread michael chaplin
Thanks for the advice about moving the context tag. I moved it as you suggested and it works the same. But, that doesn't answer the question, how do I get it so when someone browses to my webapp root they get the default page, say index.jsp, instead of a directory listing. I don't want user's to