Software Development Process Help

2009-03-24 Thread Stefan Negrea
Hello Everybody, Over the past couple of months I documented a new software development process for open source projects and communities. The new process attempts to address shortcomings of existing major software development processes and build upon existing attempts of open source

Re: tomcat 5.5.16 cache problem

2007-01-31 Thread Stefan Negrea
Try to delete /tomcat/work/Catalina/localhost/Name of the web-app folder. That is the folder where tomcat caches everything. I have almost the same problem on the jsp's (even if I set the application to reload stuff every time it detects changes). Also, you might want to configure the

No Tomcat Restart

2006-09-20 Thread Stefan Negrea
Hello everybody, Is there a way to configure Tomcat to load filters after changes without restarting Tomcat? Looked into server.xml and modified few options but no luck. Any help would be more than appreciated. Thank you, Stefan Negrea

Re: No Tomcat Restart

2006-09-20 Thread Stefan Negrea
Hello everybody, I am sure I forgot to mention a few things. I am using Tomcat 5.5.17, the autodeploy function is enabled in server.xml and the application is webapps/ROOT . Thank you, Stefan Negrea --- Stefan Negrea [EMAIL PROTECTED] wrote: Hello everybody, Is there a way to configure

Re: No Tomcat Restart - Solved

2006-09-20 Thread Stefan Negrea
Hello everybody, Got the problem solved. I think I had the context setup wrong. Setting reloadable to true in Host-Context solved my problem. Thank you, Stefan Negrea --- Stefan Negrea [EMAIL PROTECTED] wrote: Hello everybody, I am sure I forgot to mention a few things. I am using Tomcat