On Wed, Jun 21, 2000 at 09:57:36AM +0200, Andrew Shiels wrote:
> O/S: NT4 SP6
> Webserver: TOMCAT Version 3.1
> Java SDK: Java(TM) 2 SDK, Standard Edition Version 1.2.2
> DB: Oracle 8.0.5
>
> Hello,
>
> Firstly, I'm no Java expert, so please, bear with me.
>
> I've downloaded turbine and would just like a little assistance with installation on
>NT. In the build-turbine.bat file there is the following, which set some environment
>vars to jar files.
>
>
> REM -------------------------------------------------------------------
> REM Define the paths to each of the packages.
> REM -------------------------------------------------------------------
> set JAVAMAIL=..\lib\mail-1.1.3.jar
> set JAF=..\lib\activation-1.0.1.jar
> set NAMING=..\lib\jndi-1.2.1.jar
> set VILLAGE=..\lib\village-1.2.jar
> set ECS=..\lib\ecs-1.3.2.jar
> set XERCES=..\lib\xerces-1.1.0.jar
> set CASTOR=..\lib\castor-0.8.2.jar;..\lib\jdbc-se2.0.jar;..\lib\jta1.0.1.jar
> set XMLRPC=..\lib\xmlrpc.jar
>
> set FREEMARKER=..\lib\freemarker-jdk1.2.jar
> REM set FREEMARKER=..\lib\freemarker-jdk1.1.jar
> set WEBMACRO=..\lib\webmacro-jdk1.2-CVS.jar
> REM set WEBMACRO=..\lib\webmacro-jdk1.1-CVS.jar
>
> set JSDK=C:\classes\jsdk2.0\lib\jsdk.jar
>
> REM --------------------------------------------
> REM No need to edit anything past here
> REM --------------------------------------------
>
> Ok, my problems are that I'm not sure how to do the following:
>
> 1. set the path to my JDBC drivers from Oracle (the path is
>C:\orant\jdbc\lib\classes111.zip)
These don't need to be on the classpath to *build* Turbine, but they do
need to be there to run it. The path above should appear in your
CLASSPATH environment variable when you come to run Tomcat. (I believe
on NT you can edit environment variables by Control
Panel->System->Environment tab.
> 2. set the path to JDK (which is Java(TM) 2 SDK, Standard Edition Version 1.2.2) -
>What file do I place in the JSDK path, I do not have a jsdk.jar file.
servlet.jar from the Tomcat distribution.
--
Sean Legassick
[EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]