[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


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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?module=bb&op=viewtopic&p=3827794#3827794";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827794>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 web container (the default is too high)
- Disable access logging (if WL doesn't have access logging)
- Disable Jasper development mode, or, even better, precompile your webapp (if you do 
that, be sure to package each webapp in a separate EAR, or use the Tomcat classloader)
- Disable name resolution on the connector (in conjunction with the access logging, 
this can hurt bad)

This is mostly the same as for putting Tomcat in production, so you can refer to the 
Tomcat docs.

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827280#3827280";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827280>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=viewtopic&p=3825031#3825031";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825031>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823621


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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#3823374

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823374


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.
  | 
  | Seems like Jasper has changed how it creates instances of JavaBeans - it used to 
use java.beans.Beans.instantiate(), but now it uses the no-args constructor directly. 
The constructor should never get called as there should already be a copy of the bean 
in the Request.
  | 
  | -Andrew

The page was invalid. The new JSP spec now recommends throwing an exceptio at 
translation time, so that's what is done. The latest Jasper (will be in Tomcat 5.0.20) 
now has a flag in case it is better to disable this.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823260#3823260

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823260


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 work out why it's failing. I suspect it's swallowing 
an exception. 
  | 
  | I'm surprised no-one else has had this. There must be hundreds of people trying to 
deploy JSTL in JBoss. 
  | 
  | And how about these guys who had this problem over a month ago? Have you given up 
guys? What's the deal? No solution at all? A bit of feedback would go down really well.
  | 
  | Adam

I have tested the following workaround, using the current 3.2.x CVS code. In the 
Tomcat 5 SAR, in jboss-service.xml, set UseJBossWebLoader to false.

false

I assume there's a problem somewhere when enumerating the classloader contents in 
Jasper.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823002#3823002

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823002


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822614


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user