> -----Original Message----- > From: Tarek M. Nabil [mailto:[EMAIL PROTECTED] > Sent: 20 November 2003 20:46 > To: Cactus User (E-mail) > Subject: Nested conf element in a tomcat4x element > > Hi everyone, > > I don't quite understand the documentation for the <conf> element that can > be nested inside a <tomcat4x> element. The document says > > conf > A fileset that can be used to specify the set of files that should be > placed into the conf directory of the installation directory. This fileset > should not include the serverxml file. > > The word "fileset" here, does it refer to an Ant fileset? I tried putting > a <fileset> element inside the <conf> element but it didn't work. > > I tried typing a patter like **/*.xml but, still it didn't work. > > How do I use this element?
The <conf> element *is* an Ant fileset. Just with a different name. You use it in the same way as an Ant fileset. I've improved the documentation. Thanks -Vincent > > Thanks, > Tarek M. Nabil > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
