Results 1 to 3 of 3
hi guys,
my company bought a remote centos
i want to deploye my project in remote so i want three thing
to be installed
1.apache
2.tomcat
3.mysql
how to install ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-17-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 4
Remote using centos
hi guys,
my company bought a remote centos
i want to deploye my project in remote so i want three thing
to be installed
1.apache
2.tomcat
3.mysql
how to install these things and i want apache and tomcat should be in same directory as in user folder i have apache and tomact installed then only my project will run pls help how to install
- 09-17-2011 #2
ssh into the box, become root, then
I donīt understand this:Code:yum install mysql-server httpd tomcat5
In general you will need to spend some thought on system and daemon configuration, depending on your requirements and that project of yours.and i want apache and tomcat should be in same directory as in user folder i have apache and tomact installed then only my project will run pls help how to installYou must always face the curtain with a bow.
- 09-17-2011 #3Just Joined!
- Join Date
- Sep 2011
- Posts
- 52
you will also need the tomcat mysql connector. You can get more info from here:
Gaveen's Blog: Howto setup a MySQL Connector/J 5.1 for Tomcat on Linux


Reply With Quote
