> 1) How do you share the same application development? Do you use
> a "strategy"? We are testing our business objects outside struts,

Are you all sharing a single tomcat instance for development? If so,
stop now! :-)

Set up a version control system (like cvs), and use one instance of
tomcat per developer (on each workstation). That way only your changes
affect you. Update from cvs often and commit when your code works.

> 2) Is there another way to tell Tomcat that a class has been changed
> instead of reload the application or set the reload=true attribute
> in the context?

No.

Larry



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

Reply via email to