Re: Problem with development cycle (5.5.9)

2005-07-11 Thread Carlos A. Carnero Delgado
Hello Robert, On 7/8/05, Robert Parsons [EMAIL PROTECTED] wrote: Hi Carlos, I had exactly the same problem as you. To fix it I put a 'context.xml'... yup, that works. I don't like the fact that I lose directory independence since now the build directory is hardwired but it's definitely a

Problem with development cycle (5.5.9)

2005-07-08 Thread Carlos A. Carnero Delgado
Hello, I've been developing on the 4.x series and the 5.0.x series for a while, using more or less the Jakarta suggested Ant build.xml script and their source organization (I think it's a de facto standard along with Blueprint's.) Anyway, I started testing a new workflow using J2SDK 5 and the

Re: Problem with development cycle (5.5.9)

2005-07-08 Thread Robert Parsons
Hi Carlos, I had exactly the same problem as you. To fix it I put a 'context.xml' in my 'public_html/META-INF' folder. The contents of the file looked like this: ?xml version=1.0 encoding=UTF-8? Context reloadable=true docBase=/opt/myapp/src/build path=/myapp !-- nothing here -- /Context