victor,

first, try setting your JAVA_HOME env variable in control panels >
system > environment. at the bottom of the dialog, you'll see "variable"
and "value" fields. make sure JAVA_HOME is set to the root of your jdk,
which, from your description, is c:\jdk1.2.2. now, set another env
variable, TOMCAT_HOME, that points to the root level of your tomcat
install (probably c:\jakarta-tomcat-3.2.1). apply these changes, and
kill any instances of the command shell. start up a new shell, and
execute the tomcat.bat as:

c:\>tomcat.bat start

tomcat should now be running as a standalone sevlet container on port
8080.

second, you can download a binary of isapi_redirect.dll at:
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386/

i don't know about the properties files - i don't use IIS.

i hope this helped. cheers,

bill 

"Trakhtenberg, Victor" wrote:
> 
> Hello !
> My name is Victor Trakhtenberg.
> I want to use the tomcat to run my servlets with the IIS.
> I work with Windows NT and IIS 4.0.
> I downloaded the Tomcat3.2.1 ,
> BUT  when I ran it I've got the message :
> You must set JAVA_HOME to point at your Java Development Kit installationbut
> I've made the
> environment variable JAVA_HOME = c:/jdk1.2.2
> 
> The second problem:
> you say in the documentation the if I want to deploy the Tomcat to IIS
> I should have : isapi_redirect.dll , workers.properties
> ,uriworkermap.properties
> But I don't have them .
> I downloaded the Tomcat 3.2.1
> from http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/
> Please help me and explain what is the problem .
> Thank you in advance .Victor.

Reply via email to