Re: You are not authorized to view this page error

2007-08-15 Thread James Holmes
Are you on windows or *nix?

Regardless, you'll need to do that upgrade successfully - the
connector has to be upgraded for Apache 2.2 to work.

On 8/15/07, Andy [EMAIL PROTECTED] wrote:
 OK.  It looks like I've got MX 7 and Apache 2.2 up and running, but when I
 try to access MX Administration, I get HTTP 403 error.  I never completed
 the WSCONFIG.JAR upgrade without errors, but I was able to set the MX Server
 to Apache 2.2 via the Web Server Configuration Tool.

 Can anyone point me in the right direction?

 Andy



 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286238
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: You are not authorized to view this page error

2007-08-15 Thread Andy
OK.  The problem with the upgrade appears to be that the Jrun server can't
be found:

08/15 08:36:41 error JRun server coldfusion cannot be found on host
127.0.0.1.  Confirm that JRun server 127.0.0.1 is started.

What am I missing?  

Andy

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 15, 2007 7:27 AM
To: CF-Talk
Subject: Re: You are not authorized to view this page error

Are you on windows or *nix?

Regardless, you'll need to do that upgrade successfully - the connector has
to be upgraded for Apache 2.2 to work.

On 8/15/07, Andy [EMAIL PROTECTED] wrote:
 OK.  It looks like I've got MX 7 and Apache 2.2 up and running, but 
 when I try to access MX Administration, I get HTTP 403 error.  I never 
 completed the WSCONFIG.JAR upgrade without errors, but I was able to 
 set the MX Server to Apache 2.2 via the Web Server Configuration Tool.

 Can anyone point me in the right direction?

 Andy



 



~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286252
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: You are not authorized to view this page error

2007-08-15 Thread Dave Watts
 OK.  The problem with the upgrade appears to be that the Jrun 
 server can't be found:
 
   08/15 08:36:41 error JRun server coldfusion cannot be 
 found on host 127.0.0.1.  Confirm that JRun server 127.0.0.1 
 is started.
 
 What am I missing?

Make sure you've upgraded the jar file as James pointed out. If you still
can't connect to CF, make sure that CF is actually listening on the
appropriate JNDI port, and that you can telnet to that port.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286272
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: You are not authorized to view this page error

2007-08-15 Thread Dave Watts
 OK.  It looks like I've got MX 7 and Apache 2.2 up and 
 running, but when I try to access MX Administration, I get 
 HTTP 403 error.  I never completed the WSCONFIG.JAR upgrade 
 without errors, but I was able to set the MX Server to Apache 
 2.2 via the Web Server Configuration Tool. 

To upgrade wsconfig.jar, all you should need to do is replace the old
wsconfig.jar with the new one, then run the web server configuration tool.

You will need to ensure that anonymous users can read/execute the directory
containing the DLLs created by wsconfig.jar. On Windows, you can simply
allow read/execute to the Authenticated Users group for this.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286271
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: You are not authorized to view this page error

2007-08-15 Thread Andy
Dave,
I've run the web server configuration tool with the new wsconfig.jar, so
should be all set there.  I've also checked and authenticated Users have
access to the all of the potential file folders (Windows XP). 

The issue appears to be with Apache at this juncture, since I get the error
with a index.html page.

Do I need to do anything with Apache, or is the HTTP Error 403 - Forbidden
error caused by XP configuration?

Andy

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 15, 2007 11:36 AM
To: CF-Talk
Subject: RE: You are not authorized to view this page error

 OK.  It looks like I've got MX 7 and Apache 2.2 up and running, but 
 when I try to access MX Administration, I get HTTP 403 error.  I never 
 completed the WSCONFIG.JAR upgrade without errors, but I was able to 
 set the MX Server to Apache
 2.2 via the Web Server Configuration Tool. 

To upgrade wsconfig.jar, all you should need to do is replace the old
wsconfig.jar with the new one, then run the web server configuration tool.

You will need to ensure that anonymous users can read/execute the directory
containing the DLLs created by wsconfig.jar. On Windows, you can simply
allow read/execute to the Authenticated Users group for this.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized instruction
at our training centers in Washington DC, Atlanta, Chicago, Baltimore,
Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!




~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286299
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: You are not authorized to view this page error

2007-08-15 Thread Dave Watts
 The issue appears to be with Apache at this juncture, since I 
 get the error with a index.html page.
 
 Do I need to do anything with Apache, or is the HTTP Error 
 403 - Forbidden error caused by XP configuration?

Are you running Apache with a specific user account other than SYSTEM? If
so, does this account have read/execute rights to your web root folder?

If it does, you may still have a CF issue of some sort. You can find out by
disabling the CF-specific lines in httpd.conf, restarting Apache, then
testing access to .html files.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286303
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: You are not authorized to view this page error

2007-08-15 Thread Andy
Dave,
I started over and ignored all of the instructions in the ACME Guide except
for updating wsconfig.  Worked like a charm.  

I am all set.  Thanks for your help.

Andy 

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 15, 2007 4:15 PM
To: CF-Talk
Subject: RE: You are not authorized to view this page error

 The issue appears to be with Apache at this juncture, since I get the 
 error with a index.html page.
 
 Do I need to do anything with Apache, or is the HTTP Error
 403 - Forbidden error caused by XP configuration?

Are you running Apache with a specific user account other than SYSTEM? If
so, does this account have read/execute rights to your web root folder?

If it does, you may still have a CF issue of some sort. You can find out by
disabling the CF-specific lines in httpd.conf, restarting Apache, then
testing access to .html files.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized instruction
at our training centers in Washington DC, Atlanta, Chicago, Baltimore,
Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!




~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286305
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: You are not authorized to view this page

2005-02-23 Thread Ian Skinner
I often see this error on a directory when there is no official default file 
in the directory, and the url does not specify an existing file.  When 
directory browsing is not allowed of course.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

-Original Message-
From: Victor Moore [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 23, 2005 5:24 AM
To: CF-Talk
Subject: OT: You are not authorized to view this page

This one is killing me for the last day or so.

I have an app like this
app
\mod1
\mod2
\mod3

On the home page of the app there is link to mod1 mod2 mod3  If a user
clicks on the link it will open a new browser session with the
specified module.
Suddenly one of them displays: You are not authorized to view this
page in the new open browser.

I didn't change anything, the users say they didn't change anything, I
check permissions both at OS file level and in IIS and all the folders
(files) have the same permissions, but still one of the links (that
work one day before) shows that error.

Has anybody encountered this problem,? I have tried all the KB
articles (related to this issue) on Microsoft support site) but still
no go.

I feel like loosing it 

Thanks
Victor



~|
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:196137
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=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54