RE: [cfaussie] Re: Preserve Carriage returns from textarea in HTML mail.

2011-08-03 Thread charlie arehart
Well the confusion is simply that I offered specific links that work. Could
you please offer the URL that does not? :-)

And if perhaps you're referring to links within the downloaded file itself,
same thing: what URL is being viewed? Could it perhaps be that the relative
URL built doesn't work for you for some reason? Beyond that, even if it
can't work, again, there are the web-accessible URLs with examples that I
pointed to. 

Let me know if this info helps. 

/charlie


 -Original Message-
 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
 Behalf Of Gavin Baumanis
 Sent: Tuesday, August 02, 2011 6:32 PM
 To: cfaussie
 Subject: [cfaussie] Re: Preserve Carriage returns from textarea in HTML
 mail.
 
 Hi Charlie,
 Not too sure where the confusion is;
 If I choose the sample link I get a 403 forbidden error.
 
 I can download the zip just fine, but when I choose view sample I get
 the error posted in the previous message.
 
 HTTP Error 403.1 - Forbidden: Execute access is denied.
 Internet Information Services (IIS)
 
 (Blame it on windows I say! - dodgy IIS.)
 
 Gavin.
 
 
 On Aug 2, 10:49 pm, charlie arehart charlie_li...@carehart.org
 wrote:
  Thanks, Gavin. I'd want to fix anything I could, but I don't see
 what's
  failing. Can you be more specific, please?
 
  The Adobe link works,
 right?http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDe
 tail...
  1000713
 
  And on that page, the box on the top right for view sample goes
 here,http://www.systemanage.com/cff/cf_textareaformat.cfm, which works,
 right?
  (At least, it does for me.)
 
  Then on that page, there's an examples link
  (http://www.systemanage.com/cff/textareaformat_example.cfm), which
 also
  works for me.
 
  Which of those, or something else, is failing? Thanks.
 
  /charlie
 
 
 
 
 
 
 
 
 
   -Original Message-
   From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com]
 On
   Behalf Of Gavin Baumanis
   Sent: Tuesday, August 02, 2011 12:43 AM
   To: cfaussie
   Subject: [cfaussie] Re: Preserve Carriage returns from textarea in
 HTML
   mail.
 
   Hi Charlie,
   I can download the UDF, thanks.
   I will try it out and let everyone know how it goes, in a later
 email.
 
   Just as an FYI for you, Charlie;
   The sample link gives me a 403 error;
 
   HTTP Error 403.1 - Forbidden: Execute access is denied.
   Internet Information Services (IIS)
 
   Gavin.
 
   On Aug 2, 1:18 pm, charlie arehart charlie_li...@carehart.org
   wrote:
Gavin, I wrote a custom tag (textareaformat) and later a UDF, way
   back in
prehistoric days, to do what I think you're looking for (don't
 know
   why CFML
still does not do it for us):
 
 
 http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail..
 .
  1000713
 
 
 
 
 
 
 
 
 
Let me know if that does the trick for you (note the page links
 to
   demo
pages where you can confirm if it would do what you want.)
 
/charlie
 
 --
 You received this message because you are subscribed to the Google
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread nkosi
Hi All,

We're in the process of preparing for the CF, Tomcat, IIS7 stack for
our intranet. We have followed numerous blog postings around the
electric interwebnet and they have helped to a degree, however ...

Currently we have multiserver CF, JRun, IIS6.

And this is how this looks ...

JRun/CF ...

c:\Jrun4\servers\Application1\cfusion.ear\cfusion.war\
c:\Jrun4\servers\Application2\cfusion.ear\cfusion.war\
c:\Jrun4\servers\Application3\cfusion.ear\cfusion.war\
c:\Jrun4\servers\Application4\cfusion.ear\cfusion.war\

IIS points to our sites code like this ...

c:\Sites\Application1\
c:\Sites\Application2\
c:\Sites\Application3\
c:\Sites\Application4\

wsconfig associates IIS site to JRun server.

So our sites are browsable like this ...

http://application1.something.whatever/
http://application2.something.whatever/
http://application3.something.whatever/
http://application4.something.whatever/

CF Admin is browsable like this ...

http://serverName:Application1_Port/cfide/administrator/
http://serverName:Application2_Port/cfide/administrator/
http://serverName:Application3_Port/cfide/administrator/
http://serverName:Application4_Port/cfide/administrator/

Brilliant, nice bit of separation ... Site isn't browsable via the
JRun port and CF Admin isn't browsable vie the IIS site.

We want to maintain this type of separation in our ColdFusion/Tomcat/
IIS7 stack.

We have set up 'multiserver' Tomcat but we cannot figure out how we
can get our CF sites to run without requiring WEB-INF [and CFIDE] in
the root of our sites. This basically means our CF Admin is browsable
via our web site which is not what we want. It may also mean we have
to consider how we rollout our site code given there will already be 2
folders in the site root.

