On Wed, Jul 1, 2009 at 10:03 AM, Robert Schmid<rsch...@raptor.net> wrote:
> I have reduce my config to the following; Still too much -- try this: > <VirtualHost *:80> > ServerName ajax.newdom.com > ServerAdmin r...@newdom.com > DocumentRoot "/Domains/com/newdom/htdocs" > DirectoryIndex "index.shtml" "index.html" "index.php" > CustomLog "/var/log/apache2/access_log" "%h %l %u %t \"%r\" %>s %b" > ErrorLog "/var/log/apache2/error_log" > ErrorDocument 404 /error.html > LogLevel warn > ProxyPassReverse /eoservice ajp://127.0.0.1:8011/EOService > ProxyPass /eoservice ajp://127.0.0.1:8011/EOService > > </VirtualHost> Actually, I would try it with a straight http connector instead of ajp for starters, which would also let you access the app directly (bypassing httpd) to see if it's running as expected. Do you see cookies being set if you go to an ajax.newdom.com URL that isn't part of /eoservice ? -- Hassan Schroeder ------------------------ hassan.schroe...@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org