Apache - Tomcat forwarding does not work with a scout application [message #1773150] |
Fri, 22 September 2017 05:54  |
Eclipse User |
|
|
|
Hello everybody,
I have a problem with the Apache setting for a scout application.
* I have an application installed on the Tomcat and is now under [<IP address> /org.eclipse.scout.ui.html/].
* Now I want a redirect from [app.myAdresse.eu] to [<IP address> /org.eclipse.scout.ui.html/].
I set this with a new Virtualhost on Apache:
<Virtualhost *:80>
JkMount /* ajp13_worker
ServerName app.myAdresse.eu
#DocumentRoot /opt/tomcat/webapps
DocumentRoot /opt/tomcat/webapps
ErrorLog /opt/tomcat/logs/error.log
CustomLog /opt/tomcat/logs/access.log common
<Directory /opt/tomcat/webapps>
Options -Indexes
</Directory>
RewriteEngine On
RewriteRule ^/(.*) /org.eclipse.scout.ui.html/$1 [PT]
</Virtualhost>
When I restart the Apache and Tomcat, I come to the login mask of the Scout framework. But the registration itself does not work!
However, logging in via the IP address [<IP address> /org.eclipse.scout.ui.html/] works without problems.
Is this on the Apache, the Tomcat or do I have something in the Scout application set?
Unfortunately I have no more idea.
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05835 seconds