Re: Urgent !! Help needed regarding Tomcat web server !!

2003-12-11 Thread Ben Souther
 how can i set Path  CLASSPATH variable?
Go here: 
http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html


Once you learn how to set up your classpath, make sure you add servlet.jar to 
it.  Servlet.jar can be found in the TOMCAT_HOME/common/lib directory.

Good luck


On Thursday 11 December 2003 07:47 am, you wrote:
 Hi All,
 I am using TOMCAT for jsp/servlet deployment.
 When I am compiling a servlet class it gives an
 exception that javax.servlet.* not found.
 javax.servlet.http.* not found.

 What should i do to remove this exception, so that
 java file gets compile successfully.

 how can i set Path  CLASSPATH variable?
 I am using WindowXP.

 pls help me asap.

 Refards
 Gyan

 __
 Do you Yahoo!?
 New Yahoo! Photos - easier uploading and sharing.
 http://photos.yahoo.com/

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Urgent !! Help needed regarding Tomcat web server !!

2003-12-11 Thread Schalk
In Windows, right click on My Computer and select Properties, then Advanced
and then Environmental Variables. In user and system variables add the
following:
J2EE_HOME j2sdkee1.4\
JAVA_HOME j2sdk1.4.2\

Restart your PC. This should fix the problem. 

Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.CEO
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PROTECTED]
web: www.volume4.com
 
This message contains information that is considered to be sensitive or
confidential and may not be forwarded or disclosed to any other party
without the permission of the sender. If you received this message in error,
please notify me immediately so that I can correct and delete the original
email. Thank you. 

:: -Original Message-
:: From: Gyan [mailto:[EMAIL PROTECTED]
:: Sent: Thursday, December 11, 2003 2:47 PM
:: To: [EMAIL PROTECTED]
:: Subject: Urgent !! Help needed regarding Tomcat web server !!
:: 
:: Hi All,
:: I am using TOMCAT for jsp/servlet deployment.
:: When I am compiling a servlet class it gives an
:: exception that javax.servlet.* not found.
:: javax.servlet.http.* not found.
:: 
:: What should i do to remove this exception, so that
:: java file gets compile successfully.
:: 
:: how can i set Path  CLASSPATH variable?
:: I am using WindowXP.
:: 
:: pls help me asap.
:: 
:: Refards
:: Gyan
:: 
:: __
:: Do you Yahoo!?
:: New Yahoo! Photos - easier uploading and sharing.
:: http://photos.yahoo.com/
:: 
:: -
:: To unsubscribe, e-mail: [EMAIL PROTECTED]
:: For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]