[JBoss-user] [Clustering/JBoss] - Re: jgroups error messaged in 3.2.4 final

2004-06-06 Thread remm
You sure know how to whine really well ;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837668#3837668 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837668 --- Thi

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-28 Thread remm
"Martin0" wrote : I've run this test with 3.2.4RC1 and it fails | | I've also run the test with standalone tomcat 5.0.19 and it passes. | | I will post this as a bug in the morning | This does not make any sense to me, so I recommend testing again. http://www.jboss.org/index.html?mo

[JBoss-user] [Performance Tuning] - Re: JBoss 3.2.3 Vs Weblogic 8.1 SP2

2004-03-24 Thread remm
About web tier performance: the default configuration isn't very optimal with JBoss 3.2.3. This is improved in 3.2.4 RC 1 (along with the significantly faster Tomcat 5), but by default, JBoss is more in "development" configuration than "production". Some basic steps: - Disable logging for the we

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Standard taglib with jboss 3.2.3, tomcat 5

2004-03-10 Thread remm
I recommend using the Tomcat classloader instead (configured in the jboss-service.xml). This is a lot more "webapp friendly" than the JBoss classloader. I will properly implement the getURLs of the fake ENCLoader (your proposed patch is bad). http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Clustering/JBoss] - Re: Session replication jboss3.2.3 tomcat5

2004-03-01 Thread remm
Yes, that's true, but here the problem is that clustering wasn't supported yet in 3.2.3 with Tomcat 5. It is now supported, so you need to get the code from CVS if you'd like to use clustering. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823621#3823621 Re

[JBoss-user] [Performance Tuning] - Re: JBoss 3.2.3 is slow!!

2004-02-28 Thread remm
You need to post specific data on what you are testing. For JSPs, you need to either precompile them (and map them as servlets), or disable de development mode of Jasper. This makes a big difference. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823374#382337

[JBoss-user] [Management, JMX/JBoss] - Re: JMX-console problem in JBoss 3.2.3

2004-02-27 Thread remm
"amayingenta" wrote : Are you using Tomcat 5? We had the same problem. The fix (which just adds a no argument constructor) is checked into CVS and will be in JBoss 3.2.4. | | You could do what I did and fix it in a copy of the 3.2.3 source and just update the class in jmx-console.war. |

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Standard taglib with jboss 3.2.3, tomcat 5

2004-02-26 Thread remm
Get jboss-3.2 with Branch_3_2. The fix works for me. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823112#3823112 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823112

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Standard taglib with jboss 3.2.3, tomcat 5

2004-02-25 Thread remm
"ahardy66" wrote : Thanks for the response. However it's definitely tomcat 5.0.16 that I'm using - I installed it using the ant build script in the jboss docs directory. | | I've narrowed it down to a particular class in tomcat's catalina startup but I'd have to run a debugger over it to wor

[JBoss-user] [Beginners Corner] - Re: error under jboss jmx-console running with tomcat 5

2004-02-23 Thread remm
The fix is in CVS, as usual. So you have to get the 3,2 branch code. An easier solution is to wait for the first RC of JBoss 3.2.4 (which should be out soon), which will use Tomcat 5.0.19. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822614#3822614 Reply t