baifanvhai / apromore

Automatically exported from code.google.com/p/apromore
0 stars 0 forks source link

Oryx needs to be deployed locallly on developper's computer #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As now Chathura and Reina have Apromore installed locally on their computer, we 
all need to have Oryx locally deployed.

Original issue reported on code.google.com by macri.fa...@gmail.com on 6 Aug 2010 at 1:46

GoogleCodeExporter commented 9 years ago
Just run another tomcat available on another port (port1) then the one 
dedicated to tomcat/eclipse (port2), and deploy oryx war file under this 
instance of tomcat.

1 - Modify file apromore.properties (see in Apromore-portal/src/) set:
Host = http://localhost:port1/

2 - Modify file APROMORE.properties (see in tomcat 
webapps/oryx/WEB-INF/classes/) set:
APROMORE_WSDL_LOCATION=http://localhost:port2/Apromore-portal/services/PortalOry
x?wsdl

Original comment by macri.fa...@gmail.com on 9 Aug 2010 at 7:57