Custom error page with stacktrace

2008-08-20 Thread Tom van Wietmarschen
can output it to our own custom XML format and our testers can give proper feedback. I did some googling for this but it seems like everyone else is just trying to get rid of the stacktrace instead of changing it. Sincerely, Tom van Wietmarschen -- **Tom van Wietmarschen** Software Engineer

Re: Response already comitted on first line of servlet

2008-07-04 Thread Tom van Wietmarschen
Tom van Wietmarschen wrote: L.S, I'm investigating a problem in which one of our servlets doesn't return any headers most of the time (sometimes it does work, but it seems quite random) After a bit of digging I found out that the reason the headers aren't added is that the response already

Response already comitted on first line of servlet

2008-07-03 Thread Tom van Wietmarschen
this behaviour, could it be a bug in Tomcat or am I missing something ? Sincerely, Tom -- **Tom van Wietmarschen** Software Engineer Service2Media B.V. Vreelandseweg 7 1216 CG Hilversum Capitool 41 7521 PL Enschede Tel +31 (0)35 626 46 12 Fax +31 (0)35 626 46 13

Re: The troubles with tribes

2008-03-12 Thread Tom van Wietmarschen
Filip Hanik - Dev Lists wrote: The biggest issue I have is that I keep getting memberAdded/memberDisappeared events from the same member. I've made a small test app (based on the example on the Tribes introduction page) that I run on a client PC and a similar implementation that I start from a

Re: Using a custom method of session-id propagation

2008-03-11 Thread Tom van Wietmarschen
Christopher Schultz wrote: | The problem with both cookies and session id's in the URL is that we | develop applications for use on cellphones. Cell network operators are a | bunch of not-so-nice-people who sometimes feel the need to screw up HTTP | traffic in their gateways, e.g. by messing

The troubles with tribes

2008-03-11 Thread Tom van Wietmarschen
application ? Sincerely, Tom van Wietmarschen - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using a custom method of session-id propagation

2008-03-05 Thread Tom van Wietmarschen
difficulty, we only use sessions in a subset of our applications, so it would be preferrable if this is something we can enable on a per-application basis. I hope this clarifies what I'm trying to do. Sincerely, Tom -- **Tom van Wietmarschen** Software Engineer Service2Media B.V

Using a custom method of session-id propagation

2008-03-04 Thread Tom van Wietmarschen
. Does anyone known if there is a way to write my own handlers for retrieving and setting the current sessionid and have tomcat use that instead of looking at the requesturl or cookies ? Sincerely, Tom van Wietmarschen