Hi there, I was working through this tutorial for starters: http://documentation.magnolia-cms.com/templating/introduction.html
Everything is working fine except when I alter something in my JSP file (e.g. helloworld.jsp), the changes don't get deployed by Magnolia/Tomcat. It seems that Tomcat is using the exising compiled Servlet bytecode files and is not compiling my altered JSP file again even though its timestamp should tell Tomcat to do so, because that's normally how Tomcat works. So I was getting the impression that the settings of Magnolias Tomcat are somehow different to a local installed Tomcat. But I couldn't figure out anything in /conf/server.xml conf/web.xml or conf/context.xml. So I've used a trick to keep on working. I'm currently creating a second file (helloworld2.jsp) and change the appropriate property in the Configuration workspace to "helloworld2.jsp". But that's not how it's supposed to be. What am I missing here? Anyone having the same problem here? Any hint is very much appreciated. I am working on a Linux Server, not localhost, and I'm using Magnolia-4.4.5 CE. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=a4a1b3a9-e260-4680-aaa6-2107a69f323d ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
