[cfaussie] Re: Debugging problem on cf9

2012-10-03 Thread Carl
 

Hi Joel,

 

CF9.0.2 has security bulletin APSB12-15 installed as released.

 

For details on APSB12-15 refer to here:

 

*
http://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix-apsb12-15.html
*http://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix-apsb12-15.html

 

Perhaps you need to adjust postParametersLimit setting described in 
APSB12-15 reference from 100 to something bigger (do your own testing eg 
500, 1000) via editing CF9\lib\neo-runtime.xml plus restart CF9 
applicationservice.

 

Interestingly CF10 has postParametersLimit setting in CFadmin  Server 
Settings  Settings.

 

Regards, Carl.

On Thursday, 4 October 2012 11:50:33 UTC+10, Joel Caldwell wrote:

 Hi,

  

 I'm experiencing a problem whereby when a form is submitted I immediately 
 receive an IIS HTTP error 500.0 Internal Server Error.

  
 Another developed here using cf 9.0.1.274733 is able to run the page 
 without any errors. 

  
   
 I'm using ColdFusion Server Developer
  
 9,0,2,282541

  

  

 Any suggestions?

  

 Thanks
  
 Joel Caldwell


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/LXKmvJu-03sJ.
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: Java 6 EOL Coldfusion

2012-07-25 Thread Carl
Andrew there is a new post on Adobe CF blog tho no new information to add 
on what was discussed before:
http://blogs.coldfusion.com/post.cfm/java-7-support-for-coldfusion
Regards, Carl.

On Tuesday, April 3, 2012 9:39:38 AM UTC+10, Andrew Myers wrote:

 Thanks Carl.  That answers my questions!

 Andrew

 On 03/04/2012, at 8:46 AM, Carl  wrote:



-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/KDyej9MoDcwJ.
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: Java 6 EOL Coldfusion

2012-07-25 Thread Carl


It will be interesting to see if CF10  Server Update  Updates will manage 
the Java 6 to Java 7 change.
 
Indeed there are some JVM garbage collector changes to experiment with - 
Garbage First (G1), G1 being experimental option in some Java 6 and release 
in Java 7

On Wednesday, 25 July 2012 16:53:42 UTC+10, Kai Koenig wrote:

 Yeah, I think Rakshith's post can be read as: there will be a CF 9.0.3 and 
 a CF 10.0.1 (or whatever numbering will be chosen) that updates your CF 
 installations to Java 7.

 Fun times, will bring another round of new JVM behaviour :) - but solve 
 the Java 6 EOL issues nicely.

  


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/56wojPivgjUJ.
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: Java 6 EOL Coldfusion

2012-07-25 Thread Carl
Seen good 200 day + uptimes and no GC pause effect with G1 so long as allow 
sufficient RAM to heap.
On Wednesday, 25 July 2012 17:13:21 UTC+10, Kai Koenig wrote:

 Yup - we experimented with G1 in an earlier version of Java 6 and CF 8/9 
 and even though it was awesome conceptually, the JVM died multiple times 
 per day during high load :-)

 But I expect that to be much better in Java 7 now.

 Cheers
 Kai

  
 Indeed there are some JVM garbage collector changes to experiment with - 
 Garbage First (G1), G1 being experimental option in some Java 6 and release 
 in Java 7

 On Wednesday, 25 July 2012 16:53:42 UTC+10, Kai Koenig wrote:

 Yeah, I think Rakshith's post can be read as: there will be a CF 9.0.3 
 and a CF 10.0.1 (or whatever numbering will be chosen) that updates your CF 
 installations to Java 7.

 Fun times, will bring another round of new JVM behaviour :) - but solve 
 the Java 6 EOL issues nicely.

  




-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/ZqV1tt_8ohYJ.
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: CFX_Excel with ColdFusion 10

2012-06-08 Thread Carl
Put your JAR in ColdFusion10\cfusion\lib   then restart CF10. Cheers,
Carl.

On Jun 8, 1:13 pm, Xiaofeng Liu liuxiaofeng1...@gmail.com wrote:
 Hi Kai,

 What I found within the coldfusion-out.log file are just entries saying I
 registered and deleted the tag like below. But I don't have a clue what the
 problem is.


 On Fri, Jun 8, 2012 at 1:05 PM, Kai Koenig k...@koeni.de wrote:
  Is there anything being output in the CF logs or the logs of your
  underlying Java server?

  Cheers
  kai

   Hi folks,

   I'm wondering does anyone use custom tag cfx_excel for spreadsheet
  processing? We use it on CF 8 and recently we upgraded to CF 10.

   I put the excel.jar into C:\ColdFusion10\cfusion\runtime\lib and
  restarted CF service. It doesn't seem to work anymore after that. When I
  accessed the site, I just got blank page.

   Does anyone have a clue about this?

   Thanks for any help!


-- 
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: Java 6 EOL Coldfusion

2012-04-02 Thread Carl
Andrew this thread maybe of interest:
http://forums.adobe.com/thread/975438
HTH, Carl.

On Apr 3, 8:36 am, Andrew am2...@gmail.com wrote:
 If my understanding is correct, java 6 public updates cease in nov.

 https://blogs.oracle.com/henrik/entry/updated_java_6_eol_date

 Does this affect cf users / admins in any way?

 I guess adobe have never officially supported every java minor version 
 anyway, but are we vulnerable if a security flaw is found post nov and there 
 are no updates available?

 My understanding is that java 7 isn't officially supported?  I've never tried 
 it in any case

-- 
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: How to load balance

2011-08-09 Thread Carl
Hi Mat

If you are using Jconsol you could also try use Jvisualvm for a
slightly different way of seeing the memory where the java objects are
stored. It shows the committed memory not currently holding objects in
more detail.

Another way to look at Java memory is to enable logging and read the
log file or put the log file thru a viewer tool.

logging changes to apply on JVM args:
-XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -
verbose:gc -Xloggc:cfjvmGC.log

log viewer tool:
http://www.tagtraum.com/gcviewer.html

Ditto update JVM to current 1.6.0_26 or _24 if you prefer being on
officially supported platform.

HTH, Carl.


On Aug 9, 12:26 pm, Mat mathew.say...@gmail.com wrote:
 Hi All,
We are getting an out of memory error;
 basically the heap space fills up; server slows to the point that it
 crashes.

 I am using jconsole, nice
 graphs but what is it really telling me; if anyone knows of a
 monitoring tool that will help me see if we have memory that is not
 being cleared that should be and what that memory is; would be
 appreciated?

 We are running CF 8,0,1,195765 STD, Java 1.6.0_04, on a Windows 2003
 32bit Svr.
 Any help would be most appreciated?

 Many Thanks,
 Mat

-- 
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: How to load balance

2011-08-09 Thread Carl
Been running our app on local environment with Java 7 against CF8.0.1
and CF9.0.1. So far so good, even for lucene related parts of app.
Like the way CF works (for me at least) with garbage first collector
(Useg1GC) change to JVM args.

Cheers, Carl.


 I'm running our big app on my local environment under java 7 but I have yet 
 to do any real testing other then so far it works ( so far )

Java7 has some massive improvements from what I hear, 100-300% wins

-- 
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: I/O Exception: peer not authenticated

2011-07-14 Thread Carl


On Jul 14, 4:08 pm, Steve Onnis st...@cfcentral.com.au wrote:
 For anyone who is interested, yes you have to install the certificate into
 ColdFusion but if you do upgrade the JVM and change the path in the CFAdmin,
 make sure you install the certificate again into the new JVM location as
 each JVM has its own certificate store J

I may add - don't forget to restart CF after adding the certificate to
java keystore.

Cheers, Carl.

-- 
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 9 Server Memory Issues

2011-07-13 Thread Carl
Hi Sean,

I notice Java 7 is due for release at end of July. With java 7 you get
the released version of UseG1GC garbage collector - rather than
experimental option in java 6.

Cheers, Carl.



 Yeah, on 32-bit Windows, 1.4GB is the most you can give it. I pretty
 much never run CF in production with less than a 2GB heap (usually 2GB
 min, 3GB max) but of course I don't use Windows in production. On
 64-bit servers you can go higher but if you go beyond 4GB, you need to
 be very careful about the GC configuration you use... Even tho' it's
 only experimental in Java 6, if you use a large heap, the G1 collector
 is worth trying (but, as always, it's all about load testing / real
 live load and constantly tuning the GC configuration to get the best
 overall performance).
 --
 Sean A Corfield -- (904) 302-SEAN
 An Architect's View --http://corfield.org/
 World Singles, LLC. --http://worldsingles.com/
 Railo Technologies, Inc. --http://www.getrailo.com/

 Perfection is the enemy of the good.
 -- Gustave Flaubert, French realist novelist (1821-1880)

