Howdy,

>1. where to put web.xml ý tried all directories

Put it under the /WEB-INF subdirectory of your web application.  See the Servlet 
Specficiation, v2.3, section on web application structure for more details.

>2. when we modify a class file to see the changes i need to restart tomcat
>is there a way to stop that

There are some cases when you can see the change without restarting tomcat.  If your 
context has reloadable="true" in server.xml, you can use the tomcat manager app to 
reload your application after compiling a class file.  See the manager app how-to in 
the tomcat documentation for details.

Yoav Shapira
Millennium ChemInformatics



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to