On Wed, Jun 20, 2001 at 12:24:22AM +0200, [EMAIL PROTECTED] wrote:
> I have to compile the servlet?
> I ha a simple servlet (Hello world)
> what I have to do:
> -complie and put it (file.class) in appropriate directory

Yes, compile it and put the bytecode in WEB-INF/classes

> -or just put it (file.java) in appropriate directory?
> 
> and how can I compile a servlet?

With a Java compiler (javac, jikes, etc), just like regular Java code.

Cheers,

Neil

Reply via email to