> 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).
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