You will probably have better luck with the following: find . -print | xargs egrep '(ROOT|/ROOT)'
Pae ----- Original Message ----- From: "yoom nguyen" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 10:22 AM Subject: Re: Can't use alternate root context with Tomcat 4.1.12 > Ian, (Umberto, do you have any words of wisdom) > > We are in the same boat. I am wonder if the path is hardcoded at the > compiled time. I used the pre-build Tomcat 4.1.2 binary from jakarta > site. I am assumed you are as well. I didn't think they would. It will > defeat the whole (server.xml) scalable purpose of it. > > Anyone have any hints please share. I could not find any text files > that have anything with the word ROOT that make sense, when I did > > under tomcat-home directory > find . | xargs -l grep -l ROOT | more > > This is why I think they may hardcode the webapps path at the compile > time. > > > Thanks, Yoom > > > > ----- Original Message ----- > From: "Ian Hunter" <[EMAIL PROTECTED]> > Date: Monday, November 4, 2002 12:03 pm > Subject: Can't use alternate root context with Tomcat 4.1.12 > > > It seems like either I'm missing something drastic or that me and > > at least > > one other person on the list have found a bug wherein the ROOT > > context of > > Tomcat 4.1.12 cannot be reliably changed. > > > > Has anyone successfully done this? > > > > > > -- > > To unsubscribe, e-mail: <mailto:tomcat-user- > > [EMAIL PROTECTED]>For additional commands, e-mail: > > <mailto:tomcat-user-help@;jakarta.apache.org> > > > > > > > -- > To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
