Forewords and RequirementsThis tutorial explains how to run Turbine within VisualAge for Java WebSphere Test Environment. This tutorial works with VAJava 3.5.2 and 3.5.3. Please tell us if you find that it works with other versions. Step 1 : Import the correct packages in VAJava
Let's assume the following conventions :
You need to create a project : Turbine Import into Turbine project all JARS/SRC associated with the specific Turbine release Step 2 : Modify WebSphere Test EnvironmentEdit default.servlet_engine
Edit <websphere-webgroup name="turbine"> <description>Turbine Application Framework</description> <document-root>$approot$/web</document-root> <classpath>$approot$/servlets</classpath> <root-uri>/turbine</root-uri> <auto-reload enabled="true" polling-interval="3000"/> <shared-context>false</shared-context> </websphere-webgroup> Create a turbine directory
Create a directory called Create the following directories (which is similiar to the TDK distribution) under the web directory. Copy the TurbineResource.properties file to the "WEB-INF/conf" directory. The templates, logs etc. directories are quite self explanetory I think. Create a turbine.webapp file
Create a Step 3 : Edit VAJava workspace classpathIn the WebSphere Test Environment under Servlet Engine, add Turbine to the classpath. |