RE: Tomcat 6 virtual host problem please help

2007-11-25 Thread Rocco Scappatura
> > verify the right version of modules (mod_proxy_ajp.so) are in > %APACHE_HOME%/modules folderstart here > http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html > Im using the module mod_proxy_ajp.so that comes with Apache 2.2.6 which I'm using. The version of Tomcat 5.5 that Im using is To

RE: Tomcat 6 virtual host problem please help

2007-11-25 Thread Martin Gainty
verify the right version of modules (mod_proxy_ajp.so) are in %APACHE_HOME%/modules folderstart here http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html CiaoMartin __Disclaimer and confidentiality noteEverything in this e-mail and any attachments

RE: Cross-domain calls when third-party cookies are not allowed

2007-11-25 Thread Martin Gainty
Jonas- Many larger organisations are starting to discourage reading/writing cookies as it allows one to introduce Cross Domain Security breaches as well as storing potential viruses Have you looked at a strategy of url-rewrite or sending all information to the server including sessionid? htt

RE: Tomcat 6 virtual host problem please help

2007-11-25 Thread Rocco Scappatura
> If you were using apache infront of tomcat you can use the proxy to do > this for you I think > > ProxyPass / ajp13://localhost:8009/app/ > > any requests for '/' go to '/app/' on tomcat > > Hope that helps Sorry, but I have noted an important thing: In my server.xml (as read from a tutorial ht

Re: Cross-domain calls when third-party cookies are not allowed

2007-11-25 Thread Leon Rosenberg
I believe if you set the p3p policy correctly (in your tomcat) ie7 will accept the third party cookies. regards Leon On Nov 22, 2007 11:05 PM, J.Gustafsson <[EMAIL PROTECTED]> wrote: > > Hi, > I have an interesting problem (I think) that I wonder if someone could > assist me with. > > I want to d

RE: Tomcat 6 virtual host problem please help

2007-11-25 Thread Rocco Scappatura
> > add another CNAME (Canonical Name) for > http://foo.example.comhttp://httpd.apache.org/docs/1.3/vhosts/examples.html#purename > > Martin __Disclaimer and > confidentiality noteEverything in this e-mail and any attachments relates > to the official

RE: multithreaded with taglibs

2007-11-25 Thread Yair Ben-Meir
Thanks, but that's not good for me, I need the page to be with a real file link (file://), not through a servlet. -Original Message- From: Pid [mailto:[EMAIL PROTECTED] Sent: Sunday, November 25, 2007 11:53 AM To: Tomcat Users List Subject: Re: multithreaded with taglibs Yair Ben-Meir w

Re: multithreaded with taglibs

2007-11-25 Thread Pid
Yair Ben-Meir wrote: > Let say that the tag will have to generate the image with a text given as an > attribute, and it takes "time" so I want the page to continue: > > > > . > > Why are you doing this with a tag, rather than sending the parameter to a servlet that serves an image into it's o