Do you deploy a war file or an exploded web app?
If you deploy a war file, Tomcat will explode it internally to
$CATALINA_BASE/webapps/myapp/ (if your app is myapp.war).
When you deploy a new version of the war file, you must also delete the
exploded version, or else anything can happen.
Also, t
hi,
not sure if this is t5 related, there are times that I have this problem
when restarting tomcat for t5 app:
1. stop the tomcat
2. copy the latest version of app
3. start tomcat
tomcat got started, but can not see the app's page, in the log, i can see
those dispatchers got called, but just no
Hi Eldred,
prgmr.com seems to have the cheapest VPS prices around. Otherwise, I'd
highly suggest looking into EC2. I use rubber (
http://github.com/wr0ngway/rubber) for provisioning. I've been meaning to
write up a blog post on deploying a Tapestry app with it.
--
Kevin
On Thu, Dec 17, 2009
Hi Jim
> Are you able to query the audited entities using the AuditReader?
Yes, I can create queries using AuditReader.
Two questions:
1) Are you using current_session_context_class = thread ?
thread
2) Are you using the "real" Hibernate Session.
http://www.mail-archive.com/users
Howard, Alejandro,
Thanks for looking at the problem.
Alejandro,
Thanks for the detailed source.
I had made local (less elegant!) changes that I think have the same net effect
as the changes you have outlined below:
- locally modified org.apache.tapestry5.hibernate.HibernateModule.java to no