Re: [OT] Request an app test (free beer!)

2004-12-20 Thread Peter Maas
t; } > } > > I'm particularly interested in various *nix variants, Linux, Mac and > such. Windows I already have answers for (although some verification to > be sure nothing fishy is going on wouldn't hurt). > > If you could just post your OS and what the r

Re: [OT] Request an app test (free beer!)

2004-12-20 Thread Peter Maas
;)); > } > } > > I'm particularly interested in various *nix variants, Linux, Mac and > such. Windows I already have answers for (although some verification to > be sure nothing fishy is going on wouldn't hurt). > > If you could just post your OS and what the r

Re: tomcat clustering / jwsdp soap / serializable

2004-11-14 Thread peter maas
O.k. I just found out that I can force wscompile to add the implementation of Serializable to all datatypes (xSerializable="true")... however the part about older apps is still relevant. peter maas wrote: Hi list, I have been experimenting with the clustering options for a while.

tomcat clustering / jwsdp soap / serializable

2004-11-14 Thread peter maas
? -- Peter Maas Application Architect / Streaming Noterik Multimedia BV Prins Hendrikkade 120 1011 AM Amsterdam The Netherlands Tel: +31 (0)205929966 Fax: +31 (0)204688405 Gsm: +31 (0)624687952 Web: www.noterik.nl -- Take a look at our streaming solutions: http

Re: OutOfMemoryError

2003-12-01 Thread Peter Maas
Have you updated the server settings? In our case the default ammount of RAM the VM was allowed to allocate was fixed to 64 mb (brrr)! Also watch out for the max. ammout of threads your server can create... this probably will be your next problem. Dhruva B. Reddy wrote: We get OutOfMemoryError'

Re: Include tag, dynamic param

2003-12-01 Thread Peter Maas
What do you get in the page source when it runs? Do you get "" ?? If so, then something is terribly wrong. If you get the include okay, but the value of "BroadcastId" is "{parameterValue | <%= BroadcastId %>}", then something else is wrong :( This is exactly what I get.. BTW, I'm runnin

Include tag, dynamic param

2003-12-01 Thread Peter Maas
In the documentation for the include tag I read that something like: Should work... This compiles / and runs... but the expression is never evaluated how does this work?? gr, Peter - To uns

Re: mod_jk + apache 2.0.40 + redhat 9.0

2003-11-20 Thread Peter Maas
Not yet... didn't expect that to be the problem... P Asif Chowdhary wrote: Hi Peter, where you able to find rpm for mod-jk2 for redhat 9.0. I have not been able to find? Thanks Asif -Original Message- From: Peter Maas [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003

mod_jk + apache 2.0.40 + redhat 9.0

2003-11-20 Thread Peter Maas
Hi all, googling for mod_jk solutions yielded far to much tutorials. what is the best one?? P - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Removed session but Browser can still display the page

2003-11-16 Thread Peter Maas
When a client pushes the browsers 'back' button, this page is often read from cache... adding the following line to the HTML head might help: gr, Peter [EMAIL PROTECTED] wrote: Hi, I have a problem with using HttpSession class. When the user login, I create a new session by "request.get

Re: SessionListener

2003-11-13 Thread Peter Maas
What I actually want to do is call some destruct methods in objects bound to the session... P Christopher Schultz wrote: Peter, I wondered if there is a way detect somehting like a 'sessionWillBeDestroyed' event. since the sessionDestroyed method in a sessionListener seems to be called after

Re: SessionListener

2003-11-13 Thread Peter Maas
efore the session is invalidated... http://java.sun.com/j2ee/1.4/docs/api/index.html HTH, Jon Peter Maas wrote: Hi, I wondered if there is a way detect somehting like a 'sessionWillBeDestroyed' event. since the sessionDestroyed method in a sessionListener seems to be called after

SessionListener

2003-11-12 Thread Peter Maas
Hi, I wondered if there is a way detect somehting like a 'sessionWillBeDestroyed' event. since the sessionDestroyed method in a sessionListener seems to be called after the session was destroyed. Peter - To unsubscribe, e-mail