Results 1 to 6 of 6
Hi, please help me to install tomcat and Java on Linux Slackware....
Thanks...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-09-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 17
Install Tomcat and JSDK on Slackware
Hi, please help me to install tomcat and Java on Linux Slackware....
Thanks
- 03-09-2005 #2
java comes preinstalled on slackware, the path should be /usr/lib/java/bin/java
Great GNU/Linux references and resources:
The Linux Documentation Project
Rute User's Tutorial and Exposition
GNU/Linux Man Pages
- 03-09-2005 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 17
thanks...
Originally Posted by Krendoshazin
and do you know how to install tomcat....
- 03-09-2005 #4
assuming tomcat has a standard compilation routine and that your compiling it from source you can just go to it's directory and type configure, then make, and finally as root use make install.
if the install routine is any different to that, they will normally give details on that in a file in the directory. if the file is a tgz package then installpkg as root to install it globally is what you need.
hope that helpsGreat GNU/Linux references and resources:
The Linux Documentation Project
Rute User's Tutorial and Exposition
GNU/Linux Man Pages
- 03-09-2005 #5you can just go to it's directory and type compile,
Actually, that should befrom its directory.Code:./configure make make install
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-09-2005 #6
you're right but i'd already corrected that, i was in a rush and didn't realise the mistake untill i read through it
Great GNU/Linux references and resources:
The Linux Documentation Project
Rute User's Tutorial and Exposition
GNU/Linux Man Pages


Reply With Quote