-- 
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 9 Server Memory Issues

2011-07-13 Thread Carl


On Jul 14, 11:40 am, Sean Corfield seancorfi...@gmail.com wrote:
 On Wed, Jul 13, 2011 at 4:40 AM, Kai Koenig k...@koeni.de wrote:
  FWIW - tried the G1 collector on Java 6 (_16 release iirc) for a large 
  deployment on Win64/CF 8 for a while and had regular fatal JVM crashes. I'm 
  pretty sure it has improved in later versions, but everyone be aware, that 
  the G1 collector in Java 6 is _really_ experimental and it's not just a 
  label Oracle sticked on to it :)

 It was only introduced in _14 I believe and most folks says it was
 pretty unstable up to about _20. I've seen good reports of folks using
 it with _22 and up.
 --
I have been running on a dev system CF9.0.1 with Java 7 preview
version 21.0-b17. So far am impressed, particularly using G1. Tho Java
7 being preview it has not been near more vital / loaded CF
environments – so early days.

For those interested readers a very brief recap on garbage collection.
The Java heap is divided into 3 regions: young, tenured/old, and perm.
You may also know that young is further divided into eden and two
survivor spaces. A minor garbage collection finds all live objects and
puts them to one of the survivor spaces. Longer survived objects will
eventually move into tenured/old space. Some special objects land in
Perm.

From what I have gathered the G1 collector memory is divided into
multiple regions. Each of these regions will participate in a
generation. Some will be young, some to survivor, and others to old.
The collector is parallelized (multi-threaded) and will work
concurrently with your application (low pause). The minor collection
is similar to as current. There is a change to collection of regions
that are tenured/old space, there will be no separate collector.

Regards, Carl.

-- 
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 9 Server Memory Issues

2011-07-12 Thread Carl
Hi Steve,

How much RAM is installed on your Windows server? Is Windows  CF 32
or 64 bit?
Less than 500Mb RAM used by Jrun on a server installed with 4Gb RAM
would seem reasonable to me.

Regards, Carl.

On Jul 13, 2:14 pm, Steve Onnis st...@cfcentral.com.au wrote:
 Has anyone had any issues with CF9 and memory?  I have this strange problem
 where it does not seem to be giving it enough.  Looking at the windows task
 mananger the jrun.exe process seems to not want to go over 300,000-400,000 K

-- 
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 9 Server Memory Issues

2011-07-12 Thread Carl
Sorry Steve like to help but what is the problem when CF9 takes less
than half of what you allocated? Would seem to me not enough memory is
been taken or it simply does not need to grow memory wise up to the
maximum. Perhaps this is the issue - it is growing to less than half
of 1Gb and your getting out of memory errors?

On 32 bit you are close to right in saying you can only set the limit
to 1Gb total. In reality it is a bit more 1.3 - 1.4Gb depending on
some variables.

Cheers, Carl.

On Jul 13, 3:27 pm, Steve Onnis st...@cfcentral.com.au wrote:
 32 Bit WIN2003 4GB ram, 1GB assigned to CF as thats all i can give it


-- 
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: CF9 Service does not start but cfstart.bat does

2011-05-16 Thread Carl
Hi Taco,

I gather the CF9 service is starting OK now however CF slows then
stops.

You could do well to run CFSTAT and Java JMX style logging to get a
picture of what is happening when the system slows down and then stops
responding. Not that CFTAT or Java is going to fix anything just
indicate what is getting consumed. Provided either of those tools show
what the problem area is then perhaps you can see what parameter can
be altered to cope with such work load.

In brief:

CFSTAT

CFADMIN UI  Debugging  Logging  Debug Output Settings  tick Enable
CFSTAT.

DOS prompt  CD \CF9\bin  cfstat 1 (cfstat space one)

Notice any difference in CFSTAT details when system works OK versa
slow down?


Java JMX

backup CF9\runtime\bin\jvm.config

install correct JDK from oracle

edit jvm.config and add to JVM args (be aware of placement, spaces and
not adding carriage return line feeds - need I say you have a backup
if you get it wrong)

-Dcom.sun.management.jmxremote.port=8702 -
Dcom.sun.management.jmxremote.ssl=false -
Dcom.sun.management.jmxremote.authenticate=false

Once CF is started use JDK\bin\jconsole and or jvisualvm to monitor
the Java port (8702 in this case).  Note firewall and port might be
blocked or used by something else (you are the manager of the system
therefore know ports to use as well as firewalls internal and
external).

Notice any difference in the jconsole / jvisualvm details when system
is OK versa slow?

Once finished with Java tools remove JVM parameters from jvm.config


If you have not used any of these methods before then suggest trail
CFSTAT and Java JMX logging on a dev system first before live. Not
with standing a bad CFM CFC taking all resources those tools may be
informative.

HTH, Carl.

On May 17, 8:46 am, Taco Fleur taco.fl...@clickfind.com.au wrote:
 I put the administrator account on the service and it started, so yes Steve
 was right that it had something to do with it... But...

 1. this is still the same issue (cf service becoming unresponsive) I tackled
 together with you Charlie a while ago, we could find nothing in the logs
 other than some requests that take long but from a known page, and requests
 taking longer and longer to process (same config and system that run good
 for 3 years until moved to win 2008 64bit CF9)

 2. the config has not changed on that server for anything since the time we
 looked at it

 3. start up has been slower and slower over time, same as shutdown of the cf
 service (you would think if it's permission problems the service would have
 never started)


 My own guesses for this are:
 - Google indexing like mad and something had changed in CF9 internally
 - Hacker having a good time
 - Something in CF9 on 64bit not working as it should

 PS: I've also re-installed the CF server a few times as multi server,
 single, self contained etc.


-- 
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: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Carl
“Java heap space” - sounds like JVM issue not withstanding a CFM CFC
working poorly.

It is fair to say on 64 bit the memory consumed by the heap and non
heap for that matter is more than on 32 bit. Sometimes the error can
mean the initial memory settings not necessarily the maximum. There
are ways of seeing how that memory is looking by performing some JVM
logging or running some JDK tools however that is going to take some
time and effort at your end and I sense you just want to stop the
problem more than fine tune.

Are you running the same JVM arguments (JVM.CONFIG) memory settings on
CF8 32 bit that works ok versa CF9 64 bit that fails?

HTH, Carl.


On Feb 23, 9:57 am, Taco Fleur taco.fl...@clickfind.com.au wrote:
 Hello Carl,

 In the C:\ColdFusion9\runtime\logs\coldfusion-event.log I found
 23/02 07:28:24 error ROOT CAUSE:
 java.lang.OutOfMemoryError: Java heap space

 *But note, this is 20 minutes after the server became unresponsive.*


 Also note that I have 8gig of memory, 4 is reserved for MS SQL and the rest
 is available.

 What's next?

 Thanks in advance..





 On Tue, Feb 22, 2011 at 4:53 PM, Carl ca...@tassweb.com.au wrote:
  Hello Taco,

  Maybe there is more you can do to self help. Look in these logs for
  hints at JVM issues:

  •[CF]\runtime\logs server or [Jrun]\logs multiserver
  •coldfusion-event.log  coldfusion-out.log
  •java.lang.OutOfMemoryError: GC overhead limit
  exceeded
  •java.lang.OutOfMemoryError: Java heap space
  •java.lang.OutOfMemoryError: PermGen
  •java.lang.StackOverflowError:
  •java.lang.OutOfMemoryError: Out of swap spac

  HTH, Carl.

  On Feb 22, 3:19 pm, Taco Fleur taco.fl...@clickfind.com.au wrote:
   Is anyone on this list able to troubleshoot CF9 / Win2008 / IIS7 remotely
   Happy to pay up to $200 for someone to look at this and completely fix
  it.

   - IIS7
   - Windows 2008
   - 64bit
   - CF 9,0,1,274733

   --
   Kind regards,
   Taco Fleur

  --
  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.

 --
 Kind regards,
 Taco Fleur
 clickfind™ - The new Australian Online Marketing Platform 
 (OMP)http://www.onlinemarketingplatform.com.auhttp://www.clickfind.com.au- 
 Hide quoted text -

 - Show quoted text -

-- 
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: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Carl
Hi Taco,

