Hi, I've been trying to modify tomcat configuration for my heroku app. I've installed heroku app using the wiki link below that configures a simple embedded tomcat.
http://devcenter.heroku.com/articles/create-a-java-web-application-using-embedded-tomcat Questions: 1) Since I'm using embedded tomcat, how do I configure default session timeout for my web application? It seems to default to 30 min for some reason? I want to set to something like one week. 2) If I launch the application from within eclipse, how do I set autodeploy = true so that I don't have to compile and restart my application every time I modify java code? 3) is there way to set my web.xml and server.xml? 4) how do I run apache tomcat manager? The documentation on the internet is not very clear. Can you please help? Thanks in advance.. Kiran -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
