Christian, You have mixed up some terms here. Turbine doesn't require JSPs (Java Server Pages) to run. Turbine works entirely with Java Servlets. JSDK is the Java Servlet Development Kit. You can use it to write and test Servlets. There are different Versions of the JSDK. These are 2.0 and 2.1. They are both obsolete. The current "Development Kit" for Servlets and Java Server Pages is Tomcat. The latest stable version of Tomcat is 3.1, but there is a already a beta of version 3.2. You can get Tomcat from http://jakarta.apache.org You should really use Tomcat for Servlet development, because it is the reference implementation of the official Servlet and JSP specification from Sun. How to integrate Tomcat into VA is explained step by step in this article: http://www7.software.ibm.com/vad.nsf/Data/Document2390?OpenDocument&p=1 There are more good articles regarding Servlet and JSP development at the Visual Age Developer Domain. JServ is an add-on Servlet engine for the Apache webserver. It is used to run Servlets with Apache. It is also obsolete, because Tomcat can also be used in conjunction with Apache. For development and testing it is easiest to use Tomcat in standalone mode. For more information see the websites of IBM, Sun and Apache. http://java.sun.com http://www7.software.ibm.com/vad.nsf http://jakarta.apache.org Hope this helps, Stefan Christian Wolf wrote: > > i have some problem between turbine and jsdk. The problem is that some > JSP are missing. So wich version of the JSDK must i have to run turbine > with jserv in visualAge ??? > -- > Christian Wolf > 1545 Chevroux > T�l : +41266672139 > e-mail : [EMAIL PROTECTED] > > ------------------------------------------------------------ > To subscribe: [EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/> > Problems?: [EMAIL PROTECTED] ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]
