dr83 wrote:
> hello recently i've tried to setup tomcat in suse but it turn out to be
> very difficult.
> I do know that after I've unziped tomcat i need to tell the tomcat
> where the JRE has been installed.
> in some forums it turned out that I shoul access mine .bashrc file but
> the "gedit ~/.bashrc" didnt worked and i didnt know where to find this
> file the only file that i found is bash.bashrc situated into mine /etc.
i did not know anything about tomcat
but ~/.bashrc in opensuse have this location
Code:
~>ls ~/.bashrc
/home/user/.bashrc
this is mine one wo my stuff
Code:
# Sample .bashrc for SuSE Linux
# Copyright (c) SuSE GmbH Nuernberg
# There are 3 different types of shells in bash: the login shell, normal
shell
# and interactive shell. Login shells read ~/.profile and interactive shells
# read ~/.bashrc; in our setup, /etc/profile sources ~/.bashrc - thus all
# settings made here will also take effect in a login shell.
#
# NOTE: It is recommended to make language settings in ~/.profile rather
than
# here, since multilingual X sessions would not work properly if LANG is
over-
# ridden in every subshell.
# Some applications read the EDITOR variable to determine your favourite
text
# editor. So uncomment the line below and enter the editor of your choice
:-)
#export EDITOR=/usr/bin/vim
#export EDITOR=/usr/bin/mcedit
# For some news readers it makes sense to specify the NEWSSERVER variable
here
#export NEWSSERVER=your.news.server
# If you want to use a Palm device with Linux, uncomment the two lines
below.
# For some (older) Palm Pilots, you might need to set a lower baud rate
# e.g. 57600 or 38400; lowest is 9600 (very slow!)
#
#export PILOTPORT=/dev/pilot
#export PILOTRATE=115200

so you could create new one
and edit it with your favorite editor then restart bash, thats all
--
WBR
Bookmarks