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
- AS400 Job Scheduler
- Make del.icio.us bookmarks
- Three Languages For Java Programmers to Learn
- 10 Really as400 Helpful APIs
- as400 commands and APIs you'll use for handling messages
- Free AS400 & iSeries Software Tools & Utilities Downloads
- Four Hundred Guru--Admin Alert: Moving Libraries Between i5/OS Partitions, Part 1
- Common Gateway Interface (CGI) on the as400 / iSeries
- Recommended PHP reading list
- Difference between SFLINZ and SFLCLR keyword?
No comments:
Post a Comment