thanks for your answer
i have found following two lines in the "run.bat" file:
rem Sun JVM memory allocation pool parameters. Modify as appropriate.
set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m
is that right???
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3
hello
following command can extend the jvm memory:
java -Xmx512m
but if my app run on jboss server,and i don't start it from command line,how
can i extend the jvm memory quota?i guess there should be a config file in
jboss server.but i don't know how?
who can help me?
thank you
Vi
hello
following command can extend the jvm memory:
java -Xmx512m
but if my app run on jboss server,and i don't start it from command line,how
can i extend the jvm memory quota?i guess there should be a config file in
jboss server.but i don't know how?
who can help me?
thank you
View the
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845267#3845267
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845267
---
SF.Net email is sponsored by Shop4tech
hello
i install jboss3.2.5 in my window2003 server,i want to change the default port
number(8080).
in previous jboss version,i can modify a "jboss-service.xml" file to implement such
function.but in jboss3.2.5,i open the
"D:\jboss-3.2.5\server\default\deploy\jbossweb-tomcat50.sar\META-INF\jboss-
i install jboss3.2 in my redhat8,i go to the bin directory of jboss,the type "run -c
all" command,the jboss start,but after it finish the starting,i find that the jboss
run in "preemptive" mode,i can't do any other thing,if i press "ctr+c" the jboss stop.
who can tell me how i can start the jbos
hello
we have several internal systems that are within the same lan and want to communicate
with several external systems that may be in the other buildings by using the release
line.i am now considering the architecture for the project,and have got an immature
blueprint,please help me to make i
hello:
in my servlet,i have following clause:
properties.load(this.getClass().getResourceAsStream("/test.properties"));
i put the "test.properties" file under the "classes" directory,it works well,but when
i put it in the "lib" directory,the servlet throw null point exception,and can
hello
i am new to jbossMQ,i have download the jboss322,i wonder if the mq is included?and
how can i config a queue?which config file should i modify?
thank you.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828828#3828828
Reply to the post :
http://www.jb