Some logging would be good to know what happening or maybe you can
just try this.

1) Take a backup copy of jvm.config (in CF\runtime\bin)

2) Edit jvm.config and set an initial setting and larger maximum eg:

# Arguments to VM
java.args=-server -Xms512m -Xmx1024m -Dsun.io.useCanonCaches=false -
XX:MaxPermSize=192m -XX:+UseParallelGC -
Dcoldfusion.rootDir={application.home}/../ -
Dcoldfusion.libPath={application.home}/../lib -
Dcoldfusion.classPath={application.home}/../lib/updates,
{application.home}/../lib,{application.home}/../gateway/lib/,
{application.home}/../wwwroot/WEB-INF/flex/jars,{application.home}/../
wwwroot/WEB-INF/cfform/jars

3) Restart CF app service to apply changes

HTH, Carl.


On Feb 23, 11:15 am, Taco Fleur taco.fl...@clickfind.com.au wrote:
 Hi Carl,

 I don't really understand all of that, never really got down into the nitty
 gritty of whats behind CF.

 I compared my CF Admin settings with the old one and they are both the same.

-- 
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: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Carl
Good advise much appreciated Charlie. Needle sharing yes that’s why
I normally remember to say take a backup first so you got a clean
copy you can revert to.
Cheers, Carl.


On Feb 23, 12:57 pm, charlie arehart charlie_li...@carehart.org
wrote:
 I'd like to offer a caution about offering some suggested JVM arg changes in
 the form of the complete line as you have here, Carl. I realize you mean
 well, of course, and that you were conveying it as an example (since you say
 eg), but a casual user may just try to take them as is and drop them in on
 their server, which could be a problem.

 For instance, you list your server having had:

 -Dcoldfusion.rootDir={application.home}/../

 And that's indeed a normal value for the jvm.config of a Standard or
 Enterprise Server deployment.

 But for an Enterprise Multiserver deployment, it would instead be:

 -Dcoldfusion.rootDir={application.home}/

 Also, a Multiserver deployment wouldn't have the rest (the libpath and
 classpath).

 So sharing the whole line is risky: in fact, I'd consider it the CF
 equivalent to sharing dirty needles.

 Also, because it broke up on many lines, a casual user may copy/paste that
 into their jvm.config and have it fail because it's not all on one line. And
 someone not experienced may even think that the - at the end of lines is a
 continuation, when instead they need to be before each argument, like the -D
 above.

 So really, it's best instead in such situations to offer only the key
 arguments you are proposing should change, which in your case was the Xms
 and Xmx (based on you saying, Edit jvm.config and set an initial setting
 and larger maximum.

 Not trying to be a tall poppy, though I fear all these comments in the last
 few messages may come off that way. I'm really just trying to help, and to
 share experience. I know you (and others) are doing the same, and you do it
 as well on the Adobe forums Carl. Don't misunderstand: I do appreciate that
 you're always trying to help also.

 This is all just about sharing experience to save others heartburn I've seen
 before. :-)

 /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.



[cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-21 Thread Carl
Hello Taco,

Maybe there is more you can do to self help. Look in these logs for
hints at JVM issues:

•[CF]\runtime\logs server or [Jrun]\logs multiserver
•coldfusion-event.log  coldfusion-out.log
•java.lang.OutOfMemoryError: GC overhead limit
exceeded
•java.lang.OutOfMemoryError: Java heap space
•java.lang.OutOfMemoryError: PermGen
•java.lang.StackOverflowError:
•java.lang.OutOfMemoryError: Out of swap spac

HTH, Carl.


On Feb 22, 3:19 pm, Taco Fleur taco.fl...@clickfind.com.au wrote:
 Is anyone on this list able to troubleshoot CF9 / Win2008 / IIS7 remotely
 Happy to pay up to $200 for someone to look at this and completely fix it.

 - IIS7
 - Windows 2008
 - 64bit
 - CF 9,0,1,274733

 --
 Kind regards,
 Taco Fleur

-- 
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: The request has exceeded the allowable time limit Tag: CFLOOP

2011-02-01 Thread Carl
Hi Gavin,

Just thinking on this another way. Perhaps the CFLOOP timeout error
is  “a knee jerk reaction” and you need to have a look more overall
Are CF related things running slow or poorly in general? Are the error
details also in CF\runtime\log\coldfusion-out.log (Jrun4\logs in case
of multiserver)? Other interesting details in coldfusion-out.log?

HTH, Carl.


 Thanks for the reply - as always I appreciate the help.

 I just timed it and the error is being thrown at 8 (and a bit) minutes.
 It is well within the 16 minutes request timeout setting of the CFAdmin.

 So I don't see how that can be the case - and thus the looking for answers, 
 elsewhere.

 Gavin.
-

-- 
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: Microsoft SQL server CPU very high, close to 100% a lot of the time

2010-11-28 Thread Carl
Hi Gavin,

This Adobe ref says:

Choosing a client variable storage method

By default, ColdFusion stores client variables in the Registry. In
most cases, however, it is more appropriate to store the information
as client cookies or in a SQL database.

ref:
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=sharedVars_08.html

HTH, Carl.

On Nov 29, 2:32 pm, Gavin Beau Baumanis b...@palcare.com.au wrote:
 As for the client settings / DSN.

 What is the recommendation then?
 We have ours set to registry.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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: Microsoft SQL server CPU very high, close to 100% a lot of the time

2010-11-28 Thread Carl
Hello Gavin,

Here is another Adobe reference on client variable (I could not find
it before when I posted other and got side tracked).

Details:
Adobe recommends that you do not store client variables in the
registry because it can critically degrade performance of the server.
If you use the registry to store client variables, you allocate
sufficient memory and disk space.

URL ref:
http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf3638e6-7ffc.html#WSE012D66A-E6D8-4dab-BAEC-35856D8EB780

HTH again, Carl.

On Nov 29, 2:32 pm, Gavin Beau Baumanis b...@palcare.com.au wrote:
 As for the client settings / DSN.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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: Microsoft SQL server CPU very high, close to 100% a lot of the time

2010-11-24 Thread Carl
Morning Barry,

Did any ot those suggestions help sort your problem out?
Briefly I think there are:
- yes to VM but more cores (which you already raised)
- no to VM
- packetsize setting match
- alternate JDBC driver

To add to JDBC driver change, you could try the free type4 SQL driver
from Microsoft. Might reiterate I use the drivers built-in CF and am
not canvassing for DD product.

Regards, Carl.





 It is possible we just need to add another CPU to our DB server, but
 we are trying to eliminate other possible issues first.

 Thanks
 Barry

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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: Microsoft SQL server CPU very high, close to 100% a lot of the time

2010-11-23 Thread Carl
Hello Barry,

Some people say to obtain maximum performance the JDBC driver should
transmit data
to the database server in packets that are equal in size to the
maximum packet size configured on the database server.

For SQL to check packet size:
-SQL Management Studio (connect to server etc)
-Server Properties
-Advanced
-Network
-Network Packet Size

Network Packet Size is typically 4096

In your JDBC driver add ;PacketSize=8 to the JDBC URL. Note:
PacketSize=8, the packet size is set to 8 * 512 bytes (4096 bytes)

HTH, Carl.

On Nov 24, 7:13 am, BarryC barrychester...@gmail.com wrote:
 Hi,

 We have an issue currently where our Microsoft SQL server runs close
 to 100% CPU for a lot of the time. There also seems to be a lack of
 memory cache hits (we would expect a reasonable amount given the
 traffic for our site).


 Microsoft SQL server 2008, single CPU on VMWare.
 Coldfusion 9 (no updaters) - runs on Linux Red Hat servers with JRun
 4.
 Our Coldfusion datasource driver is the Microsoft SQL server drvier
 that ships with CF 9.

 Our datasource configuration parameters are:

 Driver: MSSQLServer
 JDBC URL:  jdbc: macromedia:sqlserver://ourservername:
 1433;databaseName=dbprod;SelectMethod=direct;sendStringParametersAsUnicode=­true;querytimeout=0;MaxPooledStatements=1000
 Login timeout: 30 seconds
 Long text buffer size: 256000
 Timeout: 1200 seconds
 Maintain connections: Yes
 Interval: 420 seconds
 Restricted SQL operations:
 Disable connections: No
 CLOB is enabled (as well as High ASCII characters)

 Barry

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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: Microsoft SQL server CPU very high, close to 100% a lot of the time

2010-11-23 Thread Carl
Hello Pat,

I use the divers built in CF. The JDBC divers in CF8/9 are type4. I
see datadirect has released jdbc type5 drivers:

http://web.datadirect.com/products/jdbc/index.html

Regards, Carl.

 I haven't checked in a while but the jtds driver (http://
 jtds.sourceforge.net/) used to be faster than default JDBC driver CF
 come's with for MSSQL


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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 Builder Workspace Refreshing

