[ACFUG Discuss] How to trap bad character - diamond with question mark.

2009-05-04 Thread Derrick Peavy

Does anyone have a quick fix for the black diamond with a question mark?

Over the years, I've tried all kinds of things and nothing seems to  
work. Currently, this is in some data that I am importing from another  
system, so I can't avoid having to deal with it.


_
Derrick Peavy
derr...@derrickpeavy.com
_





RE: [ACFUG Discuss] How to trap bad character - diamond with question mark.

2009-05-04 Thread axunderwood
What is the specific problem you're having with it?


From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Derrick Peavy
Sent: Monday, May 04, 2009 8:19 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] How to trap bad character - diamond with question mark.

Does anyone have a quick fix for the black diamond with a question mark?

Over the years, I've tried all kinds of things and nothing seems to work. 
Currently, this is in some data that I am importing from another system, so I 
can't avoid having to deal with it.

_
Derrick Peavy
derr...@derrickpeavy.commailto:derr...@derrickpeavy.com
_






-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




Re: [ACFUG Discuss] OpenCMS Installation

2009-05-04 Thread Howard Fore
Which version of CF 8 do you have (Pro/Std) and which version of the install
did you do (standalone, multi-server, EAR)?


--
Howard Fore, howard.f...@hofo.com
The universe tends toward maximum irony. Don't push it. - Jeff Atwood


On Sun, May 3, 2009 at 11:39 PM, Forrest C. Gilmore fcg0...@wctel.netwrote:

 Do any of you have experience with OpenCMS?

 I need to install this application to work on a project that requires it.
 It requires a Servlet 2.4 / JSP 2.0 standards compliant container, and
 Tomcat is its standard.
 I have installed Tomcat, but it is in standalone mode, which means it's
 running another server that I may not need.

 My questions are these:

 Since I already have ColdFusion 8 and its Java web server running, do I
 really need Tomcat to run
 OpenCMS? If so, is there a way for Tomcat to use the CF web server?
 If not, how do I install OpenCMS to use the CF Java application server?

 Forrest C. Gilmore



 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -






RE: [ACFUG Discuss] How to trap bad character - diamond with question mark.

2009-05-04 Thread Clarke Bishop
In the past, it has usually helped me to find the ASCII value for the bad
character. I'm not sure exactly which character you mean.

 

You might have to get some text with the bad character and the parse it out
character by character to find the bad one.

 

Then, just do a find and replace anywhere that text might occur.

 

Hope this helps!

 

Clarke

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Derrick Peavy
Sent: Monday, May 04, 2009 8:19 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] How to trap bad character - diamond with question
mark.

 

Does anyone have a quick fix for the black diamond with a question mark? 

 

Over the years, I've tried all kinds of things and nothing seems to work.
Currently, this is in some data that I am importing from another system, so
I can't avoid having to deal with it. 


_

Derrick Peavy

derr...@derrickpeavy.com

_





 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] How to trap bad character - diamond with question mark.

2009-05-04 Thread Scott Weikert

Derrick Peavy wrote:
Does anyone have a quick fix for the black diamond with a question mark? 

Over the years, I've tried all kinds of things and nothing seems to 
work. Currently, this is in some data that I am importing from another 
system, so I can't avoid having to deal with it. 
*

*

http://www.cflib.org/index.cfm?event=page.udfbyidudfid=725

Try grabbing the UDF linked above, and pushing your text string through it.

You may need to do some editing of it for your own purposes as well, but 
it's pretty straightforward.


--Scott


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] OpenCMS Installation

2009-05-04 Thread Forrest C. Gilmore
I am running CF8 on my PC. I downloaded CF8 and installed it as the 
Developer edition. The Administrator says it is equivalent to
the Enterprise edition with limited access. This is the PC where I want 
to install OpenCMS for development and training  purposes.


Forrest C. Gilmore
===
Howard Fore wrote:
Which version of CF 8 do you have (Pro/Std) and which version of the 
install did you do (standalone, multi-server, EAR)?



--
Howard Fore, howard.f...@hofo.com mailto:howard.f...@hofo.com
The universe tends toward maximum irony. Don't push it. - Jeff Atwood


On Sun, May 3, 2009 at 11:39 PM, Forrest C. Gilmore fcg0...@wctel.net 
mailto:fcg0...@wctel.net wrote:


Do any of you have experience with OpenCMS?

I need to install this application to work on a project that
requires it.
It requires a Servlet 2.4 / JSP 2.0 standards compliant container,
and Tomcat is its standard.
I have installed Tomcat, but it is in standalone mode, which means
it's running another server that I may not need.

