RE: tomcat 5.5.9 basic config

2005-11-14 Thread Rick
hael 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 and it works the same. But, tha

Re: tomcat 5.5.9 basic config

2005-11-13 Thread David Smith
Just finish the docBase attribute as in: --David 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: I would expect that browsing to http://gus.csbc.v

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 web

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 g

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: > >docBase="/usr/share/tomcat5/webapps" > debug="9" reloadable="true" > pri