config problem

2001-01-30 Thread Jeff Sum
I have successfully made a mod_jk.so and it works fine in my apache, I have a application called abc in my webapps dir. of tomcat. I can browse the application by http://www.mydomain.com/abc but I want to browse the abc application directly at http://www.mydomain.com . I tried to change the Docum

Development with tomcat

2001-01-10 Thread Jeff Sum
I face a big problem when I developing my application in tomcat. When I make changes in my servlet and reload the page, the tomcat still read the cache even I setted the reloadable="true" in server.xml. The only thing I can do is restart the server again, again and again during my development per