RE: Adding classes to an application run in tomcat

2007-09-21 Thread Caldarale, Charles R
> From: Roman Agapkin [mailto:[EMAIL PROTECTED] > Subject: Adding classes to an application run in tomcat > > Question: can I add them to the application without bundling > to a jar file? Yes - put them in WEB-INF/classes, as documented in the servlet spec (JSR 154).

Adding classes to an application run in tomcat

2007-09-21 Thread Roman Agapkin
Hello, My webapplication is running in a tomcat and is normally deployed to the webapps folder. I'm programming some extensions for this application. My classes and xml files are in my eclipse workspace. Question: can I add them to the application without bundling to a jar file? Would be nice