Firstly - I hope this makes sense.

Secondly - any ideas how we can replicate our JRun/CF configuration on
Tomcat/CF?

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread Mark Mandel
To ask a stupid question - how come you are doing this?

Mark

On Thu, Aug 4, 2011 at 1:28 PM, nkosi glenrainb...@gmail.com wrote:

 Hi All,

 We're in the process of preparing for the CF, Tomcat, IIS7 stack for
 our intranet. We have followed numerous blog postings around the
 electric interwebnet and they have helped to a degree, however ...

 Currently we have multiserver CF, JRun, IIS6.

 And this is how this looks ...

 JRun/CF ...

 c:\Jrun4\servers\Application1\cfusion.ear\cfusion.war\
 c:\Jrun4\servers\Application2\cfusion.ear\cfusion.war\
 c:\Jrun4\servers\Application3\cfusion.ear\cfusion.war\
 c:\Jrun4\servers\Application4\cfusion.ear\cfusion.war\

 IIS points to our sites code like this ...

 c:\Sites\Application1\
 c:\Sites\Application2\
 c:\Sites\Application3\
 c:\Sites\Application4\

 wsconfig associates IIS site to JRun server.

 So our sites are browsable like this ...

 http://application1.something.whatever/
 http://application2.something.whatever/
 http://application3.something.whatever/
 http://application4.something.whatever/

 CF Admin is browsable like this ...

 http://serverName:Application1_Port/cfide/administrator/
 http://serverName:Application2_Port/cfide/administrator/
 http://serverName:Application3_Port/cfide/administrator/
 http://serverName:Application4_Port/cfide/administrator/

 Brilliant, nice bit of separation ... Site isn't browsable via the
 JRun port and CF Admin isn't browsable vie the IIS site.

 We want to maintain this type of separation in our ColdFusion/Tomcat/
 IIS7 stack.

 We have set up 'multiserver' Tomcat but we cannot figure out how we
 can get our CF sites to run without requiring WEB-INF [and CFIDE] in
 the root of our sites. This basically means our CF Admin is browsable
 via our web site which is not what we want. It may also mean we have
 to consider how we rollout our site code given there will already be 2
 folders in the site root.

 Firstly - I hope this makes sense.

 Secondly - any ideas how we can replicate our JRun/CF configuration on
 Tomcat/CF?

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

cf.Objective(ANZ) + Flex - Nov 17, 18 - Melbourne Australia
http://www.cfobjective.com.au

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread nkosi
The only stupid question is the one left unasked ... hehe, never
thought I'd say that.

You mean how come we're trying to achieve this configuration?

Well it's a nice level of separation from site code and web
application server ... isn't it?
Also, since it was possible with JRun then it would be nice to
continue this configuration with Tomcat.

Also ... I'd be happy to hear alternative hosting configs.

Cheers
Glen

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread Steve Onnis
No such thing as a stupid question, only stupid answers :)

-Original Message-
From: nkosi [mailto:glenrainb...@gmail.com] 
Sent: Thursday, 4 August 2011 1:49 PM
To: cfaussie
Subject: [cfaussie] Re: ColdFusion, Tomcat, IIS7 question

The only stupid question is the one left unasked ... hehe, never
thought I'd say that.

You mean how come we're trying to achieve this configuration?

Well it's a nice level of separation from site code and web
application server ... isn't it?
Also, since it was possible with JRun then it would be nice to
continue this configuration with Tomcat.

Also ... I'd be happy to hear alternative hosting configs.

Cheers
Glen

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread Mark Mandel
Yeah - but what is the end goal? Why bother changing if JRUN is meeting your
needs?

Mark

On Thu, Aug 4, 2011 at 1:49 PM, nkosi glenrainb...@gmail.com wrote:

 Also, since it was possible with JRun then it would be nice to
 continue this configuration with Tomcat.




-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

cf.Objective(ANZ) + Flex - Nov 17, 18 - Melbourne Australia
http://www.cfobjective.com.au

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread Kai Koenig
I personally find that CF on Tomcat uses less resources than CF on JRun. Very 
generally spoken though.

K

 To ask a stupid question - how come you are doing this?
 
 Mark
 
 

--







-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread Mark Mandel
Fair enough - but spending 2/3 days of dev/sysadmin time doing some resource
savings vs buying some new ram, doesn't seem like good ROI to me, unless
there is a specific goal. (Or you have a LOT of servers)

But hey - don't let me stop you, just figured it was worth asking the
question.

Mark

On Thu, Aug 4, 2011 at 1:56 PM, Kai Koenig k...@koeni.de wrote:

 I personally find that CF on Tomcat uses less resources than CF on JRun.
 Very generally spoken though.

 K

  To ask a stupid question - how come you are doing this?
 
  Mark
 
 

 --







 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

