Coldfusion and windows UNC apache document root question

2009-02-25 Thread Michael Soultanian

Hey Everyone,
I moved all of my CF apps over to my file server and 
adjusted my Apache document roots and aliases over to the 
file server share via a UNC path (i.e. 
\\servername\share).  I'm running into a problems where 
I'm getting a missing fusebox.xml error. I'm thinking 
this is a fusebox-specific error, but I thought I'd see if 
anyone has run into any weird issues relating to using 
Apache with their document root hosted on another server. 
 Does this have to do with the fact that I'm using a UNC 
for the path in Apache (which is running on Windows 2003)? 
All of my other CF apps work fine so I'm guessing it's a 
fusebox issue related to the UNC path.

Thanks,
Mike

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319853
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: The best CFC book is...

2006-01-15 Thread Michael Soultanian
Hey Casey,
Here's a good example:

http://tinyurl.com/3mrec

I learned quite a bit from the way that he set up his CFCs 
in his sample bookstore app.  Yeah, it's fusebox, but the 
concepts would carry over to script based programming as 
well.

Mike
On Sun, 15 Jan 2006 20:22:52 -0500
  Casey Dougall [EMAIL PROTECTED] wrote:

 Douglas, have you attempted Googling this? I'm in the 
same boat as
 Michel. I would love to gain a better understanding of 
these and have
 just spent the last 2 hours checking through some 
examples online

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229650
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Michael Soultanian
And then on top of that, their installer just plain won't 
seem to extract right on some machines.  Have you noticed 
that they checksums on the download page?  It's whack!!

Mike

On Tue, 6 Sep 2005 07:37:22 -0400
  Calvin Ward [EMAIL PROTECTED] wrote:
 Am I the only one that thinks that the fact that CFMX 
can't install on an
 updated Windows 2k3 server a problem? 
 
 
 
 -Original Message-
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] 
 Sent: Monday, September 05, 2005 7:53 PM
 To: CF-Talk
 Subject: Re: ColdFusion Installation - more FREAKING 
JNDI problems
 
 Thanks Mike, that fixed it. :)
 
 I'd seen the other technote but it didn't look to me 
from the description of
 it not being able to write some files that my problem 
was being described,
 so I hadn't bothered to check the workaround at the 
bottom. When you
 suggested it I went ahead and tried it anyway, but it 
didn't help.
 Uninstalling SP1 did work -- oddly, I couldn't get the 
CF Admin to load in a
 browser until I'd reinstalled SP1.
Frustrating, but at least it's set up now... now I'm 
dealing with a totally
 different problem, trying to set up an MSDE server on 
that machine and not
 having any luck... I was able to get it installed once 
but then couldn't
 connect to it with anything (MS SQL Enterprise Manager, 
CF, ODBC) except a
 3rd party tool called MSDE Manager (from WhiteBear I 
think it was)... Good
 to know the thing was working, but completely unhelpful 
if I can't connect
 to it with CF... So I uninstalled it to try again and 
now I can't get it
 reinstalled...
 sigh... just another day in freaking nothing works as 
advertised land...
 
 
 do you have SP1 installed already?  If so, uninstall CF 
and uninstall
 SP1 and run the installer again.  Then reapply SP1.
 
 There's a known installer error w/ SP1 on 2k3
 
 later,
 Mike
 
 S. Isaac Dealey wrote:
 Why is it that the JNDI listen port is ALWAYS the 
problem that 
 prevents CF from installing? ... I've got a new Win2003 
server I'm 
 trying to install my CF server on and I can't get the 
webserver 
 connector to find the listen port... I've checked to 
make sure there 
 isn't a firewall, proxy or anti-virus affecting it, and 
there 
 isn't...
 I've manually configured the JNDI listen port and 
executed the 
 connector from the command line and still nothing.

 So in lieu of that, I've tried to manually connect it by 
manually 
 adding the .cfm and .cfc mappings in IIS to 
 (C:\CFusionMX7\runtime\lib\wsconfig\jrunwin32.dll). I'm 
able to get 
 an index.htm file in web root via a browser, but trying 
to get a .cfm 
 file in the same directory produces a 404 error...

 I'm at my wit's end.
 
 
 s. isaac dealey 954.522.6080
 new epoch : isn't it time for a change?
 
 add features without fixtures with
 the onTap open source framework
 
 http://www.fusiontap.com
 http://coldfusion.sys-con.com/author/4806Dealey.htm
 
 
 
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217442
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


FIXED! - Re: Hoping *someone* can help me with my LDAP question

2005-06-24 Thread Michael Soultanian
I got it working!  Turns out that the problem was because 
I had no filter specified.  I put the filter in and that 
sped things up.  I guess it was trying to search through 
all the students on campus (over 40,000 accounts) and was 
timing out.

Thanks for everyone's suggestions!
Mike


On Thu, 23 Jun 2005 11:59:14 -0500
  Dawson, Michael [EMAIL PROTECTED] wrote:
 Hmmm.  I checked our Active Directory schema and these 
java-related
 attributes do exist and are active in the schema. 
 However, I have never
 used them, nor do I ever see a need to use them.
 
 Not knowing the underlying system, I have no clue why 
they are being
 added to your attribute list other than it is just a 
java requirement.
 
 Is it not good enough for you to ask your admin to grant 
the required
 access and you just give your word, sign a contract or 
swear that you
 will never retrieve these attributes?
 
 Heck, we all have access to data that is not mean for 
public use,
 however, we all use common sense when choosing what data 
to display.
 
 Even so, when you look at these attribute names, what 
kind of hurtful
 information could actually be gleaned from them anyway?
 
 Sorry I can't be of much more help than this.
 
 M!ke
 
 -Original Message-
From: Mike Soultanian [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, June 23, 2005 11:39 AM
 To: CF-Talk
 Subject: Re: Hoping *someone* can help me with my LDAP 
question
 
 You know, the attributes exist in his directory (it's a 
directory of all
 the students on campus - not AD) and they are all empty. 
 However, he
 does not want to allow access to them because he doesn't 
know if they'll
 be filled with information down the road.
 
 I guess what I really need to know is why those 
attributes are being
 requested so that I can convince him that the are 
harmless and only used
 for software interfacing and nothing more.  I just don't 
know if it's
 coldfusion that's asking for them, or the java 
subsystem.  And if it's
 the java subsystem, would macromedia even have any 
information?
 
 Thanks,
 Mike
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210495
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54