Re: Can't deploy

2007-07-18 Thread Randy Wigginton
Are you monitoring the system console for anything that might be interesting? When issues like this come up in Unix, it is almost always a permissions problem somewhere or else. You could always add system.out.println statements to the initialization code of your app. I would bet your ap

Building a WAR file

2007-07-12 Thread Randy Wigginton
I am trying to deploy a .war file to a linux machine; I've puzzled through a lot of it, but there are a few oddities, and I seem to be blocked from going any further. I edited my xcode build settings for deployment to be: SERVLET_COPY_JARS = YES;