Ola Berg wrote:

My question is if it is common to ship java web app to Windows box with tomcat and jdk.
Common, I don't know, but it isn't legal (license-wise) to redistribute the JDK (only the JRE), and the JDK is needed for tomcat.
The solution to this problem is to distribute the JRE and then user Jikes as your JSP compiler. This gets around distribution issues.

---Steve


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



Reply via email to