Hi Kalyan,
          All the steps to be followed for installing Tomcat are given in the user 
guide clearly.It will be available in tomcat\doc\uguide\
U can go through it.

Moreover,U have to re-name the folder in Ur C:\ as c:\tomcat instead of 
c:\jakarta-tomcat.I have set the following variables.

CLASSPATH = 
%classpath%;.;d:\jsdk2.1\servlet.jar;d:\jsdk2.1\server.jar;d:\Applns\oracle8i\jdbc\lib\classes111.zip;
JAVA_HOME = d:\jdk1.3
PATH = %path%;.;d:\jdk1.3\bin;d:\jsdk2.1\;%JAVA_HOME%\bin
TOMCAT - d:\tomcat

Do check with the above.U need not give the oracle81 in the classpath.We have given 
since we will be using thin drivers instead of
JDBC-ODBC.

Moreover, we start tomcat from DOS Prompt giving TOMCAT START in C:\TOMCAT\BIN.

Try it!!!!!.Hope it works..............................

All the best!!!

Gracelin







kal inuganti <[EMAIL PROTECTED]>@java.sun.com> on 11/06/2000
02:08:52 PM

Please respond to "A mailing list for discussion about Sun
      Microsystem's Java Servlet API Technology."
      <[EMAIL PROTECTED]>

Sent by:  "A mailing list for discussion about Sun Microsystem's Java
      Servlet API Technology." <[EMAIL PROTECTED]>


To:   [EMAIL PROTECTED]
cc:
Subject:  TOMCAT - installation


Hi All!

I am trying to get apache tomcat started on windows but it would not
work.
Once I run the startup.bat file the classpath is being echoed and a
new
window flashes for a second. What am I missing?

I edited the autoexec.bat file and included set JAVA_HOME = c:\jdk1.3;

and also set TOMCAT_HOME = c:\jakarta-tomcat

I also included all the jar files in /lib in the classpath.


Is there something else that I need to do?

Please suggest!


Kalyan
_________________________________________________________________________

Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

___________________________________________________________________________

To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources:
http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to