Cimande:Glassfish Deployment
From BlueOxygen Wiki
Cimande run well in glassfish, and this means that all the BlueOxygen projects will be run well in glassfish, because all the projects inside Blueoxygen run on Cimande
this is the step to deploy cimande or blueoxygen projects inside glassfish.
Contents |
[edit] Glassfish Installation
Download GlassFish from https://glassfish.dev.java.net/public/downloadsindex.html
Run file glassfish-installer-v2ur2-b04-linux.jar with this syntax
~$ java -Xmx256m -jar glassfish-installer-v2ur2-b04-linux.jar
there will be folder called glassfish.
Glassfish installation using Apache Ant
~/glassfish$ ant -f setup.xml
There will be a folder "bin" and other files
[edit] Running Glassfish
~/glassfish/bin$ ./asadmin start-domain domain1
[edit] Glassfish's Admin Console
Admin Console URL: http://hostname:4848/login.jsf
username: admin password: adminadmin
[edit] Cimande Deployment using Admin Console
To deploy Cimande inside GlassFish choose
Application -> Web Application
click button "Deploy" choose browse to upload cimande.war press "Ok"
To access Cimande Workspace use this URL:
http://hostname:8080/cimande
