Depends what shell your using and what your setup is :-)) I'm using tcsh on debian and the file to set my variables in is /etc/csh.cshrc
I've got: setenv JAVA_HOME /usr/java/j2sdk1.4.0 setenv JAKARTA_HOME /usr/java/jakarta setenv ANT_HOME $JAKARTA_HOME/jakarta-ant-1.4.1 setenv TOMCAT_HOME $JAKARTA_HOME/jakarta-tomcat.4.0.3 setenv MM_HOME /usr/java/mysql.jdbc-1.2c setenv CLASSPATH .:/usr/java/mm.mysql.jdbc-1.2c setenv PATH .:./bin:/usr/local/bin:/usr/X11R6/bin:/usr/java/jakarta/jakarta-tomcat.4.0.3 /bin:/usr/java/jakarta/jakarta-ant-1.4.1:/usr/java/j2sdk1.4.0/bin:$PATH Hope this helps, perhaps you need to provide more information on your setup. G. -----Original Message----- From: vergel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 27 March 2002 2:48 p.m. To: Tomcat Users List Subject: tomcat4 config. I'm at a loss at how to configure this Server. I just need a couple of pointers to steer me right and unfortunately they're some of what I think are the obvious ones..... I'm using Apache 1.3.23 (linux) and Tomcat 4.03 and I'm confused. Where do I set the JAVA_HOME and the CATALINA_BASE? Any information would be useful. I'm hoping that this will start me on the right path on getting this running. It seems so simple, but I'm missing that OBVIOUS first step. thanks. verg -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
