Milan Kuchtiak wrote:

> I am partly working on Tomcat integration into Forte4j IDE.
>
> Could anybody tell me how the servlets are compiled into classes.
>
> I supose that not JDK javac compiler is used.
>

In general, the JDK compiler is probably used by most people, although
any Java compiler should be able to do the trick.  Because a servlet is
just a Java class, you should be able to compile it the same way you
compile any other Java class.

>
> Thank You
>
> Milan

Craig McClanahan

====================
See you at ApacheCon Europe <http://www.apachecon.com>!
Session VS01 (23-Oct 13h00-17h00):  Sun Technical Briefing
Session T06  (24-Oct 14h00-15h00):  Migrating Apache JServ
                                    Applications to Tomcat



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to