Title: Message
Thanks Troy.
 
I am able to set up and configure the TomCat in my Env.
 
I have problem deploying the Servlet Application. I just have a index.html page and a servlet class(guess what, Hello Servlet). I do nto have nay package statement in the servlet. So, I have the class file in classes folder of \web-inf\ROOT.
 
Should I have to add the \web-inf\ROOT in CLASSPATH?
 
What am I doing wrong?
 
Thanks in Advance.
KK
 
 
----- Original Message -----
Sent: Wednesday, November 28, 2001 2:44 PM
Subject: Re: Apache-Tomcat 4.0.1

everything is the same except setting the variables and use you a .bat file instead of the .sh
 
 
A good article is:
 
 
 
 
 
 
thanks!
-----Original Message-----
From: Ketharinath Kamalanathan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 28, 2001 3:45 PM
To: [EMAIL PROTECTED]
Subject: Re: Apache-Tomcat 4.0.1

Thanks Troy. But I am using Windows 2000 Server.
 
I am now going thru this page from www.javaworld.com
 
 
I think it will also serve the purpose.
 
Thanks.
----- Original Message -----
 
Sent: Wednesday, November 28, 2001 2:37 PM
Subject: Re: Apache-Tomcat 4.0.1

You need to have JDK installed also (http://java.sun.com/j2se/1.3/).
Then set these variables:
 
 
TOMCAT_HOME=/path/to/tomcat; export TOMCAT_HOME
JAVA_HOME=/path/to/java; export JAVA_HOME
 
 
Then start up TOMCAT with:
 
 
 
$TOMCAT_HOME/bin/startup.sh
 
 
 
 
 
 
 
thanks!
-----Original Message-----
From: Ketharinath Kamalanathan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 28, 2001 3:39 PM
To: [EMAIL PROTECTED]
Subject: Apache-Tomcat 4.0.1

Hello:
 
I am new to Apache and Tomcat. I am trying to run a web server and a Servlet Engine to host my servlet. I have downloaded Apache Webb Server and Tomcat 4.0.1
 
I need help to install and configure and suggestions on Classpath and directory in which I need to put the html/jsp and servlet files.
 
Thanks in Advance.
 
Ketharinath

Reply via email to