Hello, Yasar. "yasar tekin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 1. where to put web.xml � tried all directories
You are obviously lying. If you had indeed tried every directory, you would have stumbled across the correct directory and it would have worked. :-) Put web.xml in your /WEB-INF directory off of the root directory of your web application. Note that WEB-INF is case sensitive. > 2. when we modify a class file to see the changes i need to restart tomcat > is there a way to stop that The best way is to "reload" your web application using the Tomcat manager application. You can alternatively set Context.reloadable to true for your web application in your server.xml file. > thanks -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
