Marcelo da Silva Leal wrote: > > Hello, > I was reading documentation about tomcat, and one worker (tomcat instance) > for application... but i´m confusing. > I need to make some scripts, and one of them, is for to add one more context > (application). The question is: I don´t know what files should i edit! > mod_jk.conf, worker.properties, server.xml, httpd.conf... > i wanna one httpd server running and forwarding requests for virtual hosts, > in the same machine, and each applicantion one devel independent environment > (ports 8007, 8008, 8009, etc...). Then, when one developer would want to add > one more context, or change one old one, he do not have restart the whole > server... > do you understand me ? (i´m brazilian, sorry...) > one server, one worker for application, any virtual hosts... > how can i do this job???
The system I have works pretty well, I think. I have one instance of jboss-jetty (but jboss-tomcat works too, albeit slower, I think) running, and have made the deploy directory writable by all my developers. They can just copy x.war into that directory and the application server automagically deploys it. It seems quite fast, quite stable and very usable. But no .deb for it :-(. One day, when I have the time... Tom -- Tom Cook Information Technology Services, The University of Adelaide "That you're not paranoid does not mean they're not out to get you." - Robert Waldner