Re: [T5.3.7] Cannot start tapestry project as development mode in tomcat

2013-10-02 Thread Xuqian Zhang
Thank you Thiago H de Paula Figueiredo! I found the solution in http://tapestry.apache.org/loading-the-project-into-eclipse.html, it says: > Tapestry runs best with a couple of additional options; click the "Arguments" tab and enter the following VM Arguments: -XX:MaxPermSize=256M -Xmx600m -Dtapest

Re: [T5.3.7] Cannot start tapestry project as development mode in tomcat

2013-10-02 Thread Thiago H de Paula Figueiredo
Hi! I guess you're missing setting the tapestry.execution-mode symbol. In your web.xml, that would be: tapestry.execution-mode development In addition, I ran it in tomcat 7.0.27. I found a temporary solution for this, I added a @SubModule annotation on AppModule, and it seemed tha

[T5.3.7] Cannot start tapestry project as development mode in tomcat

2013-10-01 Thread Xuqian Zhang
Hi all! This is my first time to send mail to you, I hope you could receive it. I was developing a simple management system using Tapestry 5.3.7. After some time, I found the exception reporting didn't display detailed stack trace, then I realized the development mode didn't open in the right way,