Configure Environment Variables
Edited and add the lines below to '/etc/profile'
Make sure you logout and login for this to take effect.
JAVA_HOME=/usr/local/java/java
CATALINA_HOME=/usr/local/tomcat
PATH=$JAVA_HOME/bin:$PATH:$HOME/bin:/sbin:/usr/sbin
CLASSPATH=$CATALINA_HOME/bin/bootstrap.jar:$JAVA_HOME/lib/tools.jar:$CATALINA_HOME/common/lib/servlet.jar:/usr/local/pgsql/share/java/postgresql.jar:../lib/struts.jar:.
Now add the PATH JAVA_HOME CATALINA_HOME & CLASSPATH if any aren't in the export line
export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC JAVA_HOME CATALINA_HOME CLASSPATH
Type env to check your environment variables
Tuesday, November 30, 2004
Subscribe to:
Post Comments (Atom)
Popular Posts
- 80 Column Punched Cards and the History of RPG on the AS400
- Using QCLRDTAQ to clear data queues in CL and RPG
- AS400 APIs
- API Example - Deleting Old Spooled Files
- Contact Us
- Make a Home made, open source mp3 Player
- QUSRJOBI API (Retrieve Job Information) as400
- AS400 Job Scheduler
- Encrypt Data on as400 (QC3ENCDT, Qc3EncryptData)
- About Us
No comments:
Post a Comment