Re: Tomcat start problem in NetBeans

2006-11-13 Thread EDMOND KEMOKAI
hanges and just compile or do incremental builds you might get problems like this.This is a response to the original poster by the way. On 11/13/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: EDMOND KEMOKAI [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat start pr

RE: Tomcat start problem in NetBeans

2006-11-13 Thread Caldarale, Charles R
> From: EDMOND KEMOKAI [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat start problem in NetBeans > > Using CATALINA_BASE: /Users/kanika/.netbeans/5.0/ > jakarta-tomcat-5.5.9_base > Using CATALINA_HOME: /Applications/NetBeans.app/Contents/ > Resources/NetBeans/enterprise2

Re: Tomcat start problem in NetBeans

2006-11-13 Thread EDMOND KEMOKAI
kanika thapar [mailto:[EMAIL PROTECTED] > Subject: Tomcat start problem in NetBeans > > Here are the tomcat logs which mainly state "error starting > static resources" Any chance you're not closing files and then running out of file descriptors? This usually r

RE: Tomcat start problem in NetBeans

2006-11-13 Thread Caldarale, Charles R
> From: kanika thapar [mailto:[EMAIL PROTECTED] > Subject: Tomcat start problem in NetBeans > > Here are the tomcat logs which mainly state "error starting > static resources" Any chance you're not closing files and then running out of file descriptors? This u

Tomcat start problem in NetBeans

2006-11-13 Thread kanika thapar
Hi All, My tomcat 5.5.9 was working fine with Netbeans but after running my module several times[im building my app with jsf pages] i started getting http 404 error.Here are the tomcat logs which mainly state "error starting static resources" this has happened with several projects of mine.