It's all about the answers!

Ask a question

Importing Disciplined Agile Delivery Process Template


Chris Fagyal (462109) | asked Jun 07 '13, 12:36 p.m.
So i've followed the steps as outlined here: https://www-304.ibm.com/support/docview.wss?rs=2360&uid=swg24028581
However...
It seems to import fine for step #2.  It shows up as a process template in the web UI and in the eclipse client, so all is "Ok".  Then I downloaded the process description WAR file and deployed that to where we believe the right spot was.  However, it doesn't seem to be deployed properly.  When I open a project that is created with the DAD template, and click on the "Disciplined Agile Delivery Process" link in the process description area, it returns a "Cannot Open Localhost:8080" popup box, and the web browser tab that is opened for where the content should be displayed shows this: "" class="link">http://www.w3.org/TR/html4/loose.dtd">"

Can you please provide some feedback on what we've done wrong as we'd really like to get this working.  I've perused the links provided but they don't really help to solve the issue i'm seeing.

2 answers



permanent link
Indradri Basu (1.8k1514) | answered Jun 07 '13, 2:52 p.m.
Hi Chris, I did took a quick look at the DAD process template.
From the eclipse client, go to the process configuration tab and search for "localhost". The line I ended up is a commented line which also contains the instruction on how you can change the localhost:8080 to something like https://<yourserver>:<port>/dad/index.htm.
That should do the trick, otherwise you can just extract the dad.war and access the index.htm file from the browser which should display the same help content.


Comments
Chris Fagyal commented Jun 07 '13, 3:34 p.m.

It seems to me that there is something fundamentally wrong with the process template if it doesn't just work as the other ones do once it is imported.  There shouldn't be any required editing or modification of anything once it is installed.  I didn't have to manually modify the OpenUp process template on the projects i'm using that on.  It just worked.


Indradri Basu commented Jun 07 '13, 4:10 p.m.

The dad.war is just the help I believe. If you can  create the workitems etc then the process template is probably just fine.  And you are right, it should just work fine without much problem as long as you are accessing it on the server itself and 8080 is the http transport port.



permanent link
Matt Neth (1122) | answered Jun 07 '13, 3:14 p.m.
edited Jun 07 '13, 3:47 p.m.
 It looks like when the template generates the local index.htm inside of workspace/.metadata/.plugins/com.ibm.team.process.ide.ui/processContent/{project name}/index.htm it has a broken DOCTYPE header that needs to be fixed or deleted and then the page works properly and redirects (after you correct the redirect path manually too).

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.