TS71/win2003
I have run through the article 63495: Setting up LiveSite runtime on JBoss.
I managed to get all setup, so that the iw-runtime.ear is deployed fine and the site and all other assets in livesitecs-demo is deploying fine in the Jboss folder.
I have the issue that the jboss app is not accessible though. I have configured jboss on port 2080 and I have a working photoapp demo app running on that port fine.
The link
http://localhost:2080/livesitecs-demo gives a 404 from tomcat.
I had the runtime running on tomcat successfully until I switched the OD configuration files across and did a build (as per documentation steps) changing opendeploy.properties.
Anybody an idea what I missed out doing? is it a step in jboss? The server.xml in C:\Interwoven\LiveSiteDisplayServices\runtime\tomcat\conf still points to 1776 and the url
http://localhost:1776/livesitecs-demo is still serving the site it seems. If I change the port in that server.xml to 2080 and restart livesite display services then none of the 2 urls works.