Re: ot: jrun ?

2004-09-23 Thread Simon Horwith
that's odd.One thing you might want to do is turn off auto-deploy.
You can do this by going to the server's jrun.xml file DeployerService 
section and commenting out the attribute node that has a name 
attribute value ofdeployDirectory. If there are any file or url 
attribute tags (with that value in the name attribute) comment those 
out as well.Be aware that if you do this then nothing will deploy when 
you start the server - including ColdFusion.The server will then 
require much less memory to start, however.

~Simon

Simon Horwith
Member of Team Macromedia
Macromedia Certified Master Instructor
Editor-in-Chief, ColdFusion Developers Journal
Blog - http://www.horwith.com


dave wrote:

ok, now does anyone know what i need to do to get back started up?
reboot didnt work, starting from the control panel fails

maybe i should do the right thing and uninstall it and reinstall on linux side ;)


-- Original Message --
From: dave [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Wed, 22 Sep 2004 15:47:06 -0400



i turned it down from 512 mb to 128 mb and now it wont even start lol


-- Original Message --
From: Dave Carabetta [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Tue, 21 Sep 2004 12:43:17 -0400

 

On Tue, 21 Sep 2004 11:35:05 -0500, Ben Frame [EMAIL PROTECTED] wrote:


Neil,

Why set the initial and max heap size the same?Is that
recommendation documented from Macromedia anywhere or is that from
your own experiences?



Setting the two values to be the same increases performance in so far
as it eliminates the need for the JVM to resize itself based on the
resources being used. This can be an expensive process, which might
cause a degradation with regard to your application performance.

Regards,
Dave.




 



 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ot: jrun ?

2004-09-23 Thread dave
i think i will just sit here and kick it awhile

Could not create the Java virtual machine.
Unrecognized option: -server
Could not create the Java virtual machine.
Unrecognized option: -server
Could not create the Java virtual machine.

-- Original Message --
From: Simon Horwith [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Thu, 23 Sep 2004 08:07:04 +0100

that's odd.One thing you might want to do is turn off auto-deploy.
You can do this by going to the server's jrun.xml file DeployerService 
section and commenting out the attribute node that has a name 
attribute value ofdeployDirectory. If there are any file or url 
attribute tags (with that value in the name attribute) comment those 
out as well.Be aware that if you do this then nothing will deploy when 
you start the server - including ColdFusion.The server will then 
require much less memory to start, however.

~Simon

Simon Horwith
Member of Team Macromedia
Macromedia Certified Master Instructor
Editor-in-Chief, ColdFusion Developers Journal
Blog - http://www.horwith.com




dave wrote:

ok, now does anyone know what i need to do to get back started up?
reboot didnt work, starting from the control panel fails

maybe i should do the right thing and uninstall it and reinstall on linux side ;)


-- Original Message --
From: dave [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Wed, 22 Sep 2004 15:47:06 -0400



i turned it down from 512 mb to 128 mb and now it wont even start lol


-- Original Message --
From: Dave Carabetta [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Tue, 21 Sep 2004 12:43:17 -0400

 

On Tue, 21 Sep 2004 11:35:05 -0500, Ben Frame [EMAIL PROTECTED] wrote:


Neil,

Why set the initial and max heap size the same?Is that
recommendation documented from Macromedia anywhere or is that from
your own experiences?



Setting the two values to be the same increases performance in so far
as it eliminates the need for the JVM to resize itself based on the
resources being used. This can be an expensive process, which might
cause a degradation with regard to your application performance.

Regards,
Dave.




 





 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ot: jrun ?

2004-09-23 Thread Douglas Knudsen
that looks like the error generated when you use the JMC to update
your class path or something.Need to edit {jrunhome}/bin/jvm.config
and get it fixored.Below is a copy of one from a vanilla install
that you can use as a guide perhaps. IIRC, you said you are on linux,
the below is from windows.The args to the JVM and such should be the
same, but the paths are all different.HTH

#
# VM configuration
#
# Where to find JVM, if {java.home}/jre exists then that JVM is used
# if not then it must be the path to the JRE itself
java.home=D:/JRun4/runtime/jre
#
# If no java.home is specified a VM is located by looking in these
places in this
# order:
#
#1) bin directory for java.dll (windows) or lib/ARCH/libjava.so (unix)
#2) ../jre
#3) registry (windows only)
#4) JAVA_HOME env var plus jre (ie $JAVA_HOME/jre)
#

# Arguments to VM
java.args=-server -Xms512m -Xmx512m -Dsun.io.useCanonCaches=false
-Xbootclasspath/a:{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/webchartsJava2D.jar
-XX:MaxPermSize=128m -XX:+UseParallelGC -DJINTEGRA_NATIVE_MODE
-DJINTEGRA_PREFETCH_ENUMS

#
# commas will be converted to platform specific separator and the
result will be passed
# as -Djava.ext.dirs= to the VM
java.ext.dirs={jre.home}/lib/ext

#
# where to find shared libraries
java.library.path={application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/jintegra/bin,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/jintegra/bin/international,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/_nti40/bin
system.path.first=false

# JVM classpath
java.class.path={application.home}/servers/lib,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/cfusion.jar,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib,{application.home}/lib/jrun.jar,{application.home}/lib

- Original Message -
From: dave [EMAIL PROTECTED]
Date: Thu, 23 Sep 2004 03:21:49 -0400
Subject: Re: ot: jrun ?
To: CF-Talk [EMAIL PROTECTED]

i think i will just sit here and kick it awhile

Could not create the Java virtual machine.
Unrecognized option: -server
Could not create the Java virtual machine.
Unrecognized option: -server
Could not create the Java virtual machine.

-- Original Message --
From: Simon Horwith [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Thu, 23 Sep 2004 08:07:04 +0100

that's odd.One thing you might want to do is turn off auto-deploy.
You can do this by going to the server's jrun.xml file DeployerService 
section and commenting out the attribute node that has a name 
attribute value ofdeployDirectory. If there are any file or url 
attribute tags (with that value in the name attribute) comment those 
out as well.Be aware that if you do this then nothing will deploy when 
you start the server - including ColdFusion.The server will then 
require much less memory to start, however.

~Simon

Simon Horwith
Member of Team Macromedia
Macromedia Certified Master Instructor
Editor-in-Chief, ColdFusion Developers Journal
Blog - http://www.horwith.com




dave wrote:

ok, now does anyone know what i need to do to get back started up?
reboot didnt work, starting from the control panel fails

maybe i should do the right thing and uninstall it and reinstall on
linux side ;)


-- Original Message --
From: dave [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Wed, 22 Sep 2004 15:47:06 -0400



i turned it down from 512 mb to 128 mb and now it wont even start lol


-- Original Message --
From: Dave Carabetta [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Tue, 21 Sep 2004 12:43:17 -0400

 

On Tue, 21 Sep 2004 11:35:05 -0500, Ben Frame [EMAIL PROTECTED] wrote:


Neil,

Why set the initial and max heap size the same?Is that
recommendation documented from Macromedia anywhere or is that from
your own experiences?



Setting the two values to be the same increases performance in so far
as it eliminates the need for the JVM to resize itself based on the
resources being used. This can be an expensive process, which might
cause a degradation with regard to your application performance.

Regards,
Dave.




 





 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ot: jrun ?

2004-09-22 Thread dave
i turned it down from 512 mb to 128 mb and now it wont even start lol

-- Original Message --
From: Dave Carabetta [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Tue, 21 Sep 2004 12:43:17 -0400

On Tue, 21 Sep 2004 11:35:05 -0500, Ben Frame [EMAIL PROTECTED] wrote:
 Neil,
 
 Why set the initial and max heap size the same?Is that
 recommendation documented from Macromedia anywhere or is that from
 your own experiences?
 

Setting the two values to be the same increases performance in so far
as it eliminates the need for the JVM to resize itself based on the
resources being used. This can be an expensive process, which might
cause a degradation with regard to your application performance.

Regards,
Dave.


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ot: jrun ?

2004-09-22 Thread dave
ok, now does anyone know what i need to do to get back started up?
reboot didnt work, starting from the control panel fails

maybe i should do the right thing and uninstall it and reinstall on linux side ;)

-- Original Message --
From: dave [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Wed, 22 Sep 2004 15:47:06 -0400

i turned it down from 512 mb to 128 mb and now it wont even start lol


-- Original Message --
From: Dave Carabetta [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Tue, 21 Sep 2004 12:43:17 -0400

On Tue, 21 Sep 2004 11:35:05 -0500, Ben Frame [EMAIL PROTECTED] wrote:
 Neil,
 
 Why set the initial and max heap size the same?Is that
 recommendation documented from Macromedia anywhere or is that from
 your own experiences?
 

Setting the two values to be the same increases performance in so far
as it eliminates the need for the JVM to resize itself based on the
resources being used. This can be an expensive process, which might
cause a degradation with regard to your application performance.

Regards,
Dave.




 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: ot: jrun ?

2004-09-22 Thread Dave Watts
 ok, now does anyone know what i need to do to get back 
 started up? reboot didnt work, starting from the control 
 panel fails

Just find and fix your jvm.config file. If you installed CFMX on JRun, and
you used the JMC to edit it, that'll break the server. If you used either
the JMC (in the case of JRun) or the CF Admin (in the case of a standalone
CFMX install), you should have a backup file that was created for you;
something like jvm.config.bak. If you edited it manually, try to remember
what you changed, and change it back.

The JMC problem is that it reorders the arguments on one line in a way that
for some reason just doesn't work. You can rearrange them yourself, to keep
your new settings. The first VM argument should be the -server switch:

# Arguments to VM
java.args=-server

 maybe i should do the right thing and uninstall it and 
 reinstall on linux side ;)

I don't see how Linux will solve your Java problems.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: ot: jrun ?

2004-09-22 Thread dave
thanks dave, i'll look 4 it

was just kidding at the end ;)

-- Original Message --
From: Dave Watts [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Wed, 22 Sep 2004 20:54:15 -0400

 ok, now does anyone know what i need to do to get back 
 started up? reboot didnt work, starting from the control 
 panel fails

Just find and fix your jvm.config file. If you installed CFMX on JRun, and
you used the JMC to edit it, that'll break the server. If you used either
the JMC (in the case of JRun) or the CF Admin (in the case of a standalone
CFMX install), you should have a backup file that was created for you;
something like jvm.config.bak. If you edited it manually, try to remember
what you changed, and change it back.

The JMC problem is that it reorders the arguments on one line in a way that
for some reason just doesn't work. You can rearrange them yourself, to keep
your new settings. The first VM argument should be the -server switch:

# Arguments to VM
java.args=-server

 maybe i should do the right thing and uninstall it and 
 reinstall on linux side ;)

I don't see how Linux will solve your Java problems.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444



 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ot: jrun ?

2004-09-22 Thread Douglas Knudsen
you should be able to see something in the logs if your jvmconfig is
mucked up.Look in {jrunroot}/logs

Doug

- Original Message -
From: dave [EMAIL PROTECTED]
Date: Wed, 22 Sep 2004 21:07:18 -0400
Subject: RE: ot: jrun ?
To: CF-Talk [EMAIL PROTECTED]

thanks dave, i'll look 4 it

was just kidding at the end ;)

-- Original Message --
From: Dave Watts [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Wed, 22 Sep 2004 20:54:15 -0400

 ok, now does anyone know what i need to do to get back 
 started up? reboot didnt work, starting from the control 
 panel fails

Just find and fix your jvm.config file. If you installed CFMX on JRun, and
you used the JMC to edit it, that'll break the server. If you used either
the JMC (in the case of JRun) or the CF Admin (in the case of a standalone
CFMX install), you should have a backup file that was created for you;
something like jvm.config.bak. If you edited it manually, try to remember
what you changed, and change it back.

The JMC problem is that it reorders the arguments on one line in a way that
for some reason just doesn't work. You can rearrange them yourself, to keep
your new settings. The first VM argument should be the -server switch:

# Arguments to VM
java.args=-server

 maybe i should do the right thing and uninstall it and 
 reinstall on linux side ;)

I don't see how Linux will solve your Java problems.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444



 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ot: jrun ?

2004-09-22 Thread dave
this is the error

Could not create the Java virtual machine.
Unrecognized option: -server
Could not create the Java virtual machine.




-- Original Message --
From: Douglas Knudsen [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Wed, 22 Sep 2004 21:41:57 -0400

you should be able to see something in the logs if your jvmconfig is
mucked up.Look in {jrunroot}/logs


Doug

- Original Message -
From: dave [EMAIL PROTECTED]
Date: Wed, 22 Sep 2004 21:07:18 -0400
Subject: RE: ot: jrun ?
To: CF-Talk [EMAIL PROTECTED]

thanks dave, i'll look 4 it

was just kidding at the end ;)



-- Original Message --
From: Dave Watts [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Wed, 22 Sep 2004 20:54:15 -0400

 ok, now does anyone know what i need to do to get back 
 started up? reboot didnt work, starting from the control 
 panel fails

Just find and fix your jvm.config file. If you installed CFMX on JRun, and
you used the JMC to edit it, that'll break the server. If you used either
the JMC (in the case of JRun) or the CF Admin (in the case of a standalone
CFMX install), you should have a backup file that was created for you;
something like jvm.config.bak. If you edited it manually, try to remember
what you changed, and change it back.

The JMC problem is that it reorders the arguments on one line in a way that
for some reason just doesn't work. You can rearrange them yourself, to keep
your new settings. The first VM argument should be the -server switch:

# Arguments to VM
java.args=-server

 maybe i should do the right thing and uninstall it and 
 reinstall on linux side ;)

I don't see how Linux will solve your Java problems.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444



 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ot: jrun ?

2004-09-21 Thread dave
is there anyway to setup jrun not to use so many resources on a dev machine?
friggin killin my machine, and i need to run jrun so i can also run flex 
right now its taking up 130,152 kbs

running 768mb ram, but sheesh
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ot: jrun ?

2004-09-21 Thread Andrew Dixon
Change the max memory variable in CFAdmin.

Andrew.

- Original Message -
From: dave [EMAIL PROTECTED]
Date: Tue, 21 Sep 2004 04:49:10 -0400
Subject: ot: jrun ?
To: CF-Talk [EMAIL PROTECTED]

is there anyway to setup jrun not to use so many resources on a dev machine?
 friggin killin my machine, and i need to run jrun so i can also run flex 
 right now its taking up 130,152 kbs

 running 768mb ram, but sheesh
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: ot: jrun ?

2004-09-21 Thread Robertson-Ravo, Neil (RX)
Yep, the CFMX default setting is 512 which for your machine is way to
high...set it down to 128 or something (always ensure its in 64mb chunks).
You may have a problem with memory though ...you may get Java out of Memory
errors.

Oh, and always set you initial heap size and your max heap size to be the
same.

N



_

From: Andrew Dixon [mailto:[EMAIL PROTECTED] 
Sent: 21 September 2004 10:06
To: CF-Talk
Subject: Re: ot: jrun ?

Change the max memory variable in CFAdmin.

Andrew.

- Original Message -
From: dave [EMAIL PROTECTED]
Date: Tue, 21 Sep 2004 04:49:10 -0400
Subject: ot: jrun ?
To: CF-Talk [EMAIL PROTECTED]

is there anyway to setup jrun not to use so many resources on a dev machine?
friggin killin my machine, and i need to run jrun so i can also run flex 
right now its taking up 130,152 kbs

running 768mb ram, but sheesh

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ot: jrun ?

2004-09-21 Thread simon
You can set the amount of memory available to the JVM in your jvm.config file 
in the bin directory beneath wherever JRun is installed.If you want to 
change the amount of memory available to specific servers, create a copy of 
jvm.config for whatever server(s) should have their own start-up parameters, 
change the server specific config file parameters to whatever you want them set 
to, and make sure that whenever you start that server you do so from a command 
line with the -config argument.The start-up command should something like 
this: jrun -config thisServerConfFileName -start thisServerName obviously, 
replace thisServerName with the name of the server and 
replace thisServerConfFileName with the name of the config file that the 
server in question should use.

~Simon

 
 is there anyway to setup jrun not to use so many resources on a dev machine?
 friggin killin my machine, and i need to run jrun so i can also run flex 
 right now its taking up 130,152 kbs
 
 running 768mb ram, but sheesh 
 

 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ot: jrun ?

2004-09-21 Thread Douglas Knudsen
and if you want your service to automagically start with this config
file look at bin/jrunsvc...an example

jrunsvc -install cfusion Macromedia JRun CFusion Server Macromedia
JRun CFusion Server -config jvm.config_cfusion

Doug

- Original Message -
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Tue, 21 Sep 2004 05:02:15 -0500
Subject: Re: ot: jrun ?
To: CF-Talk [EMAIL PROTECTED]

You can set the amount of memory available to the JVM in your jvm.config file 
in the bin directory beneath wherever JRun is installed.If you want to 
change the amount of memory available to specific servers, create a copy of 
jvm.config for whatever server(s) should have their own start-up parameters, 
change the server specific config file parameters to whatever you want them set 
to, and make sure that whenever you start that server you do so from a command 
line with the -config argument.The start-up command should something like 
this: jrun -config thisServerConfFileName -start thisServerName obviously, 
replace thisServerName with the name of the server and 
replace thisServerConfFileName with the name of the config file that the 
server in question should use.

~Simon

 
 is there anyway to setup jrun not to use so many resources on a dev machine?
 friggin killin my machine, and i need to run jrun so i can also run flex 
 right now its taking up 130,152 kbs
 
 running 768mb ram, but sheesh 
 

 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ot: jrun ?

2004-09-21 Thread John Beynon
is that the same as in the 'settings' on a jrun instance from the jrun
admin or not? I'm kinda new to Jrun stuff too and it's good stuff to
know,

jb.

On Tue, 21 Sep 2004 08:56:56 -0400, Douglas Knudsen
[EMAIL PROTECTED] wrote:
 and if you want your service to automagically start with this config
 file look at bin/jrunsvc...an example
 
 jrunsvc -install cfusion Macromedia JRun CFusion Server Macromedia
 JRun CFusion Server -config jvm.config_cfusion
 
 Doug
 
 
 - Original Message -
 From: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Date: Tue, 21 Sep 2004 05:02:15 -0500
 Subject: Re: ot: jrun ?
 To: CF-Talk [EMAIL PROTECTED]
 
 You can set the amount of memory available to the JVM in your jvm.config file
 in the bin directory beneath wherever JRun is installed.If you want to
 change the amount of memory available to specific servers, create a copy of
 jvm.config for whatever server(s) should have their own start-up parameters,
 change the server specific config file parameters to whatever you want them set
 to, and make sure that whenever you start that server you do so from a command
 line with the -config argument.The start-up command should something like
 this: jrun -config thisServerConfFileName -start thisServerName obviously,
 replace thisServerName with the name of the server and
 replace thisServerConfFileName with the name of the config file that the
 server in question should use.
 
 ~Simon
 
 
  is there anyway to setup jrun not to use so many resources on a dev machine?
  friggin killin my machine, and i need to run jrun so i can also run flex
  right now its taking up 130,152 kbs
 
  running 768mb ram, but sheesh
 
 
  
 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ot: jrun ?

2004-09-21 Thread Douglas Knudsen
yeah, but I wouldn't use JRun to manage that.There was a bug in the
JMC that mucked up saves, dunno if it was fixed in the JRun updater. 
Anyhoo, this only mods teh default jvm.config, so it effects all
instances.

Doug

- Original Message -
From: John Beynon [EMAIL PROTECTED]
Date: Tue, 21 Sep 2004 16:40:46 +0100
Subject: Re: ot: jrun ?
To: CF-Talk [EMAIL PROTECTED]

is that the same as in the 'settings' on a jrun instance from the jrun
admin or not? I'm kinda new to Jrun stuff too and it's good stuff to
know,

jb.

On Tue, 21 Sep 2004 08:56:56 -0400, Douglas Knudsen
[EMAIL PROTECTED] wrote:
 and if you want your service to automagically start with this config
 file look at bin/jrunsvc...an example
 
 jrunsvc -install cfusion Macromedia JRun CFusion Server Macromedia
 JRun CFusion Server -config jvm.config_cfusion
 
 Doug
 
 
 - Original Message -
 From: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Date: Tue, 21 Sep 2004 05:02:15 -0500
 Subject: Re: ot: jrun ?
 To: CF-Talk [EMAIL PROTECTED]
 
 You can set the amount of memory available to the JVM in your jvm.config file
 in the bin directory beneath wherever JRun is installed.If you want to
 change the amount of memory available to specific servers, create a copy of
 jvm.config for whatever server(s) should have their own start-up parameters,
 change the server specific config file parameters to whatever you want them set
 to, and make sure that whenever you start that server you do so from a command
 line with the -config argument.The start-up command should something like
 this: jrun -config thisServerConfFileName -start thisServerName obviously,
 replace thisServerName with the name of the server and
 replace thisServerConfFileName with the name of the config file that the
 server in question should use.
 
 ~Simon
 
 
  is there anyway to setup jrun not to use so many resources on a dev machine?
  friggin killin my machine, and i need to run jrun so i can also run flex
  right now its taking up 130,152 kbs
 
  running 768mb ram, but sheesh
 
 
  
 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ot: jrun ?

2004-09-21 Thread Ben Frame
Neil, 

Why set the initial and max heap size the same?Is that
recommendation documented from Macromedia anywhere or is that from
your own experiences?

-Ben

- Original Message -
From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED]
Date: Tue, 21 Sep 2004 10:59:04 +0100
Subject: RE: ot: jrun ?
To: CF-Talk [EMAIL PROTECTED]

Yep, the CFMX default setting is 512 which for your machine is way to
high...set it down to 128 or something (always ensure its in 64mb chunks).
You may have a problem with memory though ...you may get Java out of Memory
errors.

Oh, and always set you initial heap size and your max heap size to be the
same.

N

_

From: Andrew Dixon [mailto:[EMAIL PROTECTED] 
Sent: 21 September 2004 10:06
To: CF-Talk
Subject: Re: ot: jrun ?

Change the max memory variable in CFAdmin.

Andrew.

- Original Message -
From: dave [EMAIL PROTECTED]
Date: Tue, 21 Sep 2004 04:49:10 -0400
Subject: ot: jrun ?
To: CF-Talk [EMAIL PROTECTED]

is there anyway to setup jrun not to use so many resources on a dev machine?
friggin killin my machine, and i need to run jrun so i can also run flex 
right now its taking up 130,152 kbs

running 768mb ram, but sheesh

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ot: jrun ?

2004-09-21 Thread Dave Carabetta
On Tue, 21 Sep 2004 11:35:05 -0500, Ben Frame [EMAIL PROTECTED] wrote:
 Neil,
 
 Why set the initial and max heap size the same?Is that
 recommendation documented from Macromedia anywhere or is that from
 your own experiences?
 

Setting the two values to be the same increases performance in so far
as it eliminates the need for the JVM to resize itself based on the
resources being used. This can be an expensive process, which might
cause a degradation with regard to your application performance.

Regards,
Dave.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




OT: JRUN

2001-08-20 Thread savan . thongvanh

has anyone used JRUN or tomcat for jsp with Personal WS?


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT JRun

2001-08-20 Thread Rich Tretola

Sorry for this OT.

OK let me get this straight. If I use JRun as a development server with jsp
pages that have no jrun tags I can then run those pages on any jsp server?

Thanks,
Rich


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT JRun

2001-08-20 Thread Billy Cravens

Supposedly, yes.

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]


-Original Message-
From: Rich Tretola [mailto:[EMAIL PROTECTED]] 
Sent: Monday, August 20, 2001 1:55 PM
To: CF-Talk
Subject: OT JRun


Sorry for this OT.

OK let me get this straight. If I use JRun as a development server with
jsp pages that have no jrun tags I can then run those pages on any jsp
server?

Thanks,
Rich
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: JRun list

2000-12-28 Thread Kevin Queen

Does anybody out there know of a JRun list that is not "for archival
purposes only"?  I am going nuts and need some help.

Kevin Queen
Technical Support Analyst ||""||
AnyDevice.com ||__||
Atlanta, Ga   [ -=.]
(404)231-3539 ===:0~
http://www.anydevice.com

"Ah, I see!", said the blind man to the deaf mute.  -Unknown



~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free 
Setup from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support 
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



[OT] JRUN

2000-05-01 Thread Iztok Polanic

Hy!

I've just installed JRUN 2.3.3 I wrote a simple .jsp page but I got 500
Internal Server Error. I'm using IIS 5. What should I do to make .jsp pages
work.

Bye,

Iztok

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: [OT] JRUN

2000-05-01 Thread Howie Hamlin

There's a JRUN-Talk list you can sign up for from www.houseoffusion.com

Regards,

Howie

- Original Message -
From: Iztok Polanic [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 01, 2000 6:58 AM
Subject: [OT] JRUN


 Hy!

 I've just installed JRUN 2.3.3 I wrote a simple .jsp page but I got 500
 Internal Server Error. I'm using IIS 5. What should I do to make .jsp
pages
 work.

 Bye,

 Iztok

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.