RE: IBM JRE with ColdFusion MX

2003-03-25 Thread Ruggiero, Kevin D
I ended up getting it to work with 1.3.1.  The 1.3.1 JRE is available in the
WebSphere SDK for Web Services, and I no longer received these error
messages once I began using that JRE.  The 1.3.0 didn't work for me though-
still not sure why.

Just a side-note, I've noticed that the NT Authentication cfc published by
Rob Rusher breaks with the IBM 1.3.1 JRE.  I get a NullPointer Exception.
Anybody have a guess as to why this might be?  I had to revert back to the
Sun JRE until I can figure this one out.

Kevin


-Original Message-
From: Ruggiero, Kevin D 
Sent: Friday, March 21, 2003 6:08 PM
To: CF-Talk
Subject: IBM JRE with ColdFusion MX


I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.  I'm now getting some
errors: javax/crypto/a (classdef not found).  Anybody else get this JRE
working with coldfusion mx?  If so, did you have the same problems?

Any info is VERY much appreciated!!!


Kevin D. Ruggiero
Northrop Grumman Corporation
Electronic Systems
Amherst Systems
716-631-0610
http://www.amherst.com




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IBM JRE with ColdFusion MX

2003-03-25 Thread Ruggiero, Kevin D
For some reason this didn't make it to the list last time, so resending:




I ended up getting it to work with 1.3.1.  The 1.3.1 JRE is available in the
WebSphere SDK for Web Services, and I no longer received these error
messages once I began using that JRE.  The 1.3.0 didn't work for me though-
still not sure why.

Just a side-note, I've noticed that the NT Authentication cfc published by
Rob Rusher breaks with the IBM 1.3.1 JRE.  I get a NullPointer Exception.
Anybody have a guess as to why this might be?  I had to revert back to the
Sun JRE until I can figure this one out.

Kevin


-Original Message-
From: Ruggiero, Kevin D 
Sent: Friday, March 21, 2003 6:08 PM
To: CF-Talk
Subject: IBM JRE with ColdFusion MX


I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.  I'm now getting some
errors: javax/crypto/a (classdef not found).  Anybody else get this JRE
working with coldfusion mx?  If so, did you have the same problems?

Any info is VERY much appreciated!!!


Kevin D. Ruggiero
Northrop Grumman Corporation
Electronic Systems
Amherst Systems
716-631-0610
http://www.amherst.com




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: IBM JRE with ColdFusion MX

2003-03-24 Thread Christian Cantrell
I'm using IBM's 1.3.1 in a production CFMX environment with very good 
results:

--
[www:cantrell]$ java -version
java version 1.3.1
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1)
Classic VM (build 1.3.1, J2RE 1.3.1 IBM build cxia32131-20021102 (JIT 
enabled: jitc))
--

Christian

On Friday, March 21, 2003, at 06:07 PM, Ruggiero, Kevin D wrote:

 I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.  I'm now getting 
 some
 errors: javax/crypto/a (classdef not found).  Anybody else get this JRE
 working with coldfusion mx?  If so, did you have the same problems?

 Any info is VERY much appreciated!!!


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IBM JRE with ColdFusion MX

2003-03-23 Thread Joe Eugene
So CFMX uses the jikesw compiler at compile time and whatever
JVM you have configured.

Back, to the question on the thread..
 I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.  I'm now
 getting some
 errors: javax/crypto/a (classdef not found)

Does Jikes come with a good JVM as well.. better than SUN's 1.4.1?

Joe Eugene


 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: Sunday, March 23, 2003 2:03 AM
 To: CF-Talk
 Subject: RE: IBM JRE with ColdFusion MX


  I've been running a portal for some time.. and it would
  pop-up as a process during the time when the server would
  get unstable and crash :)..

 Well, just for kicks, I reset my local copy of CFMX to use the
 original JVM,
 renamed jikesw.exe to jikesw.fil, created a new page, and it
 wasn't able to
 compile the page without it:

 'Error Occurred While Processing Request

 CreateProcess: jikesw -g -nowarn -d
 C:\CFusionMX\wwwroot\WEB-INF\cfclasses
 C:\CFusionMX\wwwroot\WEB-INF\cfclasses\cfmytest32ecfm1366269731.java'

 So, I guess that it's used to compile .cfm files. I'm not sure if
 it's used
 for anything else. I imagine it might be used by Axis also, since Axis
 generates Java stubs for web service client requests.

 You may want to try compiling all your .cfm files using one of the
 precompile scripts floating about, if this appears related to
 your server's
 stability.

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

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IBM JRE with ColdFusion MX

2003-03-23 Thread Dave Watts
 Does Jikes come with a good JVM as well.. better than 
 SUN's 1.4.1?

