All Downloads are FREE. Search and download functionalities are using the official Maven repository.

server.orchestra.tomcat.README Maven / Gradle / Ivy

WARNING: Orchestra Console is still under development.

#####################
# INCLUDED VERSIONS #
#####################
Orchestra version : Orchestra-4.1.0
eXo version : r11432

#################
# DOCUMENTATION #
#################
FOR ALL THE TECHNICAL DOCUMENTATION :
http://orchestra.ow2.org

###################
# RUN THE CONSOLE #
###################
 For both OS environments (linux and windows), you need to set the JAVA_HOME variable.
 Make sure that CATALINA_HOME and CATALINA_BASE are not set.
 
 * On the Windows platform
   Open a DOS prompt command, go to Orchestra-Console-/bin 
   and type the command :
   > .\orchestraConsole.bat run

 * On Unix/linux/cygwin
   Open a terminal, go to Orchestra-Console-/bin 
   and type the command :
   > ./orchestraConsole.sh run
   
   You may need to change the permission of all *.sh files 
   in the Orchestra-Console-/bin folder

#######################################
# HOW TO ACCESS THE ORCHESTRA CONSOLE #
#######################################
 * Enter the following address into your browser address bar:
   > http://localhost:8080/portal

   You can log into the portal with the following accounts: 
     root, admin, orchestra 
   All those accounts have the default password "orchestra".
 
 
###########################################
# HOW TO TEST A WORKFLOW WITH THE CONSOLE #
###########################################
 * download Orchestra-4.1.0, unzip it.
   > http://forge.objectweb.org/project/orchestra

 * you need an ant installation available.
   To verify that you have ant installed,
   Open a client window and type the command:  
   > ant -version
   
   If the command ant is not found, install ant:
   > http://ant.apache.org/	
   
 * You need to build a bar file of your process:
   Open a client window and go in the Orchestra-4.1.0/examples/producerConsumer folder
   Run the command: 
   > ant createBar
   
   The file producer.bar is created
		
 * Log in the console as root and go in the Management Portlet
   Upload the  producer.bar
		
 * To create instance, you need to run the command: 
   > ant launch-producer
	
   more option with: 
   > ant -p
		
 * Enjoy it

##############
# WHAT ELSE? #
##############
For more documentation and latest updated news, please visit our website http://orchestra.ow2.org.
If you have questions, please send an email to our community [email protected] .


Thank your for using our products !
The orchestra team.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy