By: Vishal Jain user 05 Mar 2015 at 2:23 p.m. CST

1 Response
Vishal Jain gravatar
Hello, I want to be able to build and install OpenID Connect server in our own tomcat environment. I followed these instructions: https://github.com/GluuFederation/install But it didn't build oxAuth. It did build oxTrust. Below is the error I see from running the script: cp: cannot stat `/home/vjain_noknok_com/dev/gluu/oxAuth/Server/target/conf/*.*': No such file or directorycp: cannot stat `/home/vjain_noknok_com/dev/gluu/oxAuth/Server/target/oxauth.war': No such file or directorycp: cannot stat `/home/vjain_noknok_com/dev/gluu/oxTrust/target/conf/oxTrust*.*': No such file or directorycp: cannot stat `/home/vjain_noknok_com/dev/gluu/oxTrust/target/oxTrust.war': No such file or directory It seems to have built oxTrust: [vjain_noknok_com@sso-vishal target]$ pwd/home/vjain_noknok_com/dev/gluu/oxTrust/server/target[vjain_noknok_com@sso-vishal target]$ ls -ltrtotal 100736drwxrwxr-x. 2 vjain_noknok_com vjain_noknok_com 4096 Mar 5 01:35 antrundrwxrwxr-x. 2 vjain_noknok_com vjain_noknok_com 4096 Mar 5 01:35 confdrwxrwxr-x. 3 vjain_noknok_com vjain_noknok_com 4096 Mar 5 01:35 generated-sourcesdrwxrwxr-x. 5 vjain_noknok_com vjain_noknok_com 4096 Mar 5 01:36 classesdrwxrwxr-x. 3 vjain_noknok_com vjain_noknok_com 4096 Mar 5 01:36 test-classesdrwxrwxr-x. 25 vjain_noknok_com vjain_noknok_com 4096 Mar 5 01:36 oxtrust-serverdrwxrwxr-x. 2 vjain_noknok_com vjain_noknok_com 4096 Mar 5 01:36 maven-archiver-rw-rw-r--. 1 vjain_noknok_com vjain_noknok_com 102683740 Mar 5 01:36 oxtrust-server.war-rw-rw-r--. 1 vjain_noknok_com vjain_noknok_com 437362 Mar 5 01:36 oxtrust-server-sources.jar I was suggested to install community edition. I was able to install that successfully. But I can't connect to it using the hostname. I want it be accessible over the network. I see that tomcat is running and listening on port 8443 tcp 0 0 ::ffff:127.0.0.1:8443 :::* LISTEN - tcp 0 0 :::4444 :::* LISTEN - tcp 0 0 :::1636 :::* LISTEN - tcp 0 0 ::ffff:127.0.0.1:8005 :::* LISTEN - tcp 0 0 ::ffff:127.0.0.1:8009 :::* LISTEN - Please help. Thanks, Vishal

By William Lowe user 05 Mar 2015 at 2:35 p.m. CST

William Lowe gravatar
Vishal, Those instructions are deprecated. Please follow these [instructions](http://www.gluu.org/docs/admin-guide/installation/). I'm closing this ticket. Please open another if you run into further problems.