Hi folks, I have successfully run web2py with jython, now I'd like to run it from Tomcat using modj. I ran into two problems so far: - web2py is looking for its version file in tomcat/bin. Why the hell? - my servlet "gets in the way". Let's say its address is http://host:8080/myservlet/ When called without an app name, web2py will try to run the "welcome" app, and redirects me to http://host:8080/welcome/default/index when it should redirect me to http://host:8080/myservlet/welcome/default/index instead. I have tried to play with routes_out to add the servlet's name to the path but I couldn't get it to work. Any ideas? TIA
Sergio