My questions are these:

Since I already have ColdFusion 8 and its Java web server running,
do I really need Tomcat to run
OpenCMS? If so, is there a way for Tomcat to use the CF web server?
If not, how do I install OpenCMS to use the CF Java application
server?

Forrest C. Gilmore



-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-









-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] OpenCMS Installation

2009-05-04 Thread Charlie Arehart
You'd need to install in the Enterprise/Developer Multiserver mode of
deployment, in order to deploy a WAR-based app (like OpenCMS) alongside CF.
Even then, it wouldn't really be running in CF. It would be using JRun as
the J2EE server on which it executes. (And no, as far as I know, one cannot
deploy a WAR file on CF Standard or on the Server form of deployment for
Enterprise/Developer, since those run atop a highly customized version of
JRun.)

There have been cases of people picking apart a WAR-based app and
integrating the two to run at once in a single web app, but it would take a
great deal of knowledge of both that app and CF's internals to break the WAR
apart, put the right pieces in the right place, assure there are no
class/jar conflicts, and so on. It's been done.

But really it begs the question: do you need to? Is there real value in both
CF and the CMS running as a single web app. If not, it's easier just to run
it alongside. 

To your original question, if you do have the Multiserver mode, then yes you
can run OpenCMS as another app on JRun. But if you don't, or if there's not
much to be gained with even doing that, you can just stick running it in
Tomcat running on the same machine at the same time. The overhead difference
in doing so shouldn't be substantial, and especially since you say you're
just doing it for development/training purposes.

/charlie


-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Forrest C.
Gilmore
Sent: Monday, May 04, 2009 11:48 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OpenCMS Installation

I am running CF8 on my PC. I downloaded CF8 and installed it as the 
Developer edition. The Administrator says it is equivalent to
the Enterprise edition with limited access. This is the PC where I want 
to install OpenCMS for development and training  purposes.

Forrest C. Gilmore
===
Howard Fore wrote:
 Which version of CF 8 do you have (Pro/Std) and which version of the 
 install did you do (standalone, multi-server, EAR)?


 --
 Howard Fore, howard.f...@hofo.com mailto:howard.f...@hofo.com
 The universe tends toward maximum irony. Don't push it. - Jeff Atwood


 On Sun, May 3, 2009 at 11:39 PM, Forrest C. Gilmore fcg0...@wctel.net 
 mailto:fcg0...@wctel.net wrote:

 Do any of you have experience with OpenCMS?

 I need to install this application to work on a project that
 requires it.
 It requires a Servlet 2.4 / JSP 2.0 standards compliant container,
 and Tomcat is its standard.
 I have installed Tomcat, but it is in standalone mode, which means
 it's running another server that I may not need.

 My questions are these:

 Since I already have ColdFusion 8 and its Java web server running,
 do I really need Tomcat to run
 OpenCMS? If so, is there a way for Tomcat to use the CF web server?
 If not, how do I install OpenCMS to use the CF Java application
 server?

 Forrest C. Gilmore



 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -








-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-






-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] OpenCMS Installation