2010-11-15 Thread Carl
Hi Steve,

I see there is CF builder update1 available, it brings the version to
1.0.0.271911 . If not already done perhaps you can apply.

I have noticed forums mention CF builder is slow on MAC (which
typically I do not use) however I have not paid much attention to the
details. You did not mention the operating system.

CF builder is java based. Perhaps it did not install and provide
adequate resources for JVM arguments so you could check the Xmx,
MaxPermSize etc in CFBuilder.ini.

HTH, Carl.


On Nov 15, 3:16 pm, Steve Onnis st...@cfcentral.com.au wrote:
 Is there a way to either turn off or control how often ColdFusion Builder
 refreshes the workspace? Currently it does it everytime i press a key and
 just slows everything downlike i type and i have to wait for the
 workspace refresh to finish so the typing can catch up and is really
 hindering my coding.

 Any ideas?

 Steve

 ===
 Email scanned by PC Tools - No viruses or spyware found.
 (Email Guard: 7.0.0.21, Virus/Spyware Database: 
 6.16180)http://www.pctools.com/
 ===

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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: CF9 Administrator Page Showing Error

2010-11-02 Thread Carl
Hi Charlie,

The group talk went very well I gather. Some commented professionally
covered and very informative. I gather some present are going to
have a look at their CF JVM  - version, New/Old/Perm Generation
settings and Garbage Collector configuration to see if they can make
some improvements. The talk and 20 slide deck went for 45 minutes -
did not record it.

Anyone reading here wants to talk CF JVM send me a line, perhaps in a
new thread.

Cheers, Carl.

On Nov 3, 10:51 am, charlie arehart charlie_li...@carehart.org
wrote:
 BTW, Carl, how did your user group talk go? There was some brief discussion 
 here on
 the list. I'm sure some others here would also be interested to hear any kind 
 of
 summary. :-) Or did you guys record it, perhaps?
 /charlie


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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: CF9 Administrator Page Showing Error

2010-11-01 Thread Carl
Hi Claude,

Are there any *HS_ERR files being created in ColdFusion9\runtime\bin ?
When problem occurs are contents added to ColdFusion9\runtime\logs
coldfusion-event.log and coldfusion-out.log ?

Regards, Carl.

On Oct 28, 5:27 pm, rai...@ozemail.com.au wrote:
 Hi,

 When I try and access the cf9 admin page the following error occurs. I am at
 a loss as what has caused it or how to remedy I have already rebooted the CF
 services and then the server itself and still the problem exists.

 Claude Raiola (B.Econ Acc; B.Hot. Mngt)


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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: import DW sites to new windows install

2010-06-07 Thread Carl Vanderpal
On Mon, Jun 7, 2010 at 11:34 AM, flexboss compas...@gmail.com wrote:

 Vista cs4 hard disk:\Users\username\AppData\Roaming\Adobe\Dreamweaver
 CS4\Configuration


Ya, I tried that...didn't work. :(

But the export / import function worked fine. :)

Thanks




 On Jun 7, 11:29 am, flexboss compas...@gmail.com wrote:
  on xp for dw cs3 the path is c:\Documents and Settings\Current User
  \Application Data\Adobe\Dreamweaver 9\Configuration\SiteCache .
 
  Cheers
  d
 
  On Jun 6, 4:19 am, Carl Vanderpal carl.vander...@gmail.com wrote:
 
   I think earlier version kept them in the registry..but not sure about
 the
   latest ones?
 
   Dawesi, the sites are still in the same directory, all I am doing is
   changing operating system but its still on the same PC, so I can still
   access them. As Vista is installed on C:\ and WIN 7 is on D:\ (which is
 just
   a partition of the same hard drive. :)
 
   On Sun, Jun 6, 2010 at 1:59 AM, Steve Onnis st...@cfcentral.com.au
 wrote:
Where are they stored though? In a config file? In the registry?
 Gotta be
somewhere where DW can load them on startup
 
-Original Message-
From: Dawesi [mailto:daw...@gmail.com]
Sent: Sunday, 6 June 2010 1:58 AM
To: cfaussie
Subject: [cfaussie] Re: import DW sites to new windows install
 
DW exports ste site files as Sean said... but if you change the
directories, then it's all bad. Might be quicker to recreate them.
 
--
You received this message because you are subscribed to the Google
 Groups
cfaussie group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.comcfaussie%2bunsubscr...@googlegroups.com
 cfaussie%2bunsubscr...@googlegroups.comcfaussie%252bunsubscr...@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 cfaus...@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.comcfaussie%2bunsubscr...@googlegroups.com
 cfaussie%2bunsubscr...@googlegroups.comcfaussie%252bunsubscr...@googlegroups.com
 
.
For more options, visit this group at
   http://groups.google.com/group/cfaussie?hl=en.
 
   --
   ===
   Postal: Po Box 3462 Dural, NSW 2158
   Email: mailto:carl.vander...@gmail.com

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




-- 
===
Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:carl.vander...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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: import DW sites to new windows install

2010-06-05 Thread Carl Vanderpal
I think earlier version kept them in the registry..but not sure about the
latest ones?

Dawesi, the sites are still in the same directory, all I am doing is
changing operating system but its still on the same PC, so I can still
access them. As Vista is installed on C:\ and WIN 7 is on D:\ (which is just
a partition of the same hard drive. :)

On Sun, Jun 6, 2010 at 1:59 AM, Steve Onnis st...@cfcentral.com.au wrote:

 Where are they stored though? In a config file? In the registry? Gotta be
 somewhere where DW can load them on startup

 -Original Message-
 From: Dawesi [mailto:daw...@gmail.com]
 Sent: Sunday, 6 June 2010 1:58 AM
 To: cfaussie
 Subject: [cfaussie] Re: import DW sites to new windows install

 DW exports ste site files as Sean said... but if you change the
 directories, then it's all bad. Might be quicker to recreate them.

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




-- 
===
Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:carl.vander...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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] import DW sites to new windows install

2010-06-03 Thread Carl Vanderpal
Thanks Sean, :)

(I just thought there was a way to just copy across some config files, but
obviously not).

Once again thanks.

On Thu, Jun 3, 2010 at 3:33 PM, Sean Corfield seancorfi...@gmail.comwrote:

 DW lets you export sites - the definitions - to files that you can
 then copy across and import into the new install (in addition to
 copying the folders/files themselves).

 On Wed, Jun 2, 2010 at 7:28 PM, Carl Vanderpal carl.vander...@gmail.com
 wrote:
  Just trying to figure out how to get all my sites to come across to a new
  install of Windows and DW.
 
  I have DW CS4 on an install of Windows (Vista) and now I want to move
 them
  into my Windows 7 install version of CS5. I just thought you could copy
  across some folders, but doesn't look like it? Both installs are on the
 same
  computer but just on different drives, so if there is a way to copy
  something then that would be great.

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




-- 
===
Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:carl.vander...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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: Assign virtual directory to all websites with IIS

2007-10-18 Thread Carl Vanderpal
Is there any chance you can share some of that? so I can see what you guys
have done?

:)

