It seems that the PWService.war is not inside your ${TOMCAT_HOME}/webapps<div><br></div><div>If it is did you looked at the tomcat logs ?</div><div>And you should definitely not start with that <a href="http://www.paraview.org/Wiki/ParaViewWeb_with_system_tomcat_package" target="_blank" style="font-family:arial,sans-serif;font-size:13px">http://www.paraview.org/Wiki/ParaViewWeb_with_system_tomcat_package</a>.</div>
<div><br></div><div>Once ParaView builded, the deployment should be basically that</div><div><br></div><div>1) download tomcat.tgz</div><div>2) tar xvzf tomcat.tgz</div><div>3) cp ..../*.war tomcat/webapps</div><div>4) cp .../pw-config.properties tomcat/lib</div>
<div>5) tomcat/bin/startup.sh</div><div>6) download activemq.tgz</div><div>7) tar xvzf activemq.tgz</div><div>8) activemq/bin/activemq start</div><div>9) connect to <a href="http://localhost:8080/PW">http://localhost:8080/PW</a></div>
<div><br></div><div>After you may run into invalid configuration inside pw-config.properties or LD_LIBRARY_PATH issue but that&#39;s all.</div><div><br></div><div>Seb</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Nov 29, 2012 at 12:47 PM, Joe Borġ <span dir="ltr">&lt;<a href="mailto:mail@jdborg.com" target="_blank">mail@jdborg.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Seb,<br><br>Further to this, (if I open in Chrome) I get this error Resource Not Found: <a href="http://localhost:8080/PWService/js/ParaViewWeb.js" target="_blank">http://localhost:8080/PWService/js/ParaViewWeb.js</a>.  I can confirm that the file is where it should be and is 775, so should be fine.  If I try and go to that address, I get 404 from Tomcat:<br>


<br><h1 style="line-height:normal;text-indent:0px;letter-spacing:normal;font-variant:normal;color:white;text-transform:none;font-style:normal;font-size:22px;white-space:normal;font-family:Tahoma,Arial,sans-serif;word-spacing:0px">


HTTP Status 404 -</h1><hr style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;color:rgb(82,93,118);text-transform:none;font-size:medium;white-space:normal;font-family:Tahoma,Arial,sans-serif;word-spacing:0px" noshade size="1">


<p style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;text-transform:none;font-size:12px;white-space:normal;font-family:Tahoma,Arial,sans-serif;word-spacing:0px">


<b style="font-family:Tahoma,Arial,sans-serif;color:white;background-color:rgb(82,93,118)">type</b><span> </span>Status report</p><p style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;text-transform:none;font-size:12px;white-space:normal;font-family:Tahoma,Arial,sans-serif;word-spacing:0px">


<b style="font-family:Tahoma,Arial,sans-serif;color:white;background-color:rgb(82,93,118)">message</b></p><p style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;text-transform:none;font-size:12px;white-space:normal;font-family:Tahoma,Arial,sans-serif;word-spacing:0px">


<b style="font-family:Tahoma,Arial,sans-serif;color:white;background-color:rgb(82,93,118)">description</b><span> </span><u>The requested resource () is not available.</u></p><hr style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;color:rgb(82,93,118);text-transform:none;font-size:medium;white-space:normal;font-family:Tahoma,Arial,sans-serif;word-spacing:0px" noshade size="1">


<h3 style="line-height:normal;text-indent:0px;letter-spacing:normal;font-variant:normal;color:white;text-transform:none;font-style:normal;font-size:14px;white-space:normal;font-family:Tahoma,Arial,sans-serif;word-spacing:0px">


Apache Tomcat/6.0.24</h3><br><div class="gmail_extra"><div class="im"><br clear="all"><br clear="all"><br>Regards,<br>Joseph David Borġ <br><a href="http://www.jdborg.com" target="_blank">http://www.jdborg.com</a><br>
<br><br></div><div><div class="h5"><div class="gmail_quote">On 29 November 2012 11:45, Joe Borġ <span dir="ltr">&lt;<a href="mailto:mail@jdborg.com" target="_blank">mail@jdborg.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hi Seb,<br><br>I&#39;ve followed this <a href="http://www.paraview.org/Wiki/ParaViewWeb_with_system_tomcat_package" target="_blank">http://www.paraview.org/Wiki/ParaViewWeb_with_system_tomcat_package</a> step by step, without any obvious issues.  It&#39;s being run as my user, so hopefully isn&#39;t a permissions problem.<br>



<br>This is on CentOS 6.1<br><br>Thanks for the help,<br><div class="gmail_extra"><div><br clear="all"><br clear="all"><br>Regards,<br>Joseph David Borġ <br><a href="http://www.jdborg.com" target="_blank">http://www.jdborg.com</a><br>




<br><br></div><div><div><div class="gmail_quote">On 28 November 2012 18:52, Sebastien Jourdain <span dir="ltr">&lt;<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Joe,<div><br></div><div>Could you explain slightly what you&#39;ve done so far to install and run the examples ?</div><div>Moreover, are you running tomcat as your user or are you relying on the system package of your linux box ?</div>




<div>Oh wait, what OS are you trying that out ?</div><div><br></div><div>Thanks,</div><div><br></div><div>Seb</div><div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div>On Wed, Nov 28, 2012 at 10:04 AM, Joe Borġ <span dir="ltr">&lt;<a href="mailto:mail@jdborg.com" target="_blank">mail@jdborg.com</a>&gt;</span> wrote:<br>




</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>Hi All,<br><br>I&#39;m trying to install ParaViewWeb.  If I launch any of the example classes, I get<br>



<br>Error: ReferenceError: Paraview is not defined<br>
<br clear="all">Has anyone got any ideas on what I&#39;ve missed?<br>

<br>Thanks,<br clear="all"><br>Regards,<br>Joseph David Borġ <br><a href="http://www.jdborg.com" target="_blank">http://www.jdborg.com</a><br>
<br></div></div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>