glassfish - Openshift: adf application not runnig on openshift -



glassfish - Openshift: adf application not runnig on openshift -

i've installed glassfish server , additional libraries run adf application using next link http://multikoop.blogspot.co.uk/2012/09/adf-essentials-in-redhat-cloud.html

i've copied .ear file in /app-root/repo/diy/glassfish3/glassfish/domains/domain1/autodeploy. when run app, throwing below error.

not found `/testapp/faces/test.jsf' not found. webrick/1.3.1 (ruby/1.8.7/2011-06-30) @ <app>-<domain>.rhcloud.com:80

a) not sure if glassfish installed used

wget http://download.java.net/glassfish/3.1.2.2/release/glassfish-3.1.2.2.zip unzip glassfish-3.1.2.2.zip

is there way find out?

b) how can access admin console?

c) deploy app copying .ear file in autodeploy directory?

d) how can resolve above issue?

thanks

while admin interface doesn't work on 1 either, there glassfish quickstart located here https://github.com/shekhargulati/glassfish4-openshift-quickstart should , running. recommend starting there , next instructions adf components installed.

glassfish openshift

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -