Re: CFMX-Linux won't initate Session-Scope

2002-06-10 Thread Patric Stumpe

Hi folks,

after all I managed to get it workeing with your help by renaming my
application.cfm to Application.cfm. So i finally 'got up my A' :)

But now there's another strange problem. I have installed the Verity
Locales to implement a full-text-search-interface for *.html and *.pdf
which works great under CF5/NT and a bit buggy under CFMX/NT (here it
ddoesn't understand the german extended characters?). But it
does not return any results under CFMX/Linux. I doesn't matter whether I
create the collection (german) from the CF-Admin or programmatically.

Did anyone else run into this issue? I already did a search on the
forums but there was no CFMX-related problem.

Patric





PS Hi folks,

PS i have a wierd problem. I try to port an small application (that's
PS working) for one of our customers from CF4/NT4 to CFMX/RH7.3.

PS My application.cfm is this:
PS --
PS cfsetting enablecfoutputonly=Yes

PS cfapplication  name=medienverzeichnis
PS applicationtimeout=#CreateTimeSpan(0,0,30,0)#
PS sessiontimeout=#CreateTimeSpan(0,0,30,0)#
PS clientmanagement=No
PS sessionmanagement=Yes
PS setclientcookies=No

PS cflock timeout=10
PS cfset application.ds = 'guvv_medien'
PS cfparam name=session.artikel default=0
PS /cflock

PS cfsetting enablecfoutputonly=No
PS --

PS The startingpage in this dir is the following index.cfm:
PS --
PS cflock timeout=10
PS cfoutput

PS frameset cols=170,* border=0 framespacing=0 frameborder=0
PS frame name=navigation src=_frame/navigation.cfm?#Session.URLToken# 
marginwidth=0 marginheight=0 noresize scrolling=auto border=0 framespacing=0 
frameborder=0
PS frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken# 
marginwidth=0 marginheight=0 noresize scrolling=auto border=0 framespacing=0 
frameborder=0
PS /frameset

PS /cfoutput
PS /cflock
PS --

PS This one seems to load just fine. But when the navigation.cfm comes up
PS I get the following error:

PS Error Occurred While Processing Request
PS Element URLTOKEN is undefined in SESSION.  

PS The Error Occurred in 
/var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: line 17
 
PS 15 :tr align=lefttd width=155 align=left valign=topa 
href=../../zeitschriften target=mainimg src=../../_px/nav_zei_of.gif width=155 
height=17 alt=
PS border=0/a/td/tr
PS 16 :tr align=lefttd width=155 align=left valign=topimg 
src=../../../_px/nav_trenner.gif width=155 height=1 alt= border=0/td/tr
PS 17 :tr align=lefttd width=155 align=left valign=topa 
href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput 
target=mainimg
PS src=../../_px/nav_med_on.gif width=155 height=17 alt= border=0/td/tr
PS 18 :tr align=lefttd width=155 align=left valign=topimg 
src=../../../_px/nav_trenner.gif width=155 height=1 alt= border=0/td/tr
PS 19 :tr align=lefttd width=155 align=left valign=topimg 
src=../../../_px/nav_blind.gif width=155 height=20 alt= border=0/td/tr


PS BTW: There's a lock around the session-request. And I do not have any
PS other application.cfm lying around.

PS The same pages on CFMX-RC with Windows do work.


PS I don't know where to go... any help?

PS TIA

PS Patric




-- 
Patric Stumpe
mailto:[EMAIL PROTECTED]

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-10 Thread Dave Carabetta

 Hi folks,

 after all I managed to get it workeing with your help by renaming my
 application.cfm to Application.cfm. So i finally 'got up my A' :)

 But now there's another strange problem. I have installed the Verity
 Locales to implement a full-text-search-interface for *.html and *.pdf
 which works great under CF5/NT and a bit buggy under CFMX/NT (here it
 ddoesn't understand the german extended characters?). But it
 does not return any results under CFMX/Linux. I doesn't matter whether I
 create the collection (german) from the CF-Admin or programmatically.

 Did anyone else run into this issue? I already did a search on the
 forums but there was no CFMX-related problem.

Quoting directly from the release notes under the Verity Searches section:

Verity does not support VSpider on Linux. Also note that Linux does not
support PDF files.

Since you're trying to index PDFs, that might answer your question. Try
doing *.html pages only on Linux and see if you have better success.

Regards,
Dave.
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-10 Thread Patric Stumpe

Thanks Dave,

i'll give that a try!

Patric


 Hi folks,

 after all I managed to get it workeing with your help by renaming my
 application.cfm to Application.cfm. So i finally 'got up my A' :)

 But now there's another strange problem. I have installed the Verity
 Locales to implement a full-text-search-interface for *.html and *.pdf
 which works great under CF5/NT and a bit buggy under CFMX/NT (here it
 ddoesn't understand the german extended characters?). But it
 does not return any results under CFMX/Linux. I doesn't matter whether I
 create the collection (german) from the CF-Admin or programmatically.

 Did anyone else run into this issue? I already did a search on the
 forums but there was no CFMX-related problem.

DC Quoting directly from the release notes under the Verity Searches section:

DC Verity does not support VSpider on Linux. Also note that Linux does not
DC support PDF files.

DC Since you're trying to index PDFs, that might answer your question. Try
DC doing *.html pages only on Linux and see if you have better success.

DC Regards,
DC Dave.
DC 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-10 Thread Patric Stumpe

Well that didn't really do it. Nothing seems to get indexed... and no
error occurs

Patric




PS Thanks Dave,

PS i'll give that a try!

PS Patric


 Hi folks,

 after all I managed to get it workeing with your help by renaming my
 application.cfm to Application.cfm. So i finally 'got up my A' :)

 But now there's another strange problem. I have installed the Verity
 Locales to implement a full-text-search-interface for *.html and *.pdf
 which works great under CF5/NT and a bit buggy under CFMX/NT (here it
 ddoesn't understand the german extended characters?). But it
 does not return any results under CFMX/Linux. I doesn't matter whether I
 create the collection (german) from the CF-Admin or programmatically.

 Did anyone else run into this issue? I already did a search on the
 forums but there was no CFMX-related problem.

DC Quoting directly from the release notes under the Verity Searches section:

DC Verity does not support VSpider on Linux. Also note that Linux does not
DC support PDF files.

DC Since you're trying to index PDFs, that might answer your question. Try
DC doing *.html pages only on Linux and see if you have better success.

DC Regards,
DC Dave.
DC 
PS 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Patric Stumpe

Hi folks,

i have a wierd problem. I try to port an small application (that's
working) for one of our customers from CF4/NT4 to CFMX/RH7.3.

My application.cfm is this:
--
cfsetting enablecfoutputonly=Yes

cfapplication  name=medienverzeichnis
applicationtimeout=#CreateTimeSpan(0,0,30,0)#
sessiontimeout=#CreateTimeSpan(0,0,30,0)#
clientmanagement=No
sessionmanagement=Yes
setclientcookies=No

cflock timeout=10
cfset application.ds = 'guvv_medien'
cfparam name=session.artikel default=0
/cflock

cfsetting enablecfoutputonly=No
--

The startingpage in this dir is the following index.cfm:
--
cflock timeout=10
cfoutput

frameset cols=170,* border=0 framespacing=0 frameborder=0
frame name=navigation src=_frame/navigation.cfm?#Session.URLToken# 
marginwidth=0 marginheight=0 noresize scrolling=auto border=0 framespacing=0 
frameborder=0
frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken# marginwidth=0 
marginheight=0 noresize scrolling=auto border=0 framespacing=0 frameborder=0
/frameset

/cfoutput
/cflock
--

This one seems to load just fine. But when the navigation.cfm comes up
I get the following error:

Error Occurred While Processing Request
Element URLTOKEN is undefined in SESSION.  

The Error Occurred in 
/var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: line 17
 
15 :tr align=lefttd width=155 align=left valign=topa 
href=../../zeitschriften target=mainimg src=../../_px/nav_zei_of.gif width=155 
height=17 alt= border=0/a/td/tr
16 :tr align=lefttd width=155 align=left valign=topimg 
src=../../../_px/nav_trenner.gif width=155 height=1 alt= border=0/td/tr
17 :tr align=lefttd width=155 align=left valign=topa 
href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput 
target=mainimg src=../../_px/nav_med_on.gif width=155 height=17 alt= 
border=0/td/tr
18 :tr align=lefttd width=155 align=left valign=topimg 
src=../../../_px/nav_trenner.gif width=155 height=1 alt= border=0/td/tr
19 :tr align=lefttd width=155 align=left valign=topimg 
src=../../../_px/nav_blind.gif width=155 height=20 alt= border=0/td/tr


BTW: There's a lock around the session-request. And I do not have any
other application.cfm lying around.

The same pages on CFMX-RC with Windows do work.


I don't know where to go... any help?

TIA

Patric


-- 
Patric Stumpe
mailto:[EMAIL PROTECTED]

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Mark A. Kruger - CFG

Patric,

There is an Admin feature to use JSP type sessions ( .cfm;sessionid=adf090
.. etc.)  Is it possible this is set?

Mark

-Original Message-
From: Patric Stumpe [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 10:31 AM
To: CF-Talk
Subject: CFMX-Linux won't initate Session-Scope


Hi folks,

i have a wierd problem. I try to port an small application (that's
working) for one of our customers from CF4/NT4 to CFMX/RH7.3.

My application.cfm is this:
--
cfsetting enablecfoutputonly=Yes

cfapplication  name=medienverzeichnis
applicationtimeout=#CreateTimeSpan(0,0,30,0)#
sessiontimeout=#CreateTimeSpan(0,0,30,0)#
clientmanagement=No
sessionmanagement=Yes
setclientcookies=No

cflock timeout=10
cfset application.ds = 'guvv_medien'
cfparam name=session.artikel default=0
/cflock

cfsetting enablecfoutputonly=No
--

The startingpage in this dir is the following index.cfm:
--
cflock timeout=10
cfoutput

frameset cols=170,* border=0 framespacing=0 frameborder=0
frame name=navigation src=_frame/navigation.cfm?#Session.URLToken#
marginwidth=0 marginheight=0 noresize scrolling=auto border=0
framespacing=0 frameborder=0
frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken#
marginwidth=0 marginheight=0 noresize scrolling=auto border=0
framespacing=0 frameborder=0
/frameset

/cfoutput
/cflock
--

This one seems to load just fine. But when the navigation.cfm comes up
I get the following error:

Error Occurred While Processing Request
Element URLTOKEN is undefined in SESSION.

The Error Occurred in
/var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: line 17

15 :tr align=lefttd width=155 align=left valign=topa
href=../../zeitschriften target=mainimg src=../../_px/nav_zei_of.gif
width=155 height=17 alt= border=0/a/td/tr
16 :tr align=lefttd width=155 align=left valign=topimg
src=../../../_px/nav_trenner.gif width=155 height=1 alt=
border=0/td/tr
17 :tr align=lefttd width=155 align=left valign=topa
href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput
target=mainimg src=../../_px/nav_med_on.gif width=155 height=17
alt= border=0/td/tr
18 :tr align=lefttd width=155 align=left valign=topimg
src=../../../_px/nav_trenner.gif width=155 height=1 alt=
border=0/td/tr
19 :tr align=lefttd width=155 align=left valign=topimg
src=../../../_px/nav_blind.gif width=155 height=20 alt=
border=0/td/tr


BTW: There's a lock around the session-request. And I do not have any
other application.cfm lying around.

The same pages on CFMX-RC with Windows do work.


I don't know where to go... any help?

TIA

Patric


--
Patric Stumpe
mailto:[EMAIL PROTECTED]


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Patric Stumpe

Hi Mark,

I already tried that but when the server also didn't know what
session.sessionid was.

Very strange behaviour

Patric


MAKC Patric,

MAKC There is an Admin feature to use JSP type sessions ( .cfm;sessionid=adf090
MAKC .. etc.)  Is it possible this is set?

MAKC Mark

MAKC -Original Message-
MAKC From: Patric Stumpe [mailto:[EMAIL PROTECTED]]
MAKC Sent: Friday, June 07, 2002 10:31 AM
MAKC To: CF-Talk
MAKC Subject: CFMX-Linux won't initate Session-Scope


MAKC Hi folks,

MAKC i have a wierd problem. I try to port an small application (that's
MAKC working) for one of our customers from CF4/NT4 to CFMX/RH7.3.

MAKC My application.cfm is this:
MAKC --
MAKC cfsetting enablecfoutputonly=Yes

MAKC cfapplication  name=medienverzeichnis
MAKC applicationtimeout=#CreateTimeSpan(0,0,30,0)#
MAKC sessiontimeout=#CreateTimeSpan(0,0,30,0)#
MAKC clientmanagement=No
MAKC sessionmanagement=Yes
MAKC setclientcookies=No

MAKC cflock timeout=10
MAKC cfset application.ds = 'guvv_medien'
MAKC cfparam name=session.artikel default=0
MAKC /cflock

MAKC cfsetting enablecfoutputonly=No
MAKC --

MAKC The startingpage in this dir is the following index.cfm:
MAKC --
MAKC cflock timeout=10
MAKC cfoutput

MAKC frameset cols=170,* border=0 framespacing=0 frameborder=0
MAKC frame name=navigation src=_frame/navigation.cfm?#Session.URLToken#
MAKC marginwidth=0 marginheight=0 noresize scrolling=auto border=0
MAKC framespacing=0 frameborder=0
MAKC frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken#
MAKC marginwidth=0 marginheight=0 noresize scrolling=auto border=0
MAKC framespacing=0 frameborder=0
MAKC /frameset

MAKC /cfoutput
MAKC /cflock
MAKC --

MAKC This one seems to load just fine. But when the navigation.cfm comes up
MAKC I get the following error:

MAKC Error Occurred While Processing Request
MAKC Element URLTOKEN is undefined in SESSION.

MAKC The Error Occurred in
MAKC /var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: line 17

MAKC 15 :tr align=lefttd width=155 align=left valign=topa
MAKC href=../../zeitschriften target=mainimg src=../../_px/nav_zei_of.gif
MAKC width=155 height=17 alt= border=0/a/td/tr
MAKC 16 :tr align=lefttd width=155 align=left valign=topimg
MAKC src=../../../_px/nav_trenner.gif width=155 height=1 alt=
border=0/td/tr
MAKC 17 :tr align=lefttd width=155 align=left valign=topa
MAKC href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput
target=mainimg src=../../_px/nav_med_on.gif width=155 height=17
alt= border=0/td/tr
MAKC 18 :tr align=lefttd width=155 align=left valign=topimg
MAKC src=../../../_px/nav_trenner.gif width=155 height=1 alt=
border=0/td/tr
MAKC 19 :tr align=lefttd width=155 align=left valign=topimg
MAKC src=../../../_px/nav_blind.gif width=155 height=20 alt=
border=0/td/tr


MAKC BTW: There's a lock around the session-request. And I do not have any
MAKC other application.cfm lying around.

MAKC The same pages on CFMX-RC with Windows do work.


MAKC I don't know where to go... any help?

MAKC TIA

MAKC Patric


MAKC --
MAKC Patric Stumpe
MAKC mailto:[EMAIL PROTECTED]


MAKC 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dick Applebaum

Patric

I just tried this on CFMX Linux ported to Mac OS X.

It worked, fine

Could it be that your Application.cfm doesn't start with an upper case 
A

This is not required on OS X, but I think it is required on Linux

Dick


On Friday, June 7, 2002, at 08:49  AM, Mark A. Kruger - CFG wrote:

 Patric,

 There is an Admin feature to use JSP type sessions 
 ( .cfm;sessionid=adf090
 .. etc.)  Is it possible this is set?

 Mark

 -Original Message-
 From: Patric Stumpe [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 07, 2002 10:31 AM
 To: CF-Talk
 Subject: CFMX-Linux won't initate Session-Scope


 Hi folks,

 i have a wierd problem. I try to port an small application (that's
 working) for one of our customers from CF4/NT4 to CFMX/RH7.3.

 My application.cfm is this:
 --
 cfsetting enablecfoutputonly=Yes

 cfapplication  name=medienverzeichnis
 applicationtimeout=#CreateTimeSpan(0,0,30,0)#
 sessiontimeout=#CreateTimeSpan(0,0,30,0)#
 clientmanagement=No
 sessionmanagement=Yes
 setclientcookies=No

 cflock timeout=10
 cfset application.ds = 'guvv_medien'
 cfparam name=session.artikel default=0
 /cflock

 cfsetting enablecfoutputonly=No
 --

 The startingpage in this dir is the following index.cfm:
 --
 cflock timeout=10
 cfoutput

 frameset cols=170,* border=0 framespacing=0 frameborder=0
 frame name=navigation 
 src=_frame/navigation.cfm?#Session.URLToken#
 marginwidth=0 marginheight=0 noresize scrolling=auto border=0
 framespacing=0 frameborder=0
 frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken#
 marginwidth=0 marginheight=0 noresize scrolling=auto border=0
 framespacing=0 frameborder=0
 /frameset

 /cfoutput
 /cflock
 --

 This one seems to load just fine. But when the navigation.cfm comes up
 I get the following error:

 Error Occurred While Processing Request
 Element URLTOKEN is undefined in SESSION.

 The Error Occurred in
 /var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: line 
 17

 15 :tr align=lefttd width=155 align=left valign=topa
 href=../../zeitschriften target=mainimg 
 src=../../_px/nav_zei_of.gif
 width=155 height=17 alt= border=0/a/td/tr
 16 :tr align=lefttd width=155 align=left valign=topimg
 src=../../../_px/nav_trenner.gif width=155 height=1 alt=
 border=0/td/tr
 17 :tr align=lefttd width=155 align=left valign=topa
 href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput
 
 target=mainimg src=../../_px/nav_med_on.gif width=155 
 height=17
 alt= border=0/td/tr
 18 :tr align=lefttd width=155 align=left valign=topimg
 src=../../../_px/nav_trenner.gif width=155 height=1 alt=
 border=0/td/tr
 19 :tr align=lefttd width=155 align=left valign=topimg
 src=../../../_px/nav_blind.gif width=155 height=20 alt=
 border=0/td/tr


 BTW: There's a lock around the session-request. And I do not have any
 other application.cfm lying around.

 The same pages on CFMX-RC with Windows do work.


 I don't know where to go... any help?

 TIA

 Patric


 --
 Patric Stumpe
 mailto:[EMAIL PROTECTED]


 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread todd

Yeah, Application.cfm on linux is case sensitive.

On Fri, 7 Jun 2002, Dick Applebaum wrote:

 Patric
 
 I just tried this on CFMX Linux ported to Mac OS X.
 
 It worked, fine
 
 Could it be that your Application.cfm doesn't start with an upper case 
 A
 
 This is not required on OS X, but I think it is required on Linux
 
 Dick
 
 
 On Friday, June 7, 2002, at 08:49  AM, Mark A. Kruger - CFG wrote:
 
  Patric,
 
  There is an Admin feature to use JSP type sessions 
  ( .cfm;sessionid=adf090
  .. etc.)  Is it possible this is set?
 
  Mark
 
  -Original Message-
  From: Patric Stumpe [mailto:[EMAIL PROTECTED]]
  Sent: Friday, June 07, 2002 10:31 AM
  To: CF-Talk
  Subject: CFMX-Linux won't initate Session-Scope
 
 
  Hi folks,
 
  i have a wierd problem. I try to port an small application (that's
  working) for one of our customers from CF4/NT4 to CFMX/RH7.3.
 
  My application.cfm is this:
  --
  cfsetting enablecfoutputonly=Yes
 
  cfapplication  name=medienverzeichnis
  applicationtimeout=#CreateTimeSpan(0,0,30,0)#
  sessiontimeout=#CreateTimeSpan(0,0,30,0)#
  clientmanagement=No
  sessionmanagement=Yes
  setclientcookies=No
 
  cflock timeout=10
  cfset application.ds = 'guvv_medien'
  cfparam name=session.artikel default=0
  /cflock
 
  cfsetting enablecfoutputonly=No
  --
 
  The startingpage in this dir is the following index.cfm:
  --
  cflock timeout=10
  cfoutput
 
  frameset cols=170,* border=0 framespacing=0 frameborder=0
  frame name=navigation 
  src=_frame/navigation.cfm?#Session.URLToken#
  marginwidth=0 marginheight=0 noresize scrolling=auto border=0
  framespacing=0 frameborder=0
  frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken#
  marginwidth=0 marginheight=0 noresize scrolling=auto border=0
  framespacing=0 frameborder=0
  /frameset
 
  /cfoutput
  /cflock
  --
 
  This one seems to load just fine. But when the navigation.cfm comes up
  I get the following error:
 
  Error Occurred While Processing Request
  Element URLTOKEN is undefined in SESSION.
 
  The Error Occurred in
  /var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: line 
  17
 
  15 :tr align=lefttd width=155 align=left valign=topa
  href=../../zeitschriften target=mainimg 
  src=../../_px/nav_zei_of.gif
  width=155 height=17 alt= border=0/a/td/tr
  16 :tr align=lefttd width=155 align=left valign=topimg
  src=../../../_px/nav_trenner.gif width=155 height=1 alt=
  border=0/td/tr
  17 :tr align=lefttd width=155 align=left valign=topa
  href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput
  
  target=mainimg src=../../_px/nav_med_on.gif width=155 
  height=17
  alt= border=0/td/tr
  18 :tr align=lefttd width=155 align=left valign=topimg
  src=../../../_px/nav_trenner.gif width=155 height=1 alt=
  border=0/td/tr
  19 :tr align=lefttd width=155 align=left valign=topimg
  src=../../../_px/nav_blind.gif width=155 height=20 alt=
  border=0/td/tr
 
 
  BTW: There's a lock around the session-request. And I do not have any
  other application.cfm lying around.
 
  The same pages on CFMX-RC with Windows do work.
 
 
  I don't know where to go... any help?
 
  TIA
 
  Patric
 
 
  --
  Patric Stumpe
  mailto:[EMAIL PROTECTED]
 
 
  
 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dave Watts

 Could it be that your Application.cfm doesn't start with an 
 upper case A
 
 This is not required on OS X, but I think it is required on 
 Linux

It's not required on OS X? That's odd, I think. Have you actually tested
this?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dick Applebaum

On Friday, June 7, 2002, at 10:04  AM, Dave Watts wrote:

 Could it be that your Application.cfm doesn't start with an
 upper case A

 This is not required on OS X, but I think it is required on
 Linux

 It's not required on OS X? That's odd, I think. Have you actually tested
 this?


Yes!

The OS X flavor of BSD Unix is non-case-sensitive.

Apple did this to allow backwards user interface compatibility with OS 9.

For example:  when you port CFMX Linux to OS X, the wwwroot/cfide link 
to wwwroot/CFIDE, disappears

You can verify the case insensitivity in the CLI... you have to keep 
alert not to pick up bad habits.

Dick

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496
 fax: (202) 797-5444
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Neil Clark - =TMM=

Dick, is your port FULLY functional? Are there some parts of the CFAS
which may not function on OSX?







Neil Clark
Team Macromedia
http://www.macromedia.com/go/team

Announcing Macromedia MX!! 
http://www.macromedia.com/software/trial/




-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]] 
Sent: 07 June 2002 18:14
To: CF-Talk
Subject: Re: CFMX-Linux won't initate Session-Scope

On Friday, June 7, 2002, at 10:04  AM, Dave Watts wrote:

 Could it be that your Application.cfm doesn't start with an
 upper case A

 This is not required on OS X, but I think it is required on
 Linux

 It's not required on OS X? That's odd, I think. Have you actually
tested
 this?


Yes!

The OS X flavor of BSD Unix is non-case-sensitive.

Apple did this to allow backwards user interface compatibility with OS
9.

For example:  when you port CFMX Linux to OS X, the wwwroot/cfide link 
to wwwroot/CFIDE, disappears

You can verify the case insensitivity in the CLI... you have to keep 
alert not to pick up bad habits.

Dick

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

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dick Applebaum

I meant to add:

Go to

http://64.175.104.12:8500/CF%20Test%20Files/Session%20Test/

this is using application.cfm - also works with Application.cfm.

No (or non-recognizable application.cfm) throws a Element URLTOKEN is 
undefined in SESSION error

Dick

On Friday, June 7, 2002, at 10:04  AM, Dave Watts wrote:

 Could it be that your Application.cfm doesn't start with an
 upper case A

 This is not required on OS X, but I think it is required on
 Linux

 It's not required on OS X? That's odd, I think. Have you actually tested
 this?

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496
 fax: (202) 797-5444
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dave Watts

 The OS X flavor of BSD Unix is non-case-sensitive.
 
 Apple did this to allow backwards user interface 
 compatibility with OS 9.
 
 For example:  when you port CFMX Linux to OS X, the 
 wwwroot/cfide link to wwwroot/CFIDE, disappears
 
 You can verify the case insensitivity in the CLI... 
 you have to keep alert not to pick up bad habits.

Out of curiosity, can this feature be disabled if you don't care about OS
9?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Patric Stumpe

hr,

I think the week was too long for me (too much soccer and work :) ).
Now I'm at homebut surely the application.cfm-File has an lowercase
letter 'a'. I'll try that on monday!

