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
defini
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:
That seems to make tomcat load the application from the build folder
rather than copying it into its own folder.
I hope
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 late