logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: problem apache with mod_jk
Author
frankyller



Joined: 22 Jun 2015
Posts: 1

PostPosted: Mon 22 Jun '15 11:13    Post subject: problem apache with mod_jk Reply with quote

Hi,

I try to configure a server apache 2.4.
In my application, I have two cases:
- Apache redirect to tomcat with mod_jk
- Apache go to documentRoot

My actually configuration is

<VirtualHost *:80>
ServerName www.exemple.com:80
ServerPath "/MyApp/"
DocumentRoot "/usr/local/apache/htdocs/MyApp"
SetEnvIf Request_URI "/MyApp/*" no-jk
JkMount /* balancerTomcat
</VirtualHost>

but I have a problem, I can try to configure my apache redirect to my page login in tomcat when the path is empty, but I do not obtain it.

You can help me please.

Thank you very much for your help.

Best Regards,

Frank
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 22 Jul '15 12:58    Post subject: Reply with quote

Which url to you request if you want that login page?
Back to top


Reply to topic   Topic: problem apache with mod_jk View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules