LAMP + Tomcat Configuration

2011-12-11 Thread Truckman
Greetings, I apologize for the length/complexity of this but I've learned over the years providing more detail generally saves time of those who are kind enough to assist. I have a slew of standard webservers which run the usual LAMP model - CentOS6, Apache 2.2.15-5, MySQL 5.0.77-4, and

Re: LAMP + Tomcat Configuration

2011-12-11 Thread Igor Cicimov
You need to deploy the war file inside tomcat so you need to make tomcat aware of its location. Also including the war file in the uri makes no sense it can not work like that. Did you do any configuration on the tomcat side? Ajp connector etc. I would suggest you check the tomcat docs to gain

Re: LAMP + Tomcat Configuration

2011-12-11 Thread André Warnier
Truckman wrote: Greetings, I apologize for the length/complexity of this but I've learned over the years providing more detail generally saves time of those who are kind enough to assist. I have a slew of standard webservers which run the usual LAMP model - CentOS6, Apache 2.2.15-5,

Re: LAMP + Tomcat Configuration

2011-12-11 Thread Konstantin Kolinko
2011/12/11 Truckman truck...@woodbridgedata.com: Greetings, I apologize for the length/complexity of this but I've learned over the years providing more detail generally saves time of those who are kind enough to assist. I have a slew of standard webservers which run the usual LAMP