Thanks a lot guys!

Patric



 Yeah, Application.cfm on linux is case sensitive.

 On Fri, 7 Jun 2002, Dick Applebaum wrote:

 Patric
 
 I just tried this on CFMX Linux ported to Mac OS X.
 
 It worked, fine
 
 Could it be that your Application.cfm doesn't start with an upper case 
 A
 
 This is not required on OS X, but I think it is required on Linux
 
 Dick
 
 
 On Friday, June 7, 2002, at 08:49  AM, Mark A. Kruger - CFG wrote:
 
  Patric,
 
  There is an Admin feature to use JSP type sessions 
  ( .cfm;sessionid=adf090
  .. etc.)  Is it possible this is set?
 
  Mark
 
  -Original Message-
  From: Patric Stumpe [mailto:[EMAIL PROTECTED]]
  Sent: Friday, June 07, 2002 10:31 AM
  To: CF-Talk
  Subject: CFMX-Linux won't initate Session-Scope
 
 
  Hi folks,
 
  i have a wierd problem. I try to port an small application (that's
  working) for one of our customers from CF4/NT4 to CFMX/RH7.3.
 
  My application.cfm is this:
  --
  cfsetting enablecfoutputonly=Yes
 
  cfapplication  name=medienverzeichnis
  applicationtimeout=#CreateTimeSpan(0,0,30,0)#
  sessiontimeout=#CreateTimeSpan(0,0,30,0)#
  clientmanagement=No
  sessionmanagement=Yes
  setclientcookies=No
 
  cflock timeout=10
  cfset application.ds = 'guvv_medien'
  cfparam name=session.artikel default=0
  /cflock
 
  cfsetting enablecfoutputonly=No
  --
 
  The startingpage in this dir is the following index.cfm:
  --
  cflock timeout=10
  cfoutput
 
  frameset cols=170,* border=0 framespacing=0 frameborder=0
  frame name=navigation 
  src=_frame/navigation.cfm?#Session.URLToken#
  marginwidth=0 marginheight=0 noresize scrolling=auto border=0
  framespacing=0 frameborder=0
  frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken#
  marginwidth=0 marginheight=0 noresize scrolling=auto border=0
  framespacing=0 frameborder=0
  /frameset
 
  /cfoutput
  /cflock
  --
 
  This one seems to load just fine. But when the navigation.cfm comes up
  I get the following error:
 
  Error Occurred While Processing Request
  Element URLTOKEN is undefined in SESSION.
 
  The Error Occurred in
  /var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: line 
  17
 
  15 :tr align=lefttd width=155 align=left valign=topa
  href=../../zeitschriften target=mainimg 
  src=../../_px/nav_zei_of.gif
  width=155 height=17 alt= border=0/a/td/tr
  16 :tr align=lefttd width=155 align=left valign=topimg
  src=../../../_px/nav_trenner.gif width=155 height=1 alt=
  border=0/td/tr
  17 :tr align=lefttd width=155 align=left valign=topa
  href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput
  
  target=mainimg src=../../_px/nav_med_on.gif width=155 
  height=17
  alt= border=0/td/tr
  18 :tr align=lefttd width=155 align=left valign=topimg
  src=../../../_px/nav_trenner.gif width=155 height=1 alt=
  border=0/td/tr
  19 :tr align=lefttd width=155 align=left valign=topimg
  src=../../../_px/nav_blind.gif width=155 height=20 alt=
  border=0/td/tr
 
 
  BTW: There's a lock around the session-request. And I do not have any
  other application.cfm lying around.
 
  The same pages on CFMX-RC with Windows do work.
 
 
  I don't know where to go... any help?
 
  TIA
 
  Patric
 
 
  --
  Patric Stumpe
  mailto:[EMAIL PROTECTED]
 
 
  
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dick Applebaum

