Thank you Chris for detailing the instructions! I'll work on getting it running per your suggestions soon as possible, and document the steps for general use.
Thanks! Rishi On Feb 8, 2011, at 9:40 PM, Mattmann, Chris A (388J) wrote: > Hey Rishi, > > Yep, basically the steps are: > > 1. mvn war to build WAR file > 2. stop tomcat > 3. copy src/main/resources/workflow-webapp-tomcat-5.5.9.xml to > $TOMCAT_HOME/conf/Catalina/localhost/wmonitor.xml > 4. mkdir /usr/local/workflow-monitor > 5. cp -R src/main/resources/workflow-instance-met.xml > /usr/local/workflow-monitor > 6. cp -R ../../workflow/src/main/resources/examples/workflow-lifecycle.xml > /usr/local/workflow-monitor > 7. edit $TOMCAT_HOME/conf/Catalina/localhost/wmonitor.xml > org.apache.oodt.cas.workflow.webapp.inst.metFields.filePath > org.apache.oodt.cas.workflow.webapp.lifecycleFilePath > > Set the above paths to /usr/local/workflow-monitor equivalents > > 8. Start tomcat > > Would be great to have some XDOCS produced for the above :) > > Cheers, > Chris > > > On Feb 8, 2011, at 6:43 PM, Verma, Rishi (317I) wrote: > >> Hi Chris, >> >> I've detailed the specifics within the following JIRA issues: >> https://issues.apache.org/jira/browse/OODT-131 >> https://issues.apache.org/jira/browse/OODT-132<https://issues.apache.org/jira/browse/OODT-13> >> https://issues.apache.org/jira/browse/OODT-133 >> >> Essentially the problem is the hyperlinks within the workflow webapp return >> Java/JSP exceptions. These occur from a fresh install of the workflow >> manager webapp (ie. no editing of config files or modifications performed). >> I'm not sure what configuration is necessary, it seems that editing the >> "META-INF/workflow-webapp-tomcat-5.5.9.xml" may be necessary? >> >> Thanks for your help! >> Rishi >> >> On Feb 7, 2011, at 3:55 PM, Mattmann, Chris A (388J) wrote: >> >> Hey Rishi, >> >> Great questions. Let's start with some specifics -- which links in >> particular are failing? Can you show some screenshots (in particular, filing >> a JIRA issue, or set of them would be great). >> >> I'd be happy to help out here! >> >> Cheers, >> Chris >> >> On Feb 7, 2011, at 1:30 PM, Verma, Rishi (317I) wrote: >> >> Hello - >> >> I was just wondering, is there any documentation (xdoc, slides, notes) >> available for how to configure and run an instance of the OODT Workflow >> Monitor webapp with an active workflow manager? >> >> I've successfully built and deployed the workflow monitor webapp to tomcat; >> however, many of the workflow status hyperlinks yield JSP exceptions even >> though I have a running instance of workflow manager at the required URL. >> This is undoubtedly due to a lack of configuration of the webapp on my part. >> Problem is I'm just not sure which files need to be configured with what >> parameters. >> >> Thanks! >> Rishi >> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> Chris Mattmann, Ph.D. >> Senior Computer Scientist >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA >> Office: 171-266B, Mailstop: 171-246 >> Email: [email protected]<mailto:[email protected]> >> WWW: http://sunset.usc.edu/~mattmann/ >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> Adjunct Assistant Professor, Computer Science Department >> University of Southern California, Los Angeles, CA 90089 USA >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> >> > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Chris Mattmann, Ph.D. > Senior Computer Scientist > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA > Office: 171-266B, Mailstop: 171-246 > Email: [email protected] > WWW: http://sunset.usc.edu/~mattmann/ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Adjunct Assistant Professor, Computer Science Department > University of Southern California, Los Angeles, CA 90089 USA > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >
