Hello Jonathan,

Something is  wrong with deployment path.  You have to redeploy CardSync to 
avoid duplication of "cardsync-new" (undeploy old cardsync-new,  and just copy 
cardsync-new.war or cardsync-new directory in tomcat/webapps/  or use 
http://localhost:8080/manager/html/).  

The main page  http://localhost:8080/cardsync-new/  has to return :

 RP Protocol Support Web Application
 Build Number: @BUILD_NUMBER@

The page http://localhost:8080/cardsync-new/services/RPPSService  has to return 

RPPSService
Hi there, this is an AXIS service!
Perhaps there will be a form for invoking the service here...

The page http://rh155.azigo.net/cardsync-new/services/RPPSService?WSDL has to 
return wsdl file.

CardSync does not depend on  STS or RP. 

-- 
thanks,
Alexander Yuhimenko

On Tue, 9 Feb 2010 21:05:48 -0500
Jonathan Tellier <[email protected]> wrote:

> Hello,
> 
> I'm still trying to deploy and I've got another problem. I don't know
> if it normal or if I've done something wrong though. I've downloaded
> the cardsync-new war file and deployed it according to the
> instructions provided there
> http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg06153.html.
> However, I have not yet deployed an STS and I'm using the test rh152
> DB server. I want to go step-by-step and reduce the number or
> variables. Now, I'm trying to test my CardSync deployment, but I
> always get a 404, no matter what URL I try to hit. The only exception
> to that is when I access
> http://localhost:8080/cardsync-new/cardsync-new/. That gives me a page
> that contains the following:
> 
> RP Protocol Support Web Application
> Build Number: @BUILD_NUMBER@
> 
> I've looked at my tomcat logs and can't see any error.
> 
> So my question is, do I need to deploy a local STS and a local MySQL
> database in order to test my CardSync deployment and if so, is this
> page, http://wiki.eclipse.org/Deploy_Token_Service, still up-to-date?
> 
> Thanks,
> Jonathan
> 
> 
> On Thu, Feb 4, 2010 at 3:54 AM, Alexander Yuhimenko
> <[email protected]> wrote:
> > Hello Jonathan,
> >
> > It seems, wiki 
> > (http://wiki.eclipse.org/I-Card_Service_Web_App_vs_CardSync_Web_App_Authentication)
> >  is correct.
> >
> > CardSync war includes both I-Card Service (rpps.web) and CardSync, so  
> > Cloud Selector has to work with CadSync.  I'm not sure, but it most likely  
> > Cloud Selector  has to use  old  "RPPSService" WS endpoint address 
> > (http://rh155.azigo.net/cardsync-new/services/RPPSService) but  AIR 
> > Selector and Android ICard Manager should use  "SCRPPSServiceAIR"  
> > (http://rh155.azigo.net/cardsync-new/services/SCRPPSServiceAIR).
> >
> > AFAIK, we don't deploy/test I-Card Service (rpps.web)  separately  since M 
> > 1.5.
> > --
> > thanks,
> > Alexander Yuhimenko
> >
> > On Wed, 3 Feb 2010 12:36:53 -0500
> > Jonathan Tellier <[email protected]> wrote:
> >
> >> Thanks for your answer Alexander.
> >>
> >> Since I only need the Cloud Selector, I though that I only needed
> >> rpps.web (which is the I-Card Service right?). According to
> >> http://wiki.eclipse.org/I-Card_Service_Web_App_vs_CardSync_Web_App_Authentication
> >> : "The I-Card Service is used to support what might be called
> >> "presentation-only" selectors (e.g. Cloud Selector, iPhone Selector,
> >> AIR Selector). [...]. The CardSync service, on the other hand, is used
> >> to support regular selectors (e.g. GTK Selector) [...]".
> >>
> >> This wiki page suggests that both apps can be deployed separately. Is
> >> this page out of date too? Can CardSync now support the Cloud
> >> Selector. If it does, I'll just go ahead and deploy it.
> >>
> >> Thanks,
> >> Jonathan
> >>
> >>
> >> On Wed, Feb 3, 2010 at 12:10 PM, Alexander Yuhimenko
> >> <[email protected]> wrote:
> >> > Hello Jonathan,
> >> >
> >> > The wiki http://wiki.eclipse.org/Deploying_the_I-Card_Service is out of 
> >> > date.
> >> >
> >> > I'm not sure, but afaik you may use rpps.web just with iphone selector. 
> >> > Azigo selector and android selector depends on CardSync.  CardSync 
> >> > extends  rpps.web  by adding rest API for synchronizing icards. I 
> >> > recommend to use (build/deploy) CardSync. You may download M 1.7 and 
> >> > latest CardSync  from the test server 
> >> > (http://rh155.azigo.net/download/1.7/cardsync-new.war  
> >> > http://rh155.azigo.net/download/trunc/cardsync-new.war). The latest 
> >> > build includes fixes for supporting IPSTS 
> >> > (https://ipsts.federatedidentity.net/SecurityTokenService/) and 
> >> > webcard-loyalty (https://www.webcard-loyalty.com/Default.aspx).
> >> >
> >> > The CardSync includes aver 60 higgins projects, few of them use 
> >> > configuration files from $HOME/.higgins, some other depend on  
> >> > -Dorg.eclipse.higgins.sts.conf property, the other use context settings.
> >> >
> >> > You may use with CardSync configuration attached to 
> >> > http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg06153.html , but few 
> >> > configuration files depend on system path (/usr/share/higgins), so it 
> >> > most likely you have to update them.
> >> >
> >> > --
> >> > thanks,
> >> > Alexander Yuhimenko
> >> >
> >> > On Wed, 3 Feb 2010 11:37:45 -0500
> >> > Jonathan Tellier <[email protected]> wrote:
> >> >
> >> >> Hello,
> >> >>
> >> >> I'm trying to deploy the I-Card Service (org.eclipse.higgins.rpps.web)
> >> >> and I've got a question regarding its configuration. According to this
> >> >> page, http://wiki.eclipse.org/Deploying_the_I-Card_Service, I should
> >> >> use the configuration files that can be found in
> >> >> "org.eclipse.higgins.rpps.web/conf". On the other hand, this post
> >> >> http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg06153.html which
> >> >> is referred by that one
> >> >> http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg06176.html
> >> >> includes sample configuration files which are not compatible with the
> >> >> ones mentioned on the wiki. For instance, files mentioned in the
> >> >> mailing list contain some configurations related to Hibernate where
> >> >> the files mentioned on the wiki do not. I also found other
> >> >> discrepancies, either missing files or files containing different
> >> >> content.
> >> >>
> >> >> So my question is, which configuration files should I use ? Are the
> >> >> files in mentioned on the wiki only relevant only for the I-Card
> >> >> Service 1.0? The mailing list post talks about how to deploy CardSync,
> >> >> but not the wiki page. Is that the reason for the differences? Since
> >> >> I'm not deploying CardSync, will I be OK with the files under
> >> >> "org.eclipse.higgins.rpps.web/conf"?
> >> >>
> >> >> I'm kinda new in the whole Higgins world, so sorry if the answer to
> >> >> this question is obvious.
> >> >>
> >> >> Thanks,
> >> >> Jonathan
> >> >> _______________________________________________
> >> >> higgins-dev mailing list
> >> >> [email protected]
> >> >> https://dev.eclipse.org/mailman/listinfo/higgins-dev
> >> >>
> >> >
> >> >
> >>
> >
> >
> 

_______________________________________________
higgins-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/higgins-dev

Reply via email to