Hi,

 

I've just installed Tomcat 5.5 and I have two main doubts and I hope
someone may help me.

 

1. Do I really have to compile a servlet manually using javac (or using
another tool) or may I save it in a specific folder so Tomcat compiles
it to me?

 

2. Do I really have to register my servlets in web.xml file or this
process can be done automatically by Tomcat?

 

When I did the test with jsp pages, it was not necessary compile or
register the file (Tomcat did everything to me) so I expect the same
with servlets.

 

Thanks,

 

Julio

 

 

Reply via email to