Neil

No, still waiting for some more info from Jesse Noller.

But, Jesse did say that CFMX can be made to run on OS X with shell 
scripting instead of the C++ intel program: /bin/cfusion.

Jesse says he needs to find a Mac and spend some time to see what is 
needed.

You might send Jesse an email telling him that you are interested in 
this too!

Dick


File attached: image.tiff
No, I haven't been able to work with it yet, i have some other projects 
I need to take care of first. Feel free to pass out my email all over.





On Friday, June 7, 2002, at 10:21  AM, Neil Clark - =TMM= wrote:

 Dick, is your port FULLY functional? Are there some parts of the CFAS
 which may not function on OSX?







 Neil Clark
 Team Macromedia
 http://www.macromedia.com/go/team

 Announcing Macromedia MX!!
 http://www.macromedia.com/software/trial/




 -Original Message-
 From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
 Sent: 07 June 2002 18:14
 To: CF-Talk
 Subject: Re: CFMX-Linux won't initate Session-Scope

 On Friday, June 7, 2002, at 10:04  AM, Dave Watts wrote:

 Could it be that your Application.cfm doesn't start with an
 upper case A

 This is not required on OS X, but I think it is required on
 Linux

 It's not required on OS X? That's odd, I think. Have you actually
 tested
 this?


 Yes!

 The OS X flavor of BSD Unix is non-case-sensitive.

 Apple did this to allow backwards user interface compatibility with OS
 9.

 For example:  when you port CFMX Linux to OS X, the wwwroot/cfide link
 to wwwroot/CFIDE, disappears

 You can verify the case insensitivity in the CLI... you have to keep
 alert not to pick up bad habits.

 Dick

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


 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dick Applebaum

