Hi all,
This might be my first post on this news group. I m pretty new to JAVA.
I have to run some servlets. So, I installed the j2ee (using the GUI
installer, it was not allowing me to do -console) & Tomcat on my local
Linux system.
Now I have to install the j2ee on remote servers. The remote servers
doesnt X-server running. So can I just tar the entire INSTALLATION
directory and untar it on server.
Will it work?
Also if -console doesnt work then why it shows up in installer help?
leemingjun - 13 Jun 2005 07:07 GMT
Which Installer type you used?If you use binary file,the file postfix
is 'bin',
just,change to the directory of you j2ee installer and run:
$chmod +x you_j2ee_file.bin
$./you_j2ee_file.bin
Above is the all you should do!
If you use rpm, just do :
$rpm -ivh you_j2ee_file.rpm