[jboss-user] [Performance Tuning] - Re: JBoss WebServer 2.11GA memory setting help

2009-02-12 Thread mattzyzy
Another question , Which is the prefered way of setting the memory setting in jbossweb as a service using etc/init.d/ script, either using CATALINA_OPTS="-Xms256M -Xmx1000M" or the setting JAVA_OPTS in bin/catalina.sh ? I also sometime saw somewhere the CATALINA_OPTS being set in the bash profi

[jboss-user] [Performance Tuning] - Re: JBoss WebServer 2.11GA memory setting help

2009-02-03 Thread mattzyzy
Thanks , it works . my JVM status now shows Free memory: 204.15 MB Total memory: 245.37 MB Max memory: 245.37 MB A trivial question I guess where to now the permgen status? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206777#4206777 Reply to the post :

[jboss-user] [Performance Tuning] - JBoss WebServer 2.11GA memory setting help

2009-02-03 Thread mattzyzy
Where do I need to configure in JBoss WebServer 2.11GA with APR connector enabled for the memory related settings ( -Xms / -Xmx / -XX:MaxNewSize / -XX:NewSize / -XX:MaxPermSize ) I am using 64-bit Linux with session enable web app with 64bit mysql db View the original post : http://www.jboss.c

[jboss-user] [Beginners Corner] - Re: Java virtual machine option for JBoss Web 2.1.1GA in 64b

2009-01-29 Thread mattzyzy
Thanks 4 the explaination so from those 3 which is the best one in a memory intensive web app ? (outofmemeory heap error often happen in development and testing in 32bit with less than 10 concurrent users, and when in production mode it must be able to handle 100-300 concurrent users) on a x86_6

[jboss-user] [Beginners Corner] - Java virtual machine option for JBoss Web 2.1.1GA in 64bit

2009-01-23 Thread mattzyzy
I heard that JVM can be invoked by using the -server or -client command-line option according to our needs , and heard about the -d64 option too . In a 64-bit environment how to set it to fully utilizes the 64-bit hardware in JBoss Web 2.1.1 running on 64bit JDK and Linux64bit OS? View the ori

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: both deployment methods fail - WAR and exploded in J5GA

2009-01-23 Thread mattzyzy
Firstly thanks to Wolfgang . that helps to remove the element 'taglib' error . "PeterJ" wrote : anonymous wrote : however, do you mean , both howtos links you gave wont work even for 64-bit JDK/JRE | | That is correct. Only the 32-bit Java plugin can be used inside a browser, thus you need a

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: both deployment methods fail - WAR and exploded in J5GA

2009-01-22 Thread mattzyzy
hi jaikiran, for sanity check , I start the server and now it successfully running. but still the deployment failed , explode type . prior to the latest deployment , I fix a taglib uri into this , I took the url from the referenced tld file . | http://www.springframework.org/tags | /WEB-IN

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: both deployment methods fail - WAR and exploded in J5GA

2009-01-22 Thread mattzyzy
Thanks for the quick response. tried that , but still fails to deploy . and then , the computer freeze, forcing me to reboot , thus no server console log to look for . Afterwards , prior to starting the server script , I deleted the problematic appz.war directory in the deploy, then the server f

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: both deployment methods fail - WAR and exploded in J5GA

2009-01-22 Thread mattzyzy
to jaikiran , here is the web.xml codes , a bit long - FYI , the WAR file (and web.xml file) works fine in tomcat6+jdk6 and packaged using eclipse ,Export > J2EE WAR file | | | http://java.sun.com/xml/ns/j2ee http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"; | | xmlns:xsi="

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: both deployment methods fail - WAR and exploded in J5GA

2009-01-22 Thread mattzyzy
Hi PeterJ , Thanks for the helpful reply. however, do you mean , both howtos links you gave wont work even for 64-bit JDK/JRE ? currently I'm on 32bit , but few months from now I want to seriously migrate to 64-bit-x86-64 machine with 64-bit Linux OS. Regards, MattZyzy View the original

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: both deployment methods fail - WAR and exploded in J5GA

2009-01-21 Thread mattzyzy
mmmkay , but I'm do not have access to the codes now , out of town , perhaps few hours from now I will post the xml here . is the war file problem in my 2nd post also had the same problem ? jaikiran , I begin to suspect the class loading and libraries as the probable culprits after reading you

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: both deployment methods fail - WAR and exploded in J5GA

2009-01-21 Thread mattzyzy
And the WAR file ,same application appz return the errors below. ---Failure using war file contains Spring2+Hibernate3+Jasperreport+acegi/springSecurity/javamail-- Caused by: java.lang.RuntimeException: Failed to read zip file: org.jboss.virtual.plugins.context.zip.zipfilewrap...@f8989d

[jboss-user] [Installation, Configuration & DEPLOYMENT] - both deployment methods fail - WAR and exploded in J5GA

2009-01-21 Thread mattzyzy
using JBoss5.00GA+JDK5_017+LinuxEL5 in default mode, when deploying exploded .WAR folder in default/deploy returned errors on the server console below .then After reading those errors for hours I decided to delete the .war folder and continued just using war files to see if it is okay , but sti