cf.Objective(ANZ) + Flex - Nov 17, 18 - Melbourne Australia
http://www.cfobjective.com.au

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread Kai Koenig
Oh, that's just my personal experience. No idea if that's nkosi's reason behind 
it :-)

 Fair enough - but spending 2/3 days of dev/sysadmin time doing some resource 
 savings vs buying some new ram, doesn't seem like good ROI to me, unless 
 there is a specific goal. (Or you have a LOT of servers)
 
 But hey - don't let me stop you, just figured it was worth asking the 
 question.
 
 Mark
 
 On Thu, Aug 4, 2011 at 1:56 PM, Kai Koenig k...@koeni.de wrote:
 I personally find that CF on Tomcat uses less resources than CF on JRun. Very 
 generally spoken though.
 
 K
 
  To ask a stupid question - how come you are doing this?
 
  Mark
 
 
 
 --
 
 
 
 
 
 
 
 --
 You received this message because you are subscribed to the Google Groups 
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to 
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/cfaussie?hl=en.
 
 
 
 
 -- 
 E: mark.man...@gmail.com
 T: http://www.twitter.com/neurotic
 W: www.compoundtheory.com
 
 cf.Objective(ANZ) + Flex - Nov 17, 18 - Melbourne Australia
 http://www.cfobjective.com.au
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to 
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/cfaussie?hl=en.


--
Kai Koenig - Ventego Creative Ltd
ph: +64 4 476 6781 - mob: +64 21 928 365 /  +61 435 263 414
web: http://www.ventego-creative.co.nz
blog: http://www.bloginblack.de
twitter: http://www.twitter.com/agentK
--







-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] JavaScript equivelant to HASH function

2011-08-03 Thread Steve Onnis
Does anyone know if there is a JavaScript equivelant to the coldfusion
HASH() function?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] JavaScript equivelant to HASH function

2011-08-03 Thread Paul Kukiel
hash by default is MD5 as long as you are using md5 then:

http://pajhome.org.uk/crypt/md5/

Works well.

Paul

On Thu, Aug 4, 2011 at 2:33 PM, Steve Onnis st...@cfcentral.com.au wrote:

 Does anyone know if there is a JavaScript equivelant to the coldfusion
 HASH() function?

 ** **

 Steve

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Paul Kukiel

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread nkosi
Ah - I see, how come we trying to do this if it is already doing the
job. If it ain't broke etc ...

Coz all the cool kids are doing it ... um, no, seriously though ...

Given that CF10 is reportedly dropping JRun for Tomcat and we have
resources available to us right now we thought we would explore the
Tomcat option. So that is where we are right now. We're working out if
we can set ourselves up early on for CF/Tomcat.

It was going well until we hit the snag noted above.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread Mark Mandel
I'd be pretty shocked if Adobe doesn't make configuring CF10 + Tomcat a
whole lot easier than doing all the steps for CF9 + Tomcat.

So you may be wasting your time. Also, CF9 isn't supported on Tomcat, so you
may be voiding any support contracts you may have.

But hey - if you're having fun :) all the more enjoyment for ya.

Mark

On Thu, Aug 4, 2011 at 2:41 PM, nkosi glenrainb...@gmail.com wrote:

 Given that CF10 is reportedly dropping JRun for Tomcat and we have
 resources available to us right now we thought we would explore the
 Tomcat option. So that is where we are right now. We're working out if
 we can set ourselves up early on for CF/Tomcat.




-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

cf.Objective(ANZ) + Flex - Nov 17, 18 - Melbourne Australia
http://www.cfobjective.com.au

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] JavaScript equivelant to HASH function

2011-08-03 Thread Steve Onnis
Actually wrong one.  Was meant to ask about cfusion_encrypt()

 

From: Paul Kukiel [mailto:kuki...@gmail.com] 
Sent: Thursday, 4 August 2011 2:39 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] JavaScript equivelant to HASH function

 

hash by default is MD5 as long as you are using md5 then:

 

http://pajhome.org.uk/crypt/md5/

 

Works well.

 

Paul

On Thu, Aug 4, 2011 at 2:33 PM, Steve Onnis st...@cfcentral.com.au wrote:

Does anyone know if there is a JavaScript equivelant to the coldfusion
HASH() function?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.




-- 
Paul Kukiel

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] JavaScript equivelant to HASH function

2011-08-03 Thread Steve Onnis
Basically i need something that i can use to encode/decode the same way in
both cfml and javascript

 

Any ideas?

 

From: Paul Kukiel [mailto:kuki...@gmail.com] 
Sent: Thursday, 4 August 2011 2:39 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] JavaScript equivelant to HASH function

 

hash by default is MD5 as long as you are using md5 then:

 