I guess you could (apology in advance)

Up your A

Dick

I've had a strange day, too


On Friday, June 7, 2002, at 10:31  AM, Patric Stumpe wrote:

 hr,

 I think the week was too long for me (too much soccer and work :) ).
 Now I'm at homebut surely the application.cfm-File has an lowercase
 letter 'a'. I'll try that on monday!

 Thanks a lot guys!

 Patric



 Yeah, Application.cfm on linux is case sensitive.

 On Fri, 7 Jun 2002, Dick Applebaum wrote:

 Patric

 I just tried this on CFMX Linux ported to Mac OS X.

 It worked, fine

 Could it be that your Application.cfm doesn't start with an upper case
 A

 This is not required on OS X, but I think it is required on Linux

 Dick


 On Friday, June 7, 2002, at 08:49  AM, Mark A. Kruger - CFG wrote:

 Patric,

 There is an Admin feature to use JSP type sessions
 ( .cfm;sessionid=adf090
 .. etc.)  Is it possible this is set?

 Mark

 -Original Message-
 From: Patric Stumpe [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 07, 2002 10:31 AM
 To: CF-Talk
 Subject: CFMX-Linux won't initate Session-Scope


 Hi folks,

 i have a wierd problem. I try to port an small application (that's
 working) for one of our customers from CF4/NT4 to CFMX/RH7.3.

 My application.cfm is this:
 --
 cfsetting enablecfoutputonly=Yes

 cfapplication  name=medienverzeichnis
 applicationtimeout=#CreateTimeSpan(0,0,30,0)#
 sessiontimeout=#CreateTimeSpan(0,0,30,0)#
 clientmanagement=No
 sessionmanagement=Yes
 setclientcookies=No

 cflock timeout=10
 cfset application.ds = 'guvv_medien'
 cfparam name=session.artikel default=0
 /cflock

 cfsetting enablecfoutputonly=No
 --

 The startingpage in this dir is the following index.cfm:
 --
 cflock timeout=10
 cfoutput

 frameset cols=170,* border=0 framespacing=0 frameborder=0
 frame name=navigation
 src=_frame/navigation.cfm?#Session.URLToken#
 marginwidth=0 marginheight=0 noresize scrolling=auto border=0
 framespacing=0 frameborder=0
 frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken#
 marginwidth=0 marginheight=0 noresize scrolling=auto border=0
 framespacing=0 frameborder=0
 /frameset

 /cfoutput
 /cflock
 --

 This one seems to load just fine. But when the navigation.cfm comes 
 up
 I get the following error:

 Error Occurred While Processing Request
 Element URLTOKEN is undefined in SESSION.

 The Error Occurred in
 /var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: 
 line
 17

 15 :tr align=lefttd width=155 align=left valign=topa
 href=../../zeitschriften target=mainimg
 src=../../_px/nav_zei_of.gif
 width=155 height=17 alt= border=0/a/td/tr
 16 :tr align=lefttd width=155 align=left 
 valign=topimg
 src=../../../_px/nav_trenner.gif width=155 height=1 alt=
 border=0/td/tr
 17 :tr align=lefttd width=155 align=left valign=topa
 href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput
 
 target=mainimg src=../../_px/nav_med_on.gif width=155
 height=17
 alt= border=0/td/tr
 18 :tr align=lefttd width=155 align=left 
 valign=topimg
 src=../../../_px/nav_trenner.gif width=155 height=1 alt=
 border=0/td/tr
 19 :tr align=lefttd width=155 align=left 
 valign=topimg
 src=../../../_px/nav_blind.gif width=155 height=20 alt=
 border=0/td/tr


 BTW: There's a lock around the session-request. And I do not have any
 other application.cfm lying around.

 The same pages on CFMX-RC with Windows do work.


 I don't know where to go... any help?

 TIA

 Patric


 --
 Patric Stumpe
 mailto:[EMAIL PROTECTED]





 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists