On 07/01/2010 12:47, pionier wrote:
> 
> Hi, 
> 
> I dont know where to ask or exacly what is source of this problem but...
> I deployed my grails + acegi application on tomcat6 i bought a domain and
> point it to ip of my serwer
> in apatch i placed connfiguration 
> <VirtualHost *:80>
>         ServerName example.com
>         Include /etc/apache2/vhosts.d/default_vhost.include
> 
>         ProxyRequests On
>         ProxyPass / http://www.example.com:8080/
> 
>         <IfModule mpm_peruser_module>
>                 ServerEnvironment apache apache
>         </IfModule>
> </VirtualHost>
> 
> and when i enter my domain address everything works fine, but when i try to
> login or logout application add to my url addres tomcat port number ie:
> 
> im entering address www.example.com
> i try to login in and im redirected to my domain name addres but with
> default tomcat port number
> www.example.com:8080 

Try adding:
ProxyPassReverse / http://www.example.com:8080/

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to