On 18/10/2024 09:55, Kele Masemola wrote:
Good day,
We are trying to integrate Tomcat Apache with Sentinel, so we just wanted to
get some clarity on a few things. We installed Apache Tomcat data connector on
Sentinel. It seems the Apache servers in our environment are running on Windows
machi
Good day,
We are trying to integrate Tomcat Apache with Sentinel, so we just wanted to
get some clarity on a few things. We installed Apache Tomcat data connector on
Sentinel. It seems the Apache servers in our environment are running on Windows
machines, so when we download and install the win
Hi,
I have made the integration work.
I did changes to the indexpage of apache (i.e. I included frameset and
called my tomcat page)
I have removed virtual host from http file and made it simple by inlusind
only location..
JkUriSet worker ajp13:127.0.0.1:8009
Its redirecting to my tom
Hi,
I have made the integration work.
I did changes to the indexpage of apache (i.e. I included frameset and
called my tomcat page)
I have removed virtual host from http file and made it simple by inlusind
only location..
JkUriSet worker ajp13:127.0.0.1:8009
Its redirecting to my tomcat.
T
Hi Filip,
I have done with mod_jk2 and I have included the following in httpd.conf
NameVirtualHost 192.168.139.202:80
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/Images
AllowOverride AuthConfig
ServerName warriors
ServerAlias 192.168.139.202:80
ErrorLog /home/error.log
CustomLog
ouch, JK2 has been deprecated for almost three years now,
use mod_jk, it's being maintained and patches kept up to date or use
mod_proxy for http proxying
Filip
Sierra wrote:
Hi All,
I am very bew to Linux and I have been given a task to integrate Apache and
Tomcat.
I got a document and in
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kranthi,
Sierra wrote:
> I got a document and integrated but the output I am getting is [B]It
> works[/B].
Sounds like it works ;)
> I want to get my home page with my IP. but If I give Ip followed by
> 7080(full URL) I am able to see the home page
Hi All,
I am very bew to Linux and I have been given a task to integrate Apache and
Tomcat.
I got a document and integrated but the output I am getting is [B]It
works[/B].
I want to get my home page with my IP. but If I give Ip followed by
7080(full URL) I am able to see the home page.
I used