Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [higgins-dev] Setting up my own iCard Manager Web Application

I moved http://wiki.eclipse.org/ICard_Manager_CVS to http://wiki.eclipse.org/Building_the_Higgins_I-Card_Manager_Service and linked to/from http://wiki.eclipse.org/Web-based_Selector#Building. The old page is now a redirect to new page.

The original page was not linked to any deployment pages. Thanks to Paul for pointing this out.

-Jeesmon

-----Original Message-----
From: higgins-dev-bounces@xxxxxxxxxxx [mailto:higgins-dev-bounces@xxxxxxxxxxx] On Behalf Of Alexander Yuhimenko
Sent: Tuesday, December 04, 2007 5:27 AM
To: higgins-dev@xxxxxxxxxxx
Subject: Re: [higgins-dev] Setting up my own iCard Manager Web Application

Hello,

ICM build is depend on RPPS location. If you want to use own RPPS (or might RPPS from the other URL) you have to rebuild ICM.

Thanks Jeesmon Jacob for updating the follow instruction  http://wiki.eclipse.org/ICard_Manager_CVS#Build_Instructions

But some settings were changing. You have to configure google.webtoolkit.home properties into ${basedir}/pom.xml
        <profiles>
                <profile>
                        <id>main</id>
                        <properties>
                                <google.webtoolkit.home>/opt/jlib/gwt/</google.webtoolkit.home>
                                <tmpdir>${java.io.tmpdir}</tmpdir>
                                <settings.localRepository>${user.home}/.m2/repository/</settings.localRepository>
                        </properties>
                        <activation>
                                <activeByDefault>true</activeByDefault>
                                <jdk>1.5</jdk>
                        </activation>
                </profile>
        </profiles>

And RPPS location (<urls><url>......</url></urls>)in the axistools-maven-plugin into ${basedir}/icm-ws/pom.xml file.

                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>axistools-maven-plugin</artifactId>
                                <configuration>
                                        <packageSpace>org.eclipse.higgins.icm.ws.client</packageSpace>
                                        <allElements>true</allElements>
                                        <style>RPC</style>
                                        <typeMappingVersion>1.1</typeMappingVersion>
                                        <outputDirectory>${basedir}/src/main/java</outputDirectory>
                                        <urls><url>https://localhost:8443/rpps-axis/services/RPPSService?WSDL</url></urls>
                                </configuration>

--
Alexander Yuhimenko <AYuhimenko@xxxxxxxxxxxxxx>


On Mon, 3 Dec 2007 15:59:34 -0500
David Kuehr-McLaren <dkuehrmc@xxxxxxxxxx> wrote:

> I would like to demo Higgins using a iCard Manager Web Application other
> than the one installed at  graceland.parityinc.net.   Is there a download
> for the WAR file?  Any advice on setting up my own Web based iCard
> manager?
>
>
> David
>
> David Kuehr-McLaren
> Tivoli Security - VMM & Tivoli Identity Manager
> Identity Integration Architecture
> Master Inventor
> 919.224.1960
>
_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev


Back to the top