Re: Tomcat Log Error on app deployment - NullPointer Exception, META-INF?

2008-03-24 Thread John Pedersen
I have my app working now - but it took a lot of jiggling about with jar files. I can't say exactly what fixed my setup, but I'd suggest removing all those jar files you aren't absolutely sure you need, then adding them back in as necessary when you see errors in the log.

Re: Tomcat Log Error on app deployment - NullPointer Exception, META-INF?

2008-03-24 Thread hai_vu
If you don't use JSTL then why do you need to include the tld's and standard.jar in your build? Hai Vu micah7 <[EMAIL PROTECTED]> wrote on 24/03/2008 06:55:58 AM: > > No, got no reply on this. maybe need to turn off in build file one line with > debug=on. only option left to try. > > pir8ped

Re: Tomcat Log Error on app deployment - NullPointer Exception, META-INF?

2008-03-24 Thread micah7
No, got no reply on this. maybe need to turn off in build file one line with debug=on. only option left to try. pir8ped wrote: > > Hi, > > Did you resolve this issue? I am getting the same error - since adding the > libraries needed for PayPal NVPApi > > John > > On 21/03/2008, micah7 <[EMAIL

Re: Tomcat Log Error on app deployment - NullPointer Exception, META-INF?

2008-03-24 Thread John Pedersen
Hi, Did you resolve this issue? I am getting the same error - since adding the libraries needed for PayPal NVPApi John On 21/03/2008, micah7 <[EMAIL PROTECTED]> wrote: > > > Hi, > > When I build and deploy my new Java web application war file (using ant on > Linux command-line), I get the applic

Tomcat Log Error on app deployment - NullPointer Exception, META-INF?

2008-03-21 Thread micah7
Hi, When I build and deploy my new Java web application war file (using ant on Linux command-line), I get the application showing and working. However the error below is in the logs. There seems to be something wrong with TLD files but I don't reference any standard or custom tag libraries in th