On 10/17/07, Dale Fraser [EMAIL PROTECTED] wrote:

  We do something similar.



 But we have a coldfusion page that basically says create a site.



 You can then script all the bits, all the virtual directories etc.



 The creation of the site will take all the default properties you have
 defined in IIS on the Websites (Folder Icon).



 So I would suggest doing something like that if you are doing it a lot.



 Regards

 Dale Fraser



 http://learncf.com



 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Carl Vanderpal
 *Sent:* Wednesday, 17 October 2007 5:49 PM
 *To:* cfaussie@googlegroups.com
 *Subject:* [cfaussie] Re: Assign virtual directory to all websites with
 IIS



 To make certain things available to all sites that we create on our
 servers.

 I want to allow certain css style sheets elements/templates, js libraries
 etc available to all the sites we create, saves me duplicating it across all
 sites

 and no they are not the same site eg mydomain.com points to say
 c:\websites\mysite.com and yoursite.com points to
 c:\websites\yourdomain.com

 where virtual dir call /jslibraries points to c:\websites\jslibraries
 which can be made available via www.mysite.com/jslibraries and
 www.yoursite.com/jslibraries

 so is this done in IIS or something else?

 :)

 On 10/17/07, *Dale Fraser*  [EMAIL PROTECTED] wrote:

 Why?



 If mydomain.com and yoursite.com are the same site, then they should be
 one website.



 If they are different sites, then why would you want an auto vdir on every
 site.



 If there is something im missing, I have a script that creates virtual
 directories. So you could automate that way.



 Also have you considered a mapping?



 Regards

 Dale Fraser



 http://learncf.com



 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Carl Vanderpal
 *Sent:* Wednesday, 17 October 2007 4:48 PM
 *To:* CF Aussie - Google
 *Subject:* [cfaussie] Assign virtual directory to all websites with IIS



 Hi all,

 can someone tell me how to assign a virtual folder to all websites on IIS
 6 (Windows 2003 server)

 so /billy-bob can be accessed by mydomain.com/billy-bob and
 yoursite.com/bill-bob which sits outside the specific domain directory



 thanks

 --
 
 Postal: Po Box 3462 Dural, NSW 2158
 Email: mailto:[EMAIL PROTECTED]
 Skype: skype:carlos-amigos?call








 --
 
 Postal: Po Box 3462 Dural, NSW 2158
 Email: mailto:[EMAIL PROTECTED]
 Skype: skype:carlos-amigos?call

 



-- 

Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Assign virtual directory to all websites with IIS

2007-10-17 Thread Carl Vanderpal
Hi all,

can someone tell me how to assign a virtual folder to all websites on IIS 6
(Windows 2003 server)

so /billy-bob can be accessed by mydomain.com/billy-bob and
yoursite.com/bill-bob which sits outside the specific domain directory



thanks

-- 

Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Assign virtual directory to all websites with IIS

2007-10-17 Thread Carl Vanderpal
To make certain things available to all sites that we create on our servers.

I want to allow certain css style sheets elements/templates, js libraries
etc available to all the sites we create, saves me duplicating it across all
sites

and no they are not the same site eg mydomain.com points to say
c:\websites\mysite.com and yoursite.com points to c:\websites\yourdomain.com

where virtual dir call /jslibraries points to c:\websites\jslibraries which
can be made available via www.mysite.com/jslibraries and
www.yoursite.com/jslibraries

so is this done in IIS or something else?

:)

On 10/17/07, Dale Fraser [EMAIL PROTECTED] wrote:

  Why?



 If mydomain.com and yoursite.com are the same site, then they should be
 one website.



 If they are different sites, then why would you want an auto vdir on every
 site.



 If there is something im missing, I have a script that creates virtual
 directories. So you could automate that way.



 Also have you considered a mapping?



 Regards

 Dale Fraser



 http://learncf.com



 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Carl Vanderpal
 *Sent:* Wednesday, 17 October 2007 4:48 PM
 *To:* CF Aussie - Google
 *Subject:* [cfaussie] Assign virtual directory to all websites with IIS



 Hi all,

 can someone tell me how to assign a virtual folder to all websites on IIS
 6 (Windows 2003 server)

 so /billy-bob can be accessed by mydomain.com/billy-bob and
 yoursite.com/bill-bob which sits outside the specific domain directory



 thanks

 --
 
 Postal: Po Box 3462 Dural, NSW 2158
 Email: mailto:[EMAIL PROTECTED]
 Skype: skype:carlos-amigos?call

 



-- 

Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Random image inside cfmodule start and end tag

2007-08-28 Thread Carl Vanderpal
Hello all,

Just having one of those moments when brain wont kick into gear..!!

I have a random image that is being called for a header graphic and a side
bar background, which are called by css id's

One is part of the start tag in the cfmodule and the other is at the
end, how do I get them to pass the same number?

eg.

#headerImage_1, #headerImage_2, #headerImage_3, #headerImage_4,
#headerImage_5

and the side bar equivalents

#sideImage_1, #sideImage_2, #sideImage_3, #sideImage_4, #sideImage_5


layout.cfm page
===
cfset myRandomImage = RandRange(1,5)

cfif thisTag.executionMode is start

 div id=headerImage_#myRandomImage#header image/div

cfelse

 div id=sideImage_#myRandomImage#side image/div

/cfif


Thanks



Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] seen any open source/paid event management/rego systems

2007-06-22 Thread Carl Vanderpal
Just wondering in any of you in your travels have seen a good CF event
management/event rego system (Either open
source or paid).

Thanks



Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Can someone point me in the right direction

2007-06-19 Thread Carl Vanderpal
It can be live but only needs to be one cam, kind of what youtube does but
without the converting it into a certain format first.
It just records to the end users harddrive and then when they are happy they
then hit send, and it uploads to our ftp site.

Sort of like, they log in to our site, the end user records their vid
(locally), then hit submit while still in the session (or they could re-log
back in if they closed the browser, select the file and say upload). Without
installing any software except maybe latest version of flash..so it is not
too tech for them, as most of the people using the site will be non-tech
people.

I know there must be something out there that can do this..

Thanks for all the responses so far..!!

On 6/19/07, Ryan Sabir [EMAIL PROTECTED] wrote:

  Does it need to be live video? Several webcams, such as this one:
 http://www.netcomm.com.au/IPCameras/ipcameras.php

 Can email images out, you could then detach the image from the email on
 your server.



  --
 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Carl Vanderpal
 *Sent:* Tuesday, 19 June 2007 2:44 PM
 *To:* cfaussie@googlegroups.com
 *Subject:* [cfaussie] Re: Can someone point me in the right direction

 Thanks Paul, will check out


 On 6/19/07, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:
 
 
   Hey CF Aussie,
  
   can someone point me in the right direction, I have a client
   who is wanting to utilize flash on their site and wants to
   record a webcam the to local harddrive and then push/publish
   to a ftp site
  
but unfortunately all of the solutions out there only record
   streams and only utilize the hard drive as a buffer
 
  Would http://www.whistlebox.com/  work?.
 
  For an overview check Bob Cringely's article http://tinyurl.com/23j2wo
 
 
  Paul Haddon
  Technical Services Manager
  Formstar Print Technologies
 
 
 


 --
 
 Postal: Po Box 3462 Dural, NSW 2158
 Email: mailto: [EMAIL PROTECTED]
 Skype: skype:carlos-amigos?call
 



-- 

Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Can someone point me in the right direction

2007-06-18 Thread Carl Vanderpal
Hey CF Aussie,

can someone point me in the right direction, I have a client who is wanting
to utilize flash on their site and wants to record a webcam the to local
harddrive and then push/publish to a ftp site

but unfortunately all of the solutions out there only record streams and
only utilize the hard drive as a buffer

does anyone have any ideas on where I can go..or if there is any solutions
so far

here are the examples we have come across

http://s154076880.onlinehome.us/videorecorder/index.php from a company
called http://www.flashsyndrome.com/index.htm

This allows recording but if connection gets severed or congested it goes
funny, best if we can record it locally then push/publish to ftp server..

Is there a better solution for this? If so I would like to hear about it.


Thanks


Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Can someone point me in the right direction

2007-06-18 Thread Carl Vanderpal
Barry,

which bit do you think will come unstuck, because the software from flash
syndrome sort of does this already, but it records the stream and uploads to
a server, but uses the harddrive as temp storage.

Thanks



On 6/19/07, Barry Beattie [EMAIL PROTECTED] wrote:


 since a lot of this depends on the abilities of Flash, I'd suggest
 asking on the Flashaussie list.

 gut feeling though, is that flash writing the video to the local file
 system and then accessing it for the upload may come unstuck (Store
 the captured video to a LocalSharedObject? I wonder...)




 On 6/18/07, Carl Vanderpal [EMAIL PROTECTED] wrote:
  Hey CF Aussie,
 
  can someone point me in the right direction, I have a client who is
 wanting
  to utilize flash on their site and wants to record a webcam the to local
  harddrive and then push/publish to a ftp site
 
   but unfortunately all of the solutions out there only record streams
 and
  only utilize the hard drive as a buffer
 
  does anyone have any ideas on where I can go..or if there is any
 solutions
  so far
 
  here are the examples we have come across
 
  http://s154076880.onlinehome.us/videorecorder/index.php
  from a company called
  http://www.flashsyndrome.com/index.htm
 
  This allows recording but if connection gets severed or congested it
 goes
  funny, best if we can record it locally then push/publish to ftp
 server..
 
  Is there a better solution for this? If so I would like to hear about
 it.
 
 
  Thanks
 
  
  Postal: Po Box 3462 Dural, NSW 2158
  Email: mailto:[EMAIL PROTECTED]
  Skype: skype:carlos-amigos?call
   
 

 



