Re: servlets: automatic compilation: is it possible?

2003-10-27 Thread Christopher Schultz
Neil, When I want to deploy a web application I have to recompile the servlet (.java file) and place the produced class file (bytecode) under the WEB-INF/classes directory. Now, with JSP when you have a .jsp file the it all happens automatically: you don't have to manually produce and place any c

Re: servlets: automatic compilation: is it possible?

2003-10-27 Thread Tim Funk
Its possible - but not with the existing tomcat functionality. -Tim Neil Zanella wrote: Hello, I am currently using Tomcat 4.1.27. When I want to deploy a web application I have to recompile the servlet (.java file) and place the produced class file (bytecode) under the WEB-INF/classes director

servlets: automatic compilation: is it possible?

2003-10-27 Thread Neil Zanella
Hello, I am currently using Tomcat 4.1.27. When I want to deploy a web application I have to recompile the servlet (.java file) and place the produced class file (bytecode) under the WEB-INF/classes directory. Now, with JSP when you have a .jsp file the it all happens automatically: you don't ha