Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: problem apache with mod_jk |
|
Author |
|
frankyller
Joined: 22 Jun 2015 Posts: 1
|
Posted: Mon 22 Jun '15 11:13 Post subject: problem apache with mod_jk |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 22 Jul '15 12:58 Post subject: |
|
|
Which url to you request if you want that login page? |
|
Back to top |
|
|
|
|
|
|