-- 

Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Can someone point me in the right direction

2007-06-18 Thread Carl Vanderpal
Thanks Paul, will check out


On 6/19/07, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:


  Hey CF Aussie,
 
  can someone point me in the right direction, I have a client
  who is wanting to utilize flash on their site and wants to
  record a webcam the to local harddrive and then push/publish
  to a ftp site
 
   but unfortunately all of the solutions out there only record
  streams and only utilize the hard drive as a buffer

 Would http://www.whistlebox.com/  work?.

 For an overview check Bob Cringely's article http://tinyurl.com/23j2wo


 Paul Haddon
 Technical Services Manager
 Formstar Print Technologies


 



-- 

Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] [sot] z-index issues - dropdown is below iframe with activeX

2007-03-13 Thread Carl Vanderpal
Hello All,

I am having some serious issues with z-index and trying to get dropdown to
come above an iframe with a movie embedded in it.

I am using
http://www.htmldog.com/articles/suckerfish/dropdowns/

I have a page that has an iframe on it and when a picture is inside the
iframe the dropdown comes over the top as it is supposed to, but when I
switch to a movie inside the iframe (using the embed tag, which is ActiveX)
the drop down goes behind the iframe window. I have changed the z-index of
the dropdown to  and the iframe z-index (inline style and have tried
css) but still does not work..

Has anyone else got this thing to work?

and even on the html dog website everyone asks the same but no one seems to
have an answer..

Thanks


-- 

Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: OT: site downloading

2007-03-12 Thread Carl Vanderpal
Probably by far BlackWidow is the best I have used..

http://www.softbytelabs.com/us/bw/index.html

:)

On 3/13/07, grant [EMAIL PROTECTED] wrote:

 Hi All

 What tools are you guys using  recommend for downloading entire sites
 from the web? The IE and FF 'save as...' just isn't cutting it.

 TIA
 Grant

 



-- 

Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: QuickBooks odbc integration

2006-11-27 Thread Carl Vanderpal
Well according to my assiciate the odbc is a little buggy..so I was
wondering if any have successfully integrated this one [or another] into a
system? If another one can you pass on the details..

Thanks

On 11/27/06, ACTCFUG [EMAIL PROTECTED] wrote:


 Try talking to the database - get data dumps - be careful about how you
 get the data and use it. CF should be quite capable of talking to any
 ODBC compliant application.


 



-- 

Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
Skype: skype:carlos-amigos?call


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Re: QuickBooks odbc integration

2006-11-27 Thread Carl Vanderpal
Ok...thanks

:)


On 11/28/06, Pat [EMAIL PROTECTED] wrote:


 I haven't used this particular system

 but in the past ive worked with an ODBC implementation or another
 industry-based accounting package. Basically it was crap. Horribly slow
 at doing anything other than raw selects from 1 table. some joins could
 take up to 30seconds to run.

 Our solution was to take nightly dumps of the tables into SQL server
 and then query the SQL box from CF. The funny thing was about 6 months
 later the company produced a SQL Server export package that did exactly
 the same thing.

 So be very careful with using propietary ODBC connections. They are
 usually implemented to make it easy to dump out to excel or something.
 not for robust web-based applications.

 my 2c

 Pat



 On Nov 28, 8:29 am, Carl Vanderpal [EMAIL PROTECTED] wrote:
  Well according to my assiciate the odbc is a little buggy..so I was
  wondering if any have successfully integrated this one [or another] into
 a
  system? If another one can you pass on the details..
 
  Thanks
 
  On 11/27/06, ACTCFUG [EMAIL PROTECTED] wrote:
 
 
 
   Try talking to the database - get data dumps - be careful about how
 you
   get the data and use it. CF should be quite capable of talking to any
   ODBC compliant application.--
  
  Postal: Po Box 3462 Dural, NSW 2158
  Email: mailto:[EMAIL PROTECTED]
  Skype: skype:carlos-amigos?call


 



-- 

Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
Skype: skype:carlos-amigos?call


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Re: No Access to CF Admin

2006-10-16 Thread Carl Vanderpal
I seemed to have lost some connection where .cfm files were getting downloaded instead of getting served, so the Docs say go to 'StartProgramsMacromediaColdFusion MX7WebServer ConfigTool' and you can re-enter the details to reestablish, but the problem was I selected ColdFusion MX7, problem was I had Multiserver running (JRun and not standalone version), so I thought..mmm maybe its this one instead and sure enough it was.
:)On 10/16/06, Chris Velevitch [EMAIL PROTECTED] wrote:
On 10/16/06, Carlos-Amigos [EMAIL PROTECTED] wrote: Don't worry worked it out..What was it?Chris--Chris VelevitchManager - Sydney Flash Platform Developers Group
m: 0415 469 095www.flashdev.org.au-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED] Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] No Access to CF Admin

2006-10-15 Thread Carl Vanderpal
Has anyone received this error before: (it happens when I go to CF Admin) - and Google only shows 1 result for this error and there is no answer to his question.got this on my dev server, and it just happened today..running CF 
7.0.2500 coldfusion.runtime.CFPage.SetEncoding(Ljava/lang/String;Ljava/lang/String;)V
coldfusion.runtime.CFPage.SetEncoding(Ljava/lang/String;Ljava/lang/String;)VThanks-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:
[EMAIL PROTECTED] Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] equivalent to 'does not contain' in SQL

2006-10-09 Thread Carl Vanderpal
Hello CF Aussie,just wondering what the equivalent of 'does not contain' for SQLeg.select * from dbTablewhere CustomerID does not contain ''bn'the bn is the first 2 charaters of the CustomerID
ThanksPostal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED] Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: equivalent to 'does not contain' in SQL

2006-10-09 Thread Carl Vanderpal
Haikal, It is ok...it is only for a local PC and not on a live server..(but thanks for the link)and thanks to Chris  Rod..CarlOn 10/9/06, 
Haikal Saadh [EMAIL PROTECTED] wrote:
In our experience, SQL Likes will lead to server meltdown, soon to befollowed by forcefulejection from the building, by angry serveradmins, through the nearest closed window.A better option would be SQL Server's built in full text indexing
capabilities:http://www.developer.com/db/article.php/3446891 for an overview[EMAIL PROTECTED]
 wrote: select * from dbTable where CustomerID not like '%bn%' --Haikal SaadhApplications ProgrammerICT Resources, TALSSQUT Kelvin Grove
Email: mailto:[EMAIL PROTECTED] Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: OT: Video Streaming

2006-08-11 Thread Carl Vanderpal
Yeah flash video (.flv) is the way to go...we have a trailer to a kids animation DVD we created and with the amount of traffic we get (20,000 unique per month) it's still super quick..but yes make sure you have the bandwidth..as we do about 10GB traffic a month but that is not just the trailer..but the whole site..
CarlOn 8/8/06, Paul B [EMAIL PROTECTED] wrote:
I haven't had much to do with video for a long while however, today aclient enquired about putting a 35mb video on their site.It's afairly large site that will receive a lot of traffic.What are ouroptions?
Email: mailto:[EMAIL PROTECTED] Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: (No Items) under ms sql server

2006-07-27 Thread Carl Vanderpal
Even though the server and my EM is 2K..On 7/28/06, Dale Fraser [EMAIL PROTECTED] wrote:

















If you have upgraded the DB to 2005 schema then 2000
has no idea how to read them.



Regards
Dale Fraser

http://dale.fraser.id.au















From:

cfaussie@googlegroups.com [mailto:
cfaussie@googlegroups.com] On Behalf Of Carl Vanderpal
Sent: Friday, 28 July 2006 12:28
PM
To: CF Aussie - Google
Subject: [cfaussie] (No Items)
under ms sql server





Hello all,

Just wondering why on Enterprise Manager MS SQL (2K) there shows ...(No Items)
under the databases but when I was there a few days before there were datbases
there? (this is on one of my webhosts), but when I log in under using MSSQL
2005 they are all there? 

Is this something from my end or theirs?

Thanks



Postal: Po Box 3462
Dural, NSW 2158
Email: mailto:
[EMAIL PROTECTED] 
Skype: skype:carlos-amigos?call 









-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED] 
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: (No Items) under ms sql server

