You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by jtnews <jt...@bellatlantic.net> on 2000/08/14 04:51:23 UTC

how do I add directive to tomcat.conf?

I'm trying to add

<Location /examples/ >
      allow from all
</Location>

to tomcat.conf.

I do that, but then it doesn't show up in tomcat-apache.conf the next
time I startup tomcat.
What am I doing wrong?



Re: how do I add directive to tomcat.conf?

Posted by Tom Samplonius <to...@sdf.com>.
On Sun, 13 Aug 2000, jtnews wrote:

> I'm trying to add
> 
> <Location /examples/ >
>       allow from all
> </Location>
> 
> to tomcat.conf.
> 
> I do that, but then it doesn't show up in tomcat-apache.conf the next
> time I startup tomcat.
> What am I doing wrong?

  tomcat.conf is just a sample configuration for Apache.

  If you need to customize, do it in httpd.conf

Tom