Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread APliszka-Public
Google for "compilerSourceVM", and you should find examples of enabling 1.5. Andrew Pliszka Daniel Gresh wrote: APliszka-Public wrote: Try using code that is not 1.5 specific [like for(String x: s)] if it is going to work then your pages are compiled as Java 1.4 source code, you

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread APliszka-Public
Try using code that is not 1.5 specific [like for(String x: s)] if it is going to work then your pages are compiled as Java 1.4 source code, you will have change tomcat config to so jsp compiler is compailing Java 1.5 source. Andrew Pliszka Daniel Gresh wrote: Hi list, Recently I upgraded

Appfuse behind hight traffic websites

2007-02-14 Thread APliszka-Public
Hi, Is anyone using Appfuse 1.9.x in production for hight traffic websites? I am thinking about using it for our next project. Now we are using custom Apache2 + JBoss + Hibernate = MySQL for production websites. Thanks Andrew -

Re: Tomcat 5.5 Xml + Xslt Question

2007-02-14 Thread APliszka-Public
1. In your jsp make sure that '' is on the very first line, it should be befora any imports or taglibs or etc. This is just one of the problems you might have with xml in jsps. Andrew Jim Reynolds wrote: Hello, I am struggling with content types within a JSP page. I have an XML, XSLT and CS

Re: What is the best production grade connection pooling for Tomcat 5.5

2007-02-14 Thread APliszka-Public
Thank you very much for help. That is very useful information. We are using apache2 + mod_jk + JBoss 4 + MySQL 4 (master+slaves). We run community site so we get most of our traffic from 1pm to 9pm. Once again thanks. Andrew Tim Lucia wrote: -Original Message- From: APliszka-Public

What is the best production grade connection pooling for Tomcat 5.5

2007-02-14 Thread APliszka-Public
Hi, What is the best production grade connection pooling for Tomcat 5.5? We are using MySQL 4 and run 500k page views/day website and we need reliable connection pooling. We are using JBoss now, but we want to migrate to Tomcat. Thanks Andrew ---