Re: What a wonderfull world ..

2006-12-30 Thread Almir Kazazic
thanks On 12/30/06, Vijay Hatewar [EMAIL PROTECTED] wrote: WHAT A WONDERFUL WORLD I see trees of green, red roses too I see them bloom for me and you And I think to myself, what a wonderful world I see skies of blue and clouds of white The bright blessed day, the dark sacred night And I

Re: Session sharing accros subdomains?

2006-08-09 Thread Almir Kazazic
hy , I think that your problem is on the client side. session is maintained through cookies (well you know what i mean server discriminates session based on cookies and stores data somowhere on server) and your client will never send cookie to different server (in some cases maybe it will work

Re: Writing files accessible from a browser

2006-08-07 Thread Almir Kazazic
Hi, to avoid using absolut paths you can find that out on runtime by getContext().getRealPath(/) - will return your path to the root regards On 8/7/06, Romain Quilici [EMAIL PROTECTED] wrote: Hi, Hope I will be clear enough: One part of my web application receives encodes stream that it

Re: Writing files accessible from a browser

2006-08-07 Thread Almir Kazazic
Almir Kazazic wrote: Hi, to avoid using absolut paths you can find that out on runtime by getContext().getRealPath(/) - will return your path to the root regards On 8/7/06, Romain Quilici [EMAIL PROTECTED] wrote: Hi, Hope I will be clear enough: One part of my web application

Re: howto deal with war files if context.xml needs configration?

2006-08-07 Thread Almir Kazazic
where can I find more information about old way ? On 8/7/06, Mikolaj Rydzewski [EMAIL PROTECTED] wrote: Holger Klawitter wrote: I have written a webapplication with I would like to distribute as a war file amongst a few hosts. There is a resource in the context file which needs some

Re: logging url of page

2006-08-06 Thread Almir Kazazic
- Dev Lists [EMAIL PROTECTED] wrote: Almir Kazazic wrote: Hi , I am using tomcat 5.5 with log4j to log my errors, and it works great, but it would be of great help if I could get information about URL of errror, this way I could reproduce it and remove much faster, I want to have this code

logging url of page

2006-08-05 Thread Almir Kazazic
Hi , I am using tomcat 5.5 with log4j to log my errors, and it works great, but it would be of great help if I could get information about URL of errror, this way I could reproduce it and remove much faster, I want to have this code on a single place and not for every exception in application