http://pajhome.org.uk/crypt/md5/

 

Works well.

 

Paul

On Thu, Aug 4, 2011 at 2:33 PM, Steve Onnis st...@cfcentral.com.au wrote:

Does anyone know if there is a JavaScript equivelant to the coldfusion
HASH() function?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.




-- 
Paul Kukiel

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] JavaScript equivelant to HASH function

2011-08-03 Thread Zac Spitzer
bcrypt is pretty good, but the main problem with any decent encryption
in js is as usual IE which is slow and good encryption needs to be
complex... wouldn't using SSL suffice?

http://code.google.com/p/javascript-bcrypt/

On Thu, Aug 4, 2011 at 2:48 PM, Steve Onnis st...@cfcentral.com.au wrote:
 Basically i need something that i can use to encode/decode the same way in
 both cfml and javascript



 Any ideas?



 From: Paul Kukiel [mailto:kuki...@gmail.com]
 Sent: Thursday, 4 August 2011 2:39 PM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] JavaScript equivelant to HASH function



 hash by default is MD5 as long as you are using md5 then:



 http://pajhome.org.uk/crypt/md5/



 Works well.



 Paul

 On Thu, Aug 4, 2011 at 2:33 PM, Steve Onnis st...@cfcentral.com.au wrote:

 Does anyone know if there is a JavaScript equivelant to the coldfusion
 HASH() function?



 Steve

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.


 --
 Paul Kukiel

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread nkosi
Yes - that is what I thought too.

But like I said, we have the [limited] resources to explore this
option - if it is easy then brilliant, if it gets too complicated then
we should probably wait and hope that Adobe does indeed make the CF
+Tomcat config a whole lot easier.

So now we've got all the _why_ out of the way ... any clues how we can
achieve what we're after?

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] JavaScript equivelant to HASH function

2011-08-03 Thread Steve Onnis
I am passing some JSON strings around which i want to just encode and decode
elsewhere

-Original Message-
From: Zac Spitzer [mailto:zac.spit...@gmail.com] 
Sent: Thursday, 4 August 2011 2:55 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] JavaScript equivelant to HASH function

bcrypt is pretty good, but the main problem with any decent encryption
in js is as usual IE which is slow and good encryption needs to be
complex... wouldn't using SSL suffice?

http://code.google.com/p/javascript-bcrypt/

On Thu, Aug 4, 2011 at 2:48 PM, Steve Onnis st...@cfcentral.com.au wrote:
 Basically i need something that i can use to encode/decode the same way in
 both cfml and javascript



 Any ideas?



 From: Paul Kukiel [mailto:kuki...@gmail.com]
 Sent: Thursday, 4 August 2011 2:39 PM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] JavaScript equivelant to HASH function



 hash by default is MD5 as long as you are using md5 then:



 http://pajhome.org.uk/crypt/md5/



 Works well.



 Paul

 On Thu, Aug 4, 2011 at 2:33 PM, Steve Onnis st...@cfcentral.com.au
wrote:

 Does anyone know if there is a JavaScript equivelant to the coldfusion
 HASH() function?



 Steve

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.


 --
 Paul Kukiel

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread Andrew
On Aug 4, 1:28 pm, nkosi glenrainb...@gmail.com wrote:

 We have set up 'multiserver' Tomcat but we cannot figure out how we
 can get our CF sites to run without requiring WEB-INF [and CFIDE] in
 the root of our sites. This basically means our CF Admin is browsable
 via our web site which is not what we want. It may also mean we have
 to consider how we rollout our site code given there will already be 2
 folders in the site root.

I have no experience at all with IIS or Windows servers, but with
Apache I *think* you could do something like the following, and I'd be
surprised if IIS doesn't allow it also.

What if you if you did something like this:

Put the exploded coldfusion war file wherever you want (I'll assume c:
\tomcat-apps\application1\cfusion.war\)

In tomcat's server.xml:

Host name=application1.something.whatever appBase=c:\tomcat-apps
\application1\cfusion.war/

Then if you can use a symbolic link (is there a way to do this in
windows?) to your app code.  So you'd have something like:

c:\tomcat-apps\application1\cfusion.war
c:\tomcat-apps\application1\cfusion.war\CFIDE
c:\tomcat-apps\application1\cfusion.war\WEB-INF
c:\webapps\app1\cfusion\app - sym link to c:\Sites\Application1\

Then if you can configure IIS proxy anything to 
http://application1.something.whatever/*
to http://application1.something.whatever:tomcat-port/app/* it might
work?

Under that config you should only be able to access CFIDE directly via
http://application1.something.whatever:tomcat-port/CFIDE/administrator

Don't quote me on it, I haven't tried it, but it is an approach I
think may work...

It'll be interesting to see how Adobe handle multi site installs and
virtual hosts when they move to Tomcat.

Andrew.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.