2006-07-27 Thread Carl Vanderpal
Both the server and my PC run SQL 2000, and yes I have removed several times...and even tried to connect via IP address, but the guy I am working in conjunction with uses SQL 2005 to connect, so this may have something to do with it?
I also have SQL 2005 on my PC and when I connect to the server I can see the databases..?? weird!!On 7/28/06, Dale Fraser 
[EMAIL PROTECTED] wrote:
















Ohh,



That doesn't make sense then. Have you tried
removing the server in enterprise manager and reconnecting it.



Regards
Dale Fraser

http://dale.fraser.id.au















From:

cfaussie@googlegroups.com [mailto:
cfaussie@googlegroups.com] On Behalf Of Carl Vanderpal
Sent: Friday, 28 July 2006 12:39
PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: (No Items)
under ms sql server





Even though the server
and my EM is 2K..



On 7/28/06, Dale Fraser 
[EMAIL PROTECTED] wrote:







If you have upgraded the DB to 2005 schema then 2000 has no idea
how to read them.



Regards
Dale Fraser

http://dale.fraser.id.au 















From:
 cfaussie@googlegroups.com [mailto:
 cfaussie@googlegroups.com] On Behalf Of Carl Vanderpal
Sent: Friday, 28 July 2006 12:28
PM
To: CF Aussie - Google
Subject: [cfaussie] (No Items)
under ms sql server









Hello all,

Just wondering why on Enterprise Manager MS SQL (2K) there shows ...(No Items)
under the databases but when I was there a few days before there were datbases
there? (this is on one of my webhosts), but when I log in under using MSSQL
2005 they are all there? 

Is this something from my end or theirs?

Thanks



Postal: Po Box 3462
Dural, NSW 2158
Email: mailto: [EMAIL PROTECTED] 
Skype: skype:carlos-amigos?call 
















-- 

Postal: Po Box 3462
Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]

Skype: skype:carlos-amigos?call 










-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED] 
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: Running CF on Apache and IIS

2006-07-06 Thread Carl Vanderpal
Jeremy, you can try vmware.com they have a virtual workstation for dev's, that can allow you to run any combo of things...just set it in it's own sandbox and you're away...eg. I read (can't remember where), but this guy set up many different combos on his server to replicate his clients machine..CFMX with Apache, LAMP, etc...
CarlOn 6/30/06, cfgroupie [EMAIL PROTECTED] wrote:
Hi Guys,I know that you can't run both Apache and IIS together at the sametime(unless different ports) but I'm running cf multi-server and I wantto have the ability to turn off IIS and turn on Apache and visa-versa
is there a way you can do this in CF? Have two servers configured butonly run one at a time?Or am I too pie in the sky.Jeremy-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED] Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Automatic FTP to back up SQL server

2006-06-29 Thread Carl Vanderpal
Has any one heard of or used any good automatic FTP backup solutions for SQL database (2000 and 2005)?we're looking for a program to install that backs up MS SQL server databases on a nightly basis, and saves them for X number of days
ThanksCarlPostal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED] FireFly Internet Phone: 80011777

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: flex 2 beta flash player

2006-06-24 Thread Carl Vanderpal
I tried the other day and there is 2 downloads in the labs.adobe.com site when you go view the flex2 galery (saying that it needs Flash 9 b3), there is the downlod and there is the OCX part, and once I installed that all things seem to be working, as the Flash install kind of did nothing...saying when I went to the site, you need to install Flash 8 once again..
CarlOn 6/9/06, Steve Onnis [EMAIL PROTECTED] wrote:





Hey 
guys

Just starting to 
have a play with FLEX and I cannot seem to install the flash player V9 which is 
required. I run the installer and the machine reboots and when it restarts 
and logs in, I get a message saying it couldn't register the flash play OCX and 
the player install does not continue.

Has anyone else had 
this problem? If so can I get around it?

I am on Windows 2000 
SP4

Regards
Steve 
Onnis




-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED] 
FireFly Internet Phone: 80011777

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: OT: Virus protection software

2006-06-24 Thread Carl Vanderpal
We use Zonelabs Zone Alarm (it has everything) including a firewall and is easy to use..CarlOn 6/8/06, Ryan Sabir 
[EMAIL PROTECTED] wrote:





Hey all,

Just a quick poll to find out 
which Virus / Spywareprotection software people are using these days (no 
Linux is not an answer :). I turn to you CFAUSSIES because you probably have a 
similar work environment to me, andso understand the needs of a web 
agency.

We have been using CA VET until 
now, but that product is being phased out. I have hadSymantec AV Corporate 
Edition recommended to me, but our experience in the past with Symantec products 
is that they can be intrusive for a developer.

I gave McAfee Managed VirusScan 
a go, but it seemed to have a conflict with our desktop contact manager, which 
slowed to a crawl.

Any ideas?

thanks.



  
  

Ryan 
  SabirTechnical Directorp: (02) 9274 
  8030f: (02) 9274 8099m: 0411 512 
  454w: 
www.newgency.com

Newgency Pty 
  LtdWeb | Multimedia | eMarketing224 Riley StSurry 
  Hills NSW 2010Sydney, Australia






-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED] 
FireFly Internet Phone: 80011777

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: OT :PayPal

2006-06-23 Thread Carl Vanderpal
There are a few different ways to respond, and things available via paypal, you can do the IPN way, or we have just implemented the Paypal pro, which fully works in the back ground (server side).The IPN way will cover some of what you mentioned above (response back from server), and a sort of server side post. With the IPN you can send form elements via cfhttp, which I think then goes to the Paypal website and then sends back a response to your IPN page (see 
easycfm.com for a description).But with Paypal pro you can do everything server side (a bit of setting up but once done it is sweet), but the only problem is when we installed was you had to be an American business (with at least 90 days of credit history, we tried to do this 2 days after we registered the business name, and they said come back when you have some history).
With Paypal pro they also give you a testing sandbox to check transactions..Hope that helpsCarlOn 6/21/06, Steve Onnis
 [EMAIL PROTECTED] wrote:





I know a few people 
on here have set up paypal on websites. Just wondering if someone could answer a 
few questions for me.

1 ) Is it a Site 
 PayPal Server  Process Payment  Sent Response To Site  Give 
User Payment Response sort of process? 
2 ) Can you just do 
server side posts to process payments?
3 ) Do you actually 
get a response from the payment process?

I am reading up on 
some stuff on the paypal site but these things would really give me a head 
start

Thanks
Steve




-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED] 
FireFly Internet Phone: 80011777

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: OT: Web Based DNS service

2006-06-23 Thread Carl Vanderpal
There are services...dnsmadeeasy.comanddnspark.comTo start with..CarlOn 6/22/06, 
Dale Fraser [EMAIL PROTECTED] wrote:













Hi,



Anyone use a web based DNS service to manage domain
names. I need to manage about 10-20 domains, so something that supports
multiple domains rather than pay per domain would be good.



Regards
Dale Fraser














-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED] 
FireFly Internet Phone: 80011777

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: Dynamic CSS

