Re: Why doesn't my context work?

2005-09-29 Thread Mark Eggers
--- Michael Sullivan <[EMAIL PROTECTED]> wrote: [ lots of stuff snipped ] OK, I finally got around to putting this together on my Limux (Fedora Core 4) box. My environment: 2.6.12-1.1456_FC4 running on a Dell 8200 with 768 MB java 1.5.0_04-b05 apache 2.0.54 mod_jk 1.2.14.1 tomcat 5.5.9 My confi

Re: Why doesn't my context work?

2005-09-26 Thread Michael Sullivan
On Sun, 2005-09-25 at 23:21 -0700, Mark Eggers wrote: > --- Michael Sullivan <[EMAIL PROTECTED]> wrote: > > > Right now I use symlinks > > to my individual > > users' website directories, but now that I've > > discovered Alias I'll > > probably switch completely to using Aliases. > > Good. > >

Re: Why doesn't my context work?

2005-09-25 Thread Mark Eggers
--- Michael Sullivan <[EMAIL PROTECTED]> wrote: > Right now I use symlinks > to my individual > users' website directories, but now that I've > discovered Alias I'll > probably switch completely to using Aliases. Good. > I > created a test Alias > point to the ~/webspace/webapps directory in m

Re: Why doesn't my context work?

2005-09-25 Thread Michael Sullivan
On Fri, 2005-09-16 at 19:31 -0700, Mark Eggers wrote: > > --- Michael Sullivan <[EMAIL PROTECTED]> wrote: > > > OK. For clarification I am running > > tomcat-5.0.27-r6. I want user's > > tomcat files to be read from > > /home/*/webspace/webapps. My personal > > account is michael so my persona

Re: Why doesn't my context work?

2005-09-16 Thread Mark Eggers
--- Michael Sullivan <[EMAIL PROTECTED]> wrote: > OK. For clarification I am running > tomcat-5.0.27-r6. I want user's > tomcat files to be read from > /home/*/webspace/webapps. My personal > account is michael so my personal tomcat directory > would > be /home/michael/webspace/webapps . Ju

Re: Why doesn't my context work?

2005-09-16 Thread Michael Sullivan
> >From the documentation for Tomcat 5.5.9 at > http://localhost:8080/tomcat-docs/config/context.html: > > The Document Base (also known as the Context Root) > directory for this web application, or the pathname > to the web application archive file (if this web > application is being executed di

Re: Why doesn't my context work?

2005-09-16 Thread Hassan Schroeder
Michael Sullivan wrote: what I found. Anyway, I created a file called home.xml in /opt/tomcat5/conf/Catalina/localhost. I made home.xml by copying admin.xml and altering it. Here are the contents of home.xml: Per the Tomcat doc that's been quoted here half-a-dozen times in the last coupl

Re: Why doesn't my context work?

2005-09-16 Thread Mark Eggers
> Here are the contents of > home.xml: > > docBase="michael/webspace/webapps" > debug="0" privileged="true"> > >From the documentation for Tomcat 5.5.9 at http://localhost:8080/tomcat-docs/config/context.html: The Document Base (also known as the Context Root) directory for this web a

Why doesn't my context work?

2005-09-16 Thread Michael Sullivan
I wrote in yesterday asking about how to map certain directories to tomcat contexts. When nobody answered me I did some Google research. I didn't find much that made sense to me. I prefer man and info pages to what I found. Anyway, I created a file called home.xml in /opt/tomcat5/conf/Catalina/