Link to home
Start Free TrialLog in
Avatar of JAaron Anderson
JAaron AndersonFlag for United States of America

asked on

How do you install Tomcat7 over top of Apache2.2.3 on RHEL Linux 2.6.18

Hi all
Im on RHEL Linux 2.6.18

how do you install Tomcat over top of Apache ?

isnt there some sort of connector or something ?
what all do I need for https ?

how do you tell if all thats working ? even though I have tomcat7, apache httpd many modules and things all installed, I still cannot get everything to work right .. I must be missing something since Im all by my lonesome on this. any insight is much appreciated.

If I do the JK connector when I try a ./configure I then get I first need apsx ??!?! whats that ? Im lost please help
ASKER CERTIFIED SOLUTION
Avatar of Anthropomorphic_Personification
Anthropomorphic_Personification
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JAaron Anderson

ASKER

@Anthropomorp... ::.
>>Can you connect to your tomcat on port 8080 from a web browser?
http://localhost:8080/my webapps/ dir /  is working yes
>> 8009
Server not found error
>>then apxs is part of apache
how do I tell ? I did a find / -name *apxs* and it returns nothing...

@RitBit ::.
>>Shout if you need more detailed help.
Thanks since RHEL is on a private network not able to see the Cloud, I simply cannot just go get a httpd-devel package Ill have to find where to download it and ISO it to share in my virtual VM slice.
...
>>reconfigure Tomcat to listen to port 80 /443
how would I go about trying that?
I believe my current LIVE production platform uses Apache as a reverse proxy sine web connectors ARE installed Im told but I dont know for sure... how can I tell that ?

thanks guys for the support!
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ok I figured things out...
I dont get my error any more..
I had to add a ip route command and flush my iptables
and things work now for me
guess I dont need to broker any more modules
thx