I have no idea; it may well depend on what platform you're using. For
example, I wouldn't be surprised if IBM provides a better JVM on Linux than
Sun, but not on Windows.

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

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IBM JRE with ColdFusion MX

2003-03-22 Thread Joe Eugene
 I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.

Where did you get the IBM JVM from? I thought you could
only get the IBM JVM with IBM WebSphere?

Joe Eugene


 -Original Message-
 From: Ruggiero, Kevin D [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 21, 2003 6:08 PM
 To: CF-Talk
 Subject: IBM JRE with ColdFusion MX


 I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.  I'm now
 getting some
 errors: javax/crypto/a (classdef not found).  Anybody else get this JRE
 working with coldfusion mx?  If so, did you have the same problems?

 Any info is VERY much appreciated!!!

 
 Kevin D. Ruggiero
 Northrop Grumman Corporation
 Electronic Systems
 Amherst Systems
 716-631-0610
 http://www.amherst.com
 


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IBM JRE with ColdFusion MX

2003-03-22 Thread Jim Campbell
If he's talking about Jikes, it's here, *and* it's OSS:

http://oss.software.ibm.com/developerworks/opensource/jikes/

Used it exclusively with Weblogic at an old job.  Fantastic piece of
software.

- Jim

-Original Message-
From: Joe Eugene [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 22, 2003 12:06 PM
To: CF-Talk
Subject: RE: IBM JRE with ColdFusion MX


 I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.

Where did you get the IBM JVM from? I thought you could
only get the IBM JVM with IBM WebSphere?

Joe Eugene


 -Original Message-
 From: Ruggiero, Kevin D [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 21, 2003 6:08 PM
 To: CF-Talk
 Subject: IBM JRE with ColdFusion MX


 I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.  I'm now
 getting some
 errors: javax/crypto/a (classdef not found).  Anybody else get this JRE
 working with coldfusion mx?  If so, did you have the same problems?

 Any info is VERY much appreciated!!!

 
 Kevin D. Ruggiero
 Northrop Grumman Corporation
 Electronic Systems
 Amherst Systems
 716-631-0610
 http://www.amherst.com
 




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IBM JRE with ColdFusion MX

2003-03-22 Thread Joe Eugene
Fantastic piece of
 software.

Just curious why Jikes is fantastic?  In CFMX runtime/bin, there
is a jikesw.exe... Isnt this the default compiler?

Joe Eugene


 -Original Message-
 From: Jim Campbell [mailto:[EMAIL PROTECTED]
 Sent: Saturday, March 22, 2003 1:38 PM
 To: CF-Talk
 Subject: RE: IBM JRE with ColdFusion MX


 If he's talking about Jikes, it's here, *and* it's OSS:

 http://oss.software.ibm.com/developerworks/opensource/jikes/

 Used it exclusively with Weblogic at an old job.  Fantastic piece of
 software.

 - Jim

 -Original Message-
 From: Joe Eugene [mailto:[EMAIL PROTECTED]
 Sent: Saturday, March 22, 2003 12:06 PM
 To: CF-Talk
 Subject: RE: IBM JRE with ColdFusion MX


  I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.

 Where did you get the IBM JVM from? I thought you could
 only get the IBM JVM with IBM WebSphere?

 Joe Eugene


  -Original Message-
  From: Ruggiero, Kevin D [mailto:[EMAIL PROTECTED]
  Sent: Friday, March 21, 2003 6:08 PM
  To: CF-Talk
  Subject: IBM JRE with ColdFusion MX
 
 
  I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.  I'm now
  getting some
  errors: javax/crypto/a (classdef not found).  Anybody else get this JRE
  working with coldfusion mx?  If so, did you have the same problems?
 
  Any info is VERY much appreciated!!!
 
  
  Kevin D. Ruggiero
  Northrop Grumman Corporation
  Electronic Systems
  Amherst Systems
  716-631-0610
  http://www.amherst.com
  
 
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IBM JRE with ColdFusion MX

2003-03-22 Thread Jim Campbell
I haven't looked at the default compiler, perhaps it is?  We settled on
Jikes since it compiled our WAR and EAR files much faster than Sun's JDK
(around 20 minutes or so compared to close to 40).  I find it to have
considerably less overhead, and the error messages are excellent.

- Jim

-Original Message-
From: Joe Eugene [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 22, 2003 5:19 PM
To: CF-Talk
Subject: RE: IBM JRE with ColdFusion MX


Fantastic piece of
 software.

Just curious why Jikes is fantastic?  In CFMX runtime/bin, there
is a jikesw.exe... Isnt this the default compiler?

Joe Eugene


 -Original Message-
 From: Jim Campbell [mailto:[EMAIL PROTECTED]
 Sent: Saturday, March 22, 2003 1:38 PM
 To: CF-Talk
 Subject: RE: IBM JRE with ColdFusion MX


 If he's talking about Jikes, it's here, *and* it's OSS:

 http://oss.software.ibm.com/developerworks/opensource/jikes/

 Used it exclusively with Weblogic at an old job.  Fantastic piece of
 software.

 - Jim

 -Original Message-
 From: Joe Eugene [mailto:[EMAIL PROTECTED]
 Sent: Saturday, March 22, 2003 12:06 PM
 To: CF-Talk
 Subject: RE: IBM JRE with ColdFusion MX


  I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.

 Where did you get the IBM JVM from? I thought you could
 only get the IBM JVM with IBM WebSphere?

 Joe Eugene


  -Original Message-
  From: Ruggiero, Kevin D [mailto:[EMAIL PROTECTED]
  Sent: Friday, March 21, 2003 6:08 PM
  To: CF-Talk
  Subject: IBM JRE with ColdFusion MX
 
 
  I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.  I'm now
  getting some
  errors: javax/crypto/a (classdef not found).  Anybody else get this JRE
  working with coldfusion mx?  If so, did you have the same problems?
 
  Any info is VERY much appreciated!!!
 
  
  Kevin D. Ruggiero
  Northrop Grumman Corporation
  Electronic Systems
  Amherst Systems
  716-631-0610
  http://www.amherst.com
  
 
 
 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: IBM JRE with ColdFusion MX

2003-03-22 Thread Kwang Suh
Yes, IIRC, Jikes is in fact the JRE that comes with CFMX.
- Original Message -
From: Jim Campbell [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, March 22, 2003 4:41 PM
Subject: RE: IBM JRE with ColdFusion MX


 I haven't looked at the default compiler, perhaps it is?  We settled on
 Jikes since it compiled our WAR and EAR files much faster than Sun's JDK
 (around 20 minutes or so compared to close to 40).  I find it to have
 considerably less overhead, and the error messages are excellent.

 - Jim

 -Original Message-
 From: Joe Eugene [mailto:[EMAIL PROTECTED]
 Sent: Saturday, March 22, 2003 5:19 PM
 To: CF-Talk
 Subject: RE: IBM JRE with ColdFusion MX


 Fantastic piece of
  software.

 Just curious why Jikes is fantastic?  In CFMX runtime/bin, there
 is a jikesw.exe... Isnt this the default compiler?

 Joe Eugene


  -Original Message-
  From: Jim Campbell [mailto:[EMAIL PROTECTED]
  Sent: Saturday, March 22, 2003 1:38 PM
  To: CF-Talk
  Subject: RE: IBM JRE with ColdFusion MX
 
 
  If he's talking about Jikes, it's here, *and* it's OSS:
 
  http://oss.software.ibm.com/developerworks/opensource/jikes/
 
  Used it exclusively with Weblogic at an old job.  Fantastic piece of
  software.
 
  - Jim
 
  -Original Message-
  From: Joe Eugene [mailto:[EMAIL PROTECTED]
  Sent: Saturday, March 22, 2003 12:06 PM
  To: CF-Talk
  Subject: RE: IBM JRE with ColdFusion MX
 
 
   I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.
 
  Where did you get the IBM JVM from? I thought you could
  only get the IBM JVM with IBM WebSphere?
 
  Joe Eugene
 
 
   -Original Message-
   From: Ruggiero, Kevin D [mailto:[EMAIL PROTECTED]
   Sent: Friday, March 21, 2003 6:08 PM
   To: CF-Talk
   Subject: IBM JRE with ColdFusion MX
  
  
   I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.  I'm now
   getting some
   errors: javax/crypto/a (classdef not found).  Anybody else get this
JRE
   working with coldfusion mx?  If so, did you have the same problems?
  
   Any info is VERY much appreciated!!!
  
   
   Kevin D. Ruggiero
   Northrop Grumman Corporation
   Electronic Systems
   Amherst Systems
   716-631-0610
   http://www.amherst.com
   
  
  
  
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: IBM JRE with ColdFusion MX

2003-03-22 Thread Kwang Suh
Oh, it's also the compiler as well.

- Original Message -
From: Kwang Suh [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, March 22, 2003 8:04 PM
Subject: Re: IBM JRE with ColdFusion MX


 Yes, IIRC, Jikes is in fact the JRE that comes with CFMX.
 - Original Message -
 From: Jim Campbell [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Saturday, March 22, 2003 4:41 PM
 Subject: RE: IBM JRE with ColdFusion MX


  I haven't looked at the default compiler, perhaps it is?  We settled on
  Jikes since it compiled our WAR and EAR files much faster than Sun's JDK
  (around 20 minutes or so compared to close to 40).  I find it to have
  considerably less overhead, and the error messages are excellent.
 
  - Jim
 
  -Original Message-
  From: Joe Eugene [mailto:[EMAIL PROTECTED]
  Sent: Saturday, March 22, 2003 5:19 PM
  To: CF-Talk
  Subject: RE: IBM JRE with ColdFusion MX
 
 
  Fantastic piece of
   software.
 
  Just curious why Jikes is fantastic?  In CFMX runtime/bin, there
  is a jikesw.exe... Isnt this the default compiler?
 
  Joe Eugene
 
 
   -Original Message-
   From: Jim Campbell [mailto:[EMAIL PROTECTED]
   Sent: Saturday, March 22, 2003 1:38 PM
   To: CF-Talk
   Subject: RE: IBM JRE with ColdFusion MX
  
  
   If he's talking about Jikes, it's here, *and* it's OSS:
  
   http://oss.software.ibm.com/developerworks/opensource/jikes/
  
   Used it exclusively with Weblogic at an old job.  Fantastic piece of
   software.
  
   - Jim
  
   -Original Message-
   From: Joe Eugene [mailto:[EMAIL PROTECTED]
   Sent: Saturday, March 22, 2003 12:06 PM
   To: CF-Talk
   Subject: RE: IBM JRE with ColdFusion MX
  
  
I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.
  
   Where did you get the IBM JVM from? I thought you could
   only get the IBM JVM with IBM WebSphere?
  
   Joe Eugene
  
  
-Original Message-
From: Ruggiero, Kevin D [mailto:[EMAIL PROTECTED]
Sent: Friday, March 21, 2003 6:08 PM
To: CF-Talk
Subject: IBM JRE with ColdFusion MX
   
   
I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.  I'm now
getting some
errors: javax/crypto/a (classdef not found).  Anybody else get this
 JRE
working with coldfusion mx?  If so, did you have the same problems?
   
Any info is VERY much appreciated!!!
   

Kevin D. Ruggiero
Northrop Grumman Corporation
Electronic Systems
Amherst Systems
716-631-0610
http://www.amherst.com

   
   
   
  
  
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IBM JRE with ColdFusion MX

2003-03-22 Thread Dave Watts
 Yes, IIRC, Jikes is in fact the JRE that comes with CFMX.

While CFMX appears to come with Jikes, I think that the JRE that it uses by
default is the Sun 1.3.1 JRE, on Windows. That's what's in
\CFusionMX\runtime\jre, which is the path specified by default in the CF
Administrator I think. The file jikesw.exe is found in
\CFusionMX\runtime\bin, and I'm not sure what uses it.

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

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IBM JRE with ColdFusion MX

2003-03-22 Thread Ezine
Dave,

I've been running a portal for some time..and it would pop-up as a
process during the time when the server would get unstable and crash :)..

*grin*  It's been one full day without crashing :)..   good good.

-Zine

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 23, 2003 1:30 AM
To: CF-Talk
Subject: RE: IBM JRE with ColdFusion MX


 Yes, IIRC, Jikes is in fact the JRE that comes with CFMX.

While CFMX appears to come with Jikes, I think that the JRE that it uses by
default is the Sun 1.3.1 JRE, on Windows. That's what's in
\CFusionMX\runtime\jre, which is the path specified by default in the CF
Administrator I think. The file jikesw.exe is found in
\CFusionMX\runtime\bin, and I'm not sure what uses it.

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


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IBM JRE with ColdFusion MX

2003-03-22 Thread Dave Watts
 I've been running a portal for some time.. and it would 
 pop-up as a process during the time when the server would 
 get unstable and crash :)..

Well, just for kicks, I reset my local copy of CFMX to use the original JVM,
renamed jikesw.exe to jikesw.fil, created a new page, and it wasn't able to
compile the page without it:

'Error Occurred While Processing Request

CreateProcess: jikesw -g -nowarn -d C:\CFusionMX\wwwroot\WEB-INF\cfclasses
C:\CFusionMX\wwwroot\WEB-INF\cfclasses\cfmytest32ecfm1366269731.java'

So, I guess that it's used to compile .cfm files. I'm not sure if it's used
for anything else. I imagine it might be used by Axis also, since Axis
generates Java stubs for web service client requests.

You may want to try compiling all your .cfm files using one of the
precompile scripts floating about, if this appears related to your server's
stability.

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

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



IBM JRE with ColdFusion MX

2003-03-21 Thread Ruggiero, Kevin D
I downloaded IBM JRE 1.3.0 to use with ColdFusion MX.  I'm now getting some
errors: javax/crypto/a (classdef not found).  Anybody else get this JRE
working with coldfusion mx?  If so, did you have the same problems?

Any info is VERY much appreciated!!!


Kevin D. Ruggiero
Northrop Grumman Corporation
Electronic Systems
Amherst Systems
716-631-0610
http://www.amherst.com



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4