Hi Tanguy, Instructions on how to deactivate pre-compiled JSP are here : http://www.jahia.org/jahia/Jahia/devzone/pid/454#9
Also, I recommend upgrading your Jahia (for example to 4.0.6_01) , because 4.0.4 didn't properly support Tag pooling, which is probably the problem you are having. If you want to stick to your version of Jahia, you need to de-activate Tag pooling, which is documented here :
http://tomcat.apache.org/faq/misc.html#tagpool Regards, Serge Huber. Tanguy Rahuel wrote:
Hi everybody, Here is my problem. I need to move my jahia portal on a new tomcat server. why ? My company has decided to move it on a new server where an instance of tomcat is already running for another application. The version of this tomcat is 5.0.28 whereas the version of the tomcat server i used to have was 4.1.x. So i followed the instructions at those places : - http://www.jahia.org/jahia/Jahia/devzone/pid/454#16 - http://www.nabble.com/images-attachements-in-jwma-t98343.html Once i launch again the tomcat server, my jahia portal is available but there are some curious behaviors. When i try to log in as root, the window, which normally allows me to put my login and my password, doesn't appear. So i check what it's going on on the server, and i see that i have a java.lang.nullPointerException error at the TagHandlerPool level around line 131. So what is going on ?? Can you help me ?? I have read somewhere that some stuff were precompiled .... so i supposed they were precompiled for a tomcat version 4.x and not for a tomcat version 5.x. How could i get them to be recompiled if this was the reason ? Tanguy. PS : Excuse me if my english is horrible.
