You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Kevin Yeandel <ye...@gmail.com> on 2013/10/15 23:29:42 UTC

client issue - no tomcat deployment

Hi
I thought I had meticulously followed the instructions here
http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/Quick_Install_Guide/chap-qig-Config.html

But when I get to the last step about launching the client over http://
<hostname>:8080/client

Nothing is listening on the port. A guess is port 8080 is tomcat thus I
tried service tomcat6 starts
and tomcat listens on the port.

In webapps or work nothing is deployed.
In conf/Catalina/localhost
there is no reference to an external context.

So somehow seems to me a step is missing in the instructions (or I missed
it) which
1. launches something on port 8080 - which is probably the tomcat
2. deploys the app or otherwise configures tomcat to reference the client.

Any clues gratefully received.

Thanks in advance.

Kevin