RE: [JBoss-user] Expanding JBoss JVM memory

2004-03-23 Thread Yasuda, Hiroyuki
Jaime, You should add -Xms parameter as well. -Xms set initial memory allocation. -Xmx set maximum memory allocation. in order to make your jvm performance maximum, you should use same memory size in -Xmx and -Xms. e.g. Set JAVA_OPTS= -Xms512m -Xmx512m run JBoss. YASUDA, Hiroyuki

RE: [JBoss-user] connecting apache22 with JBoss 3.2.x - what way choose?

2004-03-16 Thread Yasuda, Hiroyuki
s I think that the document http://www.amitysolutions.com.au/documents/JK2-technote.pdf is very useful to compile mod_jk2. YASUDA, Hiroyuki AManager of Technology / Platform Tech. Department Sony Global Solutions Incorporat

Re: [JBoss-user] JBoss Classloading problem

2004-02-09 Thread YASUDA, Hiroyuki
java.lang.Class.privateGetPublicMethods(Class.java:1770) at java.lang.Class.getMethods(Class.java:824) at > .. Can you show us command result of `jar tvf ` ? What file includes that class? -- ----- YASUDA, Hiroyuki --- The SF.Net email

RE: [JBoss-user] problem with unwanted sharing object between web applications

2003-12-17 Thread Yasuda, Hiroyuki
Jiri, It is one of popular question regarding to UnifiedClassLoader. You need to change tag .ear by .ear. Please check jboss_3_2.dtd Regards, Hiro. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > Sent: Wednesday, December 17,