2009-05-04 Thread Howard Fore
Ok, but in the installer there are a couple of choices that determine how CF
is packaged. The standalone installer makes CF basically look like a
all-in-one application, minimizing the look that CF is installed in JRun
(usually in a directory called ColdFusion8). The multiple instance version
looks more like a installation of JRun that has an instance of CF installed
(usually in a directory called JRun). The EAR version gives you a EAR file
that you can deploy in your own J2EE (or in today's parlance Java EE)
server.

I think you'll be able to utilize the multiple instance version easier that
the standalone version. If OpenCMS will run on Tomcat it will probably run
on JRun, but you should expect some bit-twiddling in various configuration
files. I'd tell you which but I don't know anything about OpenCMS.

--
Howard Fore, howard.f...@hofo.com
The universe tends toward maximum irony. Don't push it. - Jeff Atwood


On Mon, May 4, 2009 at 11:47 AM, Forrest C. Gilmore fcg0...@wctel.netwrote:

 I am running CF8 on my PC. I downloaded CF8 and installed it as the
 Developer edition. The Administrator says it is equivalent to
 the Enterprise edition with limited access. This is the PC where I want to
 install OpenCMS for development and training  purposes.



Re: [ACFUG Discuss] OpenCMS Installation

2009-05-04 Thread Forrest C. Gilmore
Thanks, Charlie, for your suggestions. That's what I expected, but not 
being thoroughly familiar with
the CF underpinnings, I wanted this kind of input. Tomcat seems to be 
running OK, so I'll proceed

to use it with OpenCMS.

Let me ask one more question -- I have several versions of the JRE 
(1.6.0 through 1.6.0_07) and one version of the JDK on my PC.

There is also a Jre6 folder under Program Files.
I set my CLASSPATH to C:\Program Files\Java\jre1.6.0_07\
An installation of Quicktime changed this to .;C:\Program 
Files\Java\jre1.6.0_07\;C:\Program Files\Java\jre6\lib\ext\QTJava.zip

The JAVA_HOMEvariable is set to c:\Program Files\Java\jdk1.6.0_04\

Are these OK, or does either need to be more specific?

Forrest C. Gilmore
=
Charlie Arehart wrote:

You'd need to install in the Enterprise/Developer Multiserver mode of
deployment, in order to deploy a WAR-based app (like OpenCMS) alongside CF.
Even then, it wouldn't really be running in CF. It would be using JRun as
the J2EE server on which it executes. (And no, as far as I know, one cannot
deploy a WAR file on CF Standard or on the Server form of deployment for
Enterprise/Developer, since those run atop a highly customized version of
JRun.)

There have been cases of people picking apart a WAR-based app and
integrating the two to run at once in a single web app, but it would take a
great deal of knowledge of both that app and CF's internals to break the WAR
apart, put the right pieces in the right place, assure there are no
class/jar conflicts, and so on. It's been done.

But really it begs the question: do you need to? Is there real value in both
CF and the CMS running as a single web app. If not, it's easier just to run
it alongside. 


To your original question, if you do have the Multiserver mode, then yes you
can run OpenCMS as another app on JRun. But if you don't, or if there's not
much to be gained with even doing that, you can just stick running it in
Tomcat running on the same machine at the same time. The overhead difference
in doing so shouldn't be substantial, and especially since you say you're
just doing it for development/training purposes.

/charlie


-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Forrest C.
Gilmore
Sent: Monday, May 04, 2009 11:48 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OpenCMS Installation

I am running CF8 on my PC. I downloaded CF8 and installed it as the 
Developer edition. The Administrator says it is equivalent to
the Enterprise edition with limited access. This is the PC where I want 
to install OpenCMS for development and training  purposes.


Forrest C. Gilmore
===
Howard Fore wrote:
  
Which version of CF 8 do you have (Pro/Std) and which version of the 
install did you do (standalone, multi-server, EAR)?



--
Howard Fore, howard.f...@hofo.com mailto:howard.f...@hofo.com
The universe tends toward maximum irony. Don't push it. - Jeff Atwood


On Sun, May 3, 2009 at 11:39 PM, Forrest C. Gilmore fcg0...@wctel.net 
mailto:fcg0...@wctel.net wrote:


Do any of you have experience with OpenCMS?

I need to install this application to work on a project that
requires it.
It requires a Servlet 2.4 / JSP 2.0 standards compliant container,
and Tomcat is its standard.
I have installed Tomcat, but it is in standalone mode, which means
it's running another server that I may not need.

My questions are these:

Since I already have ColdFusion 8 and its Java web server running,
do I really need Tomcat to run
OpenCMS? If so, is there a way for Tomcat to use the CF web server?
If not, how do I install OpenCMS to use the CF Java application
server?

Forrest C. Gilmore



-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-










-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-






-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-






RE: [ACFUG Discuss] OpenCMS Installation

2009-05-04 Thread Charlie Arehart
Forest, it generally does not matter at all that you have many versions of
the JRE or JDK. Most apps that need a particular one will include one within
their own directory, as both CF and JRun (and I imagine Tomcat) do. 

And they also tend to set their own classpath within their startup scripts,
so that your system-wide ones have no direct impact.

Still, if you end up running something that doesn't set the classpath and
java_home itself, then that's where confusion over these various ones could
bite you.

But to your specific question, I think you'll find you can ignore them all
with respect to the implementation of CF or Tomcat that you'll run for
OpenCMS.

Beyond that, though, I'll say that your now really straying away from CF
topics, and if you have other questions that are related to running OpenCMS,
you'll really want to ask those on a forum devoted to it. If you try to run
it on Tomcat or JRun, there are also forums/mailing lists devoted
specifically to those.

/charlie

-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Forrest C.
Gilmore
Sent: Monday, May 04, 2009 12:52 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OpenCMS Installation

Thanks, Charlie, for your suggestions. That's what I expected, but not 
being thoroughly familiar with
the CF underpinnings, I wanted this kind of input. Tomcat seems to be 
running OK, so I'll proceed
to use it with OpenCMS.

Let me ask one more question -- I have several versions of the JRE 
(1.6.0 through 1.6.0_07) and one version of the JDK on my PC.
There is also a Jre6 folder under Program Files.
I set my CLASSPATH to C:\Program Files\Java\jre1.6.0_07\
An installation of Quicktime changed this to .;C:\Program 
Files\Java\jre1.6.0_07\;C:\Program Files\Java\jre6\lib\ext\QTJava.zip
The JAVA_HOMEvariable is set to c:\Program Files\Java\jdk1.6.0_04\

Are these OK, or does either need to be more specific?

Forrest C. Gilmore




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





[ACFUG Discuss] Consulting work

2009-05-04 Thread John Mason
I have a couple of hosting clients that are in need of an affordable 
developer. One of them needs some PCI work done to their sites, but both 
need simple day-to-day programming work. Just let me know if you are 
interested.


John
ma...@fusionlink.com



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] Consulting work

