Re: splitting on a period ? <- please ignore

2008-06-05 Thread Holger Stratmann
Vinny wrote: Sorry, I sent this to the wrong "user" list. Yes you did - and that's why I know a lot of Java and only a little Groovy. (and cannot see if anybody has answered your question) Anyway, this should be the same in Java and Groovy: String.split uses a REGULAR EXPRESSION to split. A pe

pitfalls when moving from Tomcat 5.0 to 5.5 (Struts 1.1)?

2006-01-06 Thread Holger Stratmann
Hello everybody, I have a Struts 1.1 application running in Tomcat 5.0. I THINK the transition to Tomcat 5.5 should be smooth, as a) the struts part should work "pretty much" in different Tomcats? b) Tomcat 5.0 to 5.5 is only a "minor" release, so it should be very compatible? However, I have