[ 
https://issues.apache.org/jira/browse/SHINDIG-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918184#action_12918184
 ] 

Kevin Parkerson commented on SHINDIG-1330:
------------------------------------------

Hi there, me again. Nice work on the pubsub-2 feature, we've used it to 
successfully accomplish many of our goals on an application running within the 
Tomcat ROOT directory. However, when trying to run our application outside 
ROOT, we are getting an interesting error upon gadget rendering that looks 
something like this:

POST 
http://localhost/gadgets/metadata?st=john.doe:john.doe:appid:cont:url:0:defaultPOST
 
http://localhost/gadgets/metadata?st=john.doe:john.doe:appid:cont:url:0:default404
 Not Found 45ms

The application is .NET 4.0 on a Windows machine running IIS 7 and the 
containers are calling into shindig. IIS is doing the following with the 
request:

Requested URL:  
http://localhost:80/gadgets/metadata?st=john.doe:john.doe:appid:cont:url:0:default
   -->   Physical Path:  D:\Inetpub\gadgets\metadata

Is there some way to bypass getting the metadata? We've already tried 
setServerBase and it doesn't seem to work correctly. Any help would be greatly 
appreciated. Thanks in advance!

> Incorporate OpenAjax Hub as Pub-Sub Mechanism for Shindig (Open Social 1.next)
> ------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1330
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1330
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 2.0.0
>         Environment: Shindig trunk.
> Java 5
> Windows
> FireFox, Safari, Chrome
>            Reporter: Han Nguyen
>             Fix For: 2.0.0
>
>         Attachments: pubsub2.patch
>
>
> This patch is an initial alpha implementation by Javier Pedemonte 
> (OpenAjaxHub/IBM) based on the proposal described here
> http://wiki.opensocial.org/index.php?title=Incorporate_Open_Ajax_Hub_as_Pub-Sub_Mechanism_for_OpenSocial_1.next
> While there are still more work, the patch provides a new pubsub feature 
> which uses OAHub as the underlying eventing model. 
> The /content/container/sample-pubsub-2.html demonstrates a simple pubsub 
> example using the feature.
> API documentation can be found in the comments of the 
> /javascript/features/pubsub-2/pubsub-2.js

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to