2006-05-26 Thread Carl Vanderpal
Sorry Gary but for some reason it does not keep its formatting..I tried your way but not only the images but also the colours get lost..So what I had to do was add style/style to the top and bottom with cfoutput and I already ##'d everything and did a CFInclude in the head of document, and this now works..
You would think that your method works (I did try that before) as I saw the idea on http://www.adobe.com/macromedia/events/max/sessions/sa302w.html
(about 3/4 of the way down)but this has only got a cfif url eq statement and not an cfoutput...I am testing it with the aura design from Leorex (leorex.com) so it has another couple of css sheets with it.(maybe that makes it go all funny?
So if I am still missing something please let me know..or if someone has done this before by doing a link type=text/css href="">Thanks
On 5/27/06, Gary Menzel [EMAIL PROTECTED] wrote:

The easiest way to create dynamic CSS using Coldfusion is to simply just point the link tag at a CFM file.

You dont need to worry about content type as text is text.

link rel=stylesheet href="">

Then - as Darryl has already pointed out - if you want to have CF inside the CFM file, you need to wrap the text in a CFOUTPUT. IF the file just has text and no CF then you dont need the CFOUTPUT (but then the question would be - Why do it at all? - because if it is just plain text you would just use a normal CSS file).


BUT... because CFM usese # to delimit variable names, you need 2 hashes to get one hash AND you still need to wrap your CFM variables. So - count those #'s. The first two hashes (##) will translate to ONE hash when CF has finished with it. Then, the next hash indicates the start of a variable. Then there is the variable name, followed by the terminating hash. The 'color' attribute also requires a double hash in CF to get a single.


There is only one other question I would have (or comment to make) and that is you would need to ensure that your REQUEST scope was initialised in your Application.cfm - unless you are including other code at the top to set the REQUEST scope.


e.g. 

cfoutputbody {background-color:###request.bodyBackgroundColour#;color:##222;}/cfoutput


--OR-- you COULD do this.

body {background-color:#CFOUTPUT#request.bodyBackgroundColour#/CFOUTPUT;color:#222;}

But - if you are going to have a heavily dynamic file, wrapping the whole thing in one CFOUTPUT is probably going to be easier to maintain - just remember DOUBLE HASH = HASH.

Regards
Gary
On 5/26/06, Carlos-Amigos 
[EMAIL PROTECTED] wrote:
Hello CF Aussie,
I am having some troubles with some dynamic css if someone can help, Iwant the colours to come from the database and not do a (if
url.template eq) scenario, as I am thinking about having about 20 or 30templates with all different colours..I have tried putting cfoutput in the aura_screen_design.cfm (css) butthrows everything out
index.cfm!--- Dynamic cfm posed as a CSS sheet ---style type=text/css media=screen@importr/s/aura_screen_design.cfm;/stylelink rel=stylesheet type=text/css
href="" media=screen /link rel=stylesheet type=text/csshref="" media=screen /
blah blahaura_screen_design.cfmcfcontent type=text/css; charset=utf-8body {background-color:##request.bodyBackgroundColour#;color:#222;
}ThanksCarl



-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED]
 FireFly Internet Phone: 80011777

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: adsense

2006-05-02 Thread Carl Vanderpal
Taco, you see the charity ads if you have more than 1 advert on your page and you have not set up the seperate script for it..you will see this at the bottom of the page when you set up the advert...'Alternate ads or colours' this will allow you to supply the url to where the script is at (instructions here 
https://www.google.com/adsense/alternateads).CarlOn 4/12/06, Taco Fleur 
[EMAIL PROTECTED] wrote:Hi Barry,

That allows me to specify what competitors not to display ads for, if I understand it correctly.
It does nto allow to specify what types of ads I would like to display, for example; charity related, i.e. UNICEF etc.

thanks
On 4/12/06, 
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


On the top tabs go to AdSense Setup  Competitive Ad Filter.Barry Web Design, Web development, Graphic Design and Complete Internet Solutions
an industry leader with commercial IT experience since 1994 … 



-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:
[EMAIL PROTECTED] FireFly Internet Phone: 80011777

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] [OT]: FTP info

2006-03-28 Thread Carl Vanderpal
Hello All, Just wanting to know about FTP, as I dont know what you would call it, but looking to have an FTP set up on a server so it acts like a upload area...I have seen this on Amazon where you upload your logo into a general area and once it is uploaded you cannot see it, and you cannot see what everyone else has uploaded either..
1) What do you call this feature?2) How does my host set it up, and do they have to have anything special installed?ThanksPostal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED] FireFly Internet Phone: 80011777

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: adding a dsn connectio with SQL 2005

2006-03-20 Thread Carl Vanderpal
I found it in another section under the configuration managerSQL Server 2005 Network Configuration, and under that 'Protocols for SQLExpress' and under the TCP/IP settings, then I doubled clicked on it (TCP/IP) and then the tab IP Addresses and the last one was on the list IP ALL which had a different IP address from all the others, so I tried this and it worked..
:)ThanksCarlOn 3/21/06, Carl Vanderpal [EMAIL PROTECTED] wrote:
I have already done the port thing, but I will now try the 
7.0.1 updater.:)CarlOn 3/20/06, 
Mike Kear 
[EMAIL PROTECTED] wrote:
Oh well I can't confirm that one, I already had the updater before I tried anything to do with SQLServer2005.



CheersMike KearWindsor, NSW, AustraliaCertified Advanced ColdFusion DeveloperAFP Webworkshttp://afpwebworks.com
ColdFusion, PHP, ASP, 
ASP.NET hosting from AUD$15/month 
On 3/20/06, Andrew Mercer [EMAIL PROTECTED]

 wrote:

I had to install the 7.0.1 updater to get it working on my server




-- 
Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED]
 FireFly Internet Phone: 80011777

-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED]
 FireFly Internet Phone: 80011777

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: adding a dsn connectio with SQL 2005

2006-03-19 Thread Carl Vanderpal
I have it enabled now and still not working?? :(On 3/20/06, Dale Fraser [EMAIL PROTECTED] wrote:
SQL 2005 doesn't have TCPIP enabled by default.RegardsDale Fraser
 -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Carl Vanderpal
 Sent: Monday, 20 March 2006 14:35 PM To: CF Aussie - Google Subject: [cfaussie] adding a dsn connectio with SQL 2005 I am receiveing an error from CFMX Admin with the following:
 Connection verification failed for data source: yourDatabase java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect The root cause was that: 
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect Running CFMX 7.0 with MS SQL 2005 I installed SQL with the option Multimixed mode (not the Windows
 Authentication Only)..I have also tried to do this via the control panel ODBC panel but with no success, can anyone shed some light on this if they have had some problems as well.. Thanks
 :)  Postal: Po Box 3462 Dural, NSW 2158 Email: mailto:[EMAIL PROTECTED] FireFly Internet Phone: 80011777
-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED] FireFly Internet Phone: 80011777

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: adding a dsn connectio with SQL 2005

2006-03-19 Thread Carl Vanderpal
Yes I know where it is in CFMX admin, but the new SQL panel..is there a way to find it there..:)On 3/20/06, Mike Kear 
[EMAIL PROTECTED] wrote:In CFMX, the SQLServer DSN creation screen has port number third line down, next to server. It defaults to port 1433, but if your database server is listening on another port you'll need to change the defualt setting on the CF Adminsitrator screen to match your server.


CheersMike KearWindsor, NSW, AustraliaCertified Advanced ColdFusion DeveloperAFP Webworks
http://afpwebworks.comColdFusion, PHP, ASP, 
ASP.NET hosting from AUD$15/month 
On 3/20/06, Carl Vanderpal [EMAIL PROTECTED]
 wrote:

Can't seem to find that? where would I find it in this new version?:)Thanks

On 3/20/06, Dale Fraser 

 [EMAIL PROTECTED] wrote:


What port?It uses a non standard also I think, other than 1433 RegardsDale Fraser




-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED]
 FireFly Internet Phone: 80011777

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] CF Ticketing System

2006-03-12 Thread Carl Vanderpal
Does anyone know of a good ColdFusion Open Source Ticketing Support system?ThanksPostal: Po Box 3462 Dural, NSW 2158Email: mailto:
[EMAIL PROTECTED] FireFly Internet Phone: 80011777

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: Trying to create a threading system

2006-02-12 Thread Carl Vanderpal
Seona, you may want to check out Ray Camden's forum software (to either use or look at to get the ideas)http://ray.camdenfamily.com/projects/galleon/
:)On 2/13/06, Seona Bellamy [EMAIL PROTECTED] wrote:
Hi guys,

I'm trying to create a VERY basic message-board-type system (I've had a
look around and I can't seem to find a CF one that's as basic as we
want it). I'm having some throuble figuring out how to properly thread
the messages.

I started with the idea of two tables:

* thread assigns each new thread an ID, and records some basic information about when it was created and by whom.
* post stores the details of each individual post, including a
threadID column to record what thread it belongs to and a replyTo
column to record what previous post it is in reply to.

First question: is this the best way to go about it? It made sense to
me when I created it, but now that I'm trying to output the data I'm
having trouble figuring out how to work it. 

I'm pretty sure that grouping and/or ordering needs to come into this
somewhere, but I'm having trouble working out how and where each of
these bits fits in. So far I've managed a lot of different
permutations, but none that are really workable.

Has anyone done something like this before? Any suggestions about how I
could make it work? Ideally, I'd like to end up with a simple bulleted
list so that this sort of thing can happen:
* Thread 1, post 1
 * Thread 1, post 2
 * Thread 1, post 3
  * Thread 1, post 5
 * Thread 1, post 4
* Thread 2, post 1
 * Thread 2, post 2
 * Thread 2, post 3
 * Thread 2, post 6
 * Thread 2, post 4
 * Thread 2, post 5

Any suggestions are greatly appreciated.

Cheers,

Seona.

-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED]
 FireFly Internet Phone: 80011777