AW: JSP precompilation

2007-07-09 Thread Chris Jölly
OR you could use a small JSP page which goes through all JSP files of your webapp and include them, which in turn leads to a compilation of the JSP pages... call this precomp.jsp after deployment of your webapp, which could be automated using a deployment script ... hth, Chris > -Ursprüng

OutOfMemory exception when deploying using manager app / catalina-ant

2007-06-28 Thread Chris Jölly
Hello! i use ant for application building and the ant tasks defined in catalina-ant.jar Catalina-Ant-Task for deploying the ready build war file to a tomcat installation. (tomcat 4.1.29) removing and deploying the war works, but after a few removals/deployments the vm reports an java.lang.Out