2009-05-04 Thread Jeremy Bruck

John,

I have a project with a client that will end in the next week and have  
some time before the next big one will start.  One of my main clients  
has been Mfg.com for the past couple of years and I was CTO there for  
almost 5 years prior to that.  Their application is a gigantic CF  
application, yes I architected it, which serves tens of thousands of  
members around world daily with their sourcing needs -- average usage  
is around 400k unique visitors per month .   Their application has  
also won many awards and was previously featured at Adobe Max in 2007.


Yes, I am full-time contractor with no day job which is important  
since it allows for changes in a timely manor.  I have personally done  
CF since V3 and am very well versed with production experience in CF  
Frameworks (fusebox, machii and model-glue), SQL and have even done  
some very extensive applications in the Rich Internet Application  
space as well.


Feel free to pass on my name, number and email to your hosting clients  
and I would enjoy seeing how I could help them out.


Any questions let me know.

Regards,
Jeremy

--
Strategic Growth Services, LLC
Jeremy Bruck
jbr...@growstrategy.com
770-953-8643 x103
770-916-1434: fax
404-409-5604: cell



On May 4, 2009, at 4:47 PM, John Mason wrote:

I have a couple of hosting clients that are in need of an affordable  
developer. One of them needs some PCI work done to their sites, but  
both need simple day-to-day programming work. Just let me know if  
you are interested.


John
ma...@fusionlink.com



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-








-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] OpenCMS Installation

2009-05-04 Thread Forrest C. Gilmore

Charlie:

I realized I was straying from CF topics, but hoping for a little 
reassurance

regarding Java details, which you graciously gave me.

Thanks again for your help.

Forrest C. Gilmore
===
Charlie Arehart wrote:

Forest, it generally does not matter at all that you have many versions of
the JRE or JDK. Most apps that need a particular one will include one within
their own directory, as both CF and JRun (and I imagine Tomcat) do. 


And they also tend to set their own classpath within their startup scripts,
so that your system-wide ones have no direct impact.

Still, if you end up running something that doesn't set the classpath and
java_home itself, then that's where confusion over these various ones could
bite you.

But to your specific question, I think you'll find you can ignore them all
with respect to the implementation of CF or Tomcat that you'll run for
OpenCMS.

Beyond that, though, I'll say that your now really straying away from CF
topics, and if you have other questions that are related to running OpenCMS,
you'll really want to ask those on a forum devoted to it. If you try to run
it on Tomcat or JRun, there are also forums/mailing lists devoted
specifically to those.

/charlie

-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Forrest C.
Gilmore
Sent: Monday, May 04, 2009 12:52 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OpenCMS Installation

Thanks, Charlie, for your suggestions. That's what I expected, but not 
being thoroughly familiar with
the CF underpinnings, I wanted this kind of input. Tomcat seems to be 
running OK, so I'll proceed

to use it with OpenCMS.

Let me ask one more question -- I have several versions of the JRE 
(1.6.0 through 1.6.0_07) and one version of the JDK on my PC.

There is also a Jre6 folder under Program Files.
I set my CLASSPATH to C:\Program Files\Java\jre1.6.0_07\
An installation of Quicktime changed this to .;C:\Program 
Files\Java\jre1.6.0_07\;C:\Program Files\Java\jre6\lib\ext\QTJava.zip

The JAVA_HOMEvariable is set to c:\Program Files\Java\jdk1.6.0_04\

Are these OK, or does either need to be more specific?

Forrest C. Gilmore




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





  





-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-