RE: CLASSPATH trouble - Reboot

2001-01-05 Thread Michael Wentzel
Actually you should not need to ever reboot to absorb new environment vars. In windows though, you do have to start a new dos window. Dos windows that are open before changes are made to a environ var will not absorb the changes made. Any new dos windows will have the changed settings. Win2000

Re: CLASSPATH trouble

2001-01-04 Thread Pete Ehli
First off the command via dos is -- set -- to see the classpath. You set environment variables in the system icon via the control panel folder. Click on the environment tab and enter under user variables for Administrator in the variable textbox at the bottom CLASSPATHthen in the

RE: CLASSPATH trouble

2001-01-04 Thread Michael Wentzel
I think it's actually better to either set your environ variables it the batch files. This way you don't have to deal with rebooting you just restart the tomcat process. It's all a matter of preferences though... --- Michael Wentzel Software Developer A

RE: CLASSPATH trouble

2001-01-04 Thread Dustin M. Hawley
PROTECTED]] Sent: Thursday, January 04, 2001 12:30 PM To: [EMAIL PROTECTED] Subject: Re: CLASSPATH trouble First off the command via dos is -- set -- to see the classpath. You set environment variables in the system icon via the control panel folder. Click on the environment tab and enter under user

RE: CLASSPATH trouble

2001-01-04 Thread Dustin M. Hawley
, internal servlet error, unable to load class). -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 11:59 AM To: '[EMAIL PROTECTED]' Subject: RE: CLASSPATH trouble I think it's actually better to either set your environ variables it the batch

RE: CLASSPATH trouble

2001-01-04 Thread Michael Wentzel
classes imported in jsp's should be under ./Web-inf/classes/ and jars under ./Web-inf/lib/ /webapps/app/Web-inf/ | \-/classes/ | \-/com/ | \-/... The important part to notice about the

RE: CLASSPATH trouble

2001-01-04 Thread Wang, Jianming
" folder. Hope this help -Original Message- From: Dustin M. Hawley [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 3:33 PM To: '[EMAIL PROTECTED]' Subject: RE: CLASSPATH trouble I understand how to set the environment variables (which you don't need to reboot to i

RE: CLASSPATH trouble

2001-01-04 Thread Dustin M. Hawley
Michael, Jianming and Pete - Thanks a lot! I finally got it working. -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 12:18 PM To: '[EMAIL PROTECTED]' Subject: RE: CLASSPATH trouble classes imported in jsp's should be under ./Web

Re: CLASSPATH trouble

2001-01-04 Thread Pete Ehli
goes where. That is why the examples are there. Also the docs would easily answer you questions. -- Pete -- - Original Message - From: "Dustin M. Hawley" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 04, 2001 12:32 PM Subject: RE: CLASSPATH trouble I unde

Re: CLASSPATH trouble

2001-01-04 Thread kalai selvan
Hi! This is very usual problem. In general , CLASSPATH is refer to the set of classes. say, it could be set to /Lib direcotry or where your *.Jar(set of class files required by the application is in compressed form) fiels are kept. In tomcat, you can test your classes putting under the

RE: CLASSPATH and JARs

2000-10-31 Thread David Harris
I believe the 'correct' place to put jars is in the WEB-INF/lib directory of the context. I run tomcat 3.2beta6 on jdk1.3 and can say that it behaves correctly on redhat 6.2 and win NT and win98. Note that WEB-INF must be capital letters on unix/linux platforms, it doesn't matter on win32.

<    1   2   3