I think i&#39;m using a correct path. I can &quot;read&quot; ParaViewWeb.js from: <a href="http://localhost:8080/PWService/js/ParaViewWeb.js">http://localhost:8080/PWService/js/ParaViewWeb.js</a><div>and i&#39;m launching the test application from: <a href="http://localhost:8080/PWService/test/index.jsp">http://localhost:8080/PWService/test/index.jsp</a><br>
<br>Both files are locally located in: /usr/share/tomcat6/webapps/PWService/...</div><div><br></div><div>I do the proposed changes and using the absolute path i get the same error...</div><div><br></div><div>Anything about the warnings?<br>
<br>Karma will reward you :)<br>Víctor.<br><br><div class="gmail_quote">2012/7/16 Sebastien Jourdain <span dir="ltr">&lt;<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;m pretty sure the path to the JavaScript is wrong<br>
<br>
&lt;script type=&quot;text/javascript&quot; src=&quot;../js/ParaViewWeb.js&quot;&gt;&lt;/script&gt;<br>
<br>
Moreover, you should change the ordering of the HTML. Put the script<br>
tag after the div container...<br>
<br>
Seb<br>
<div class="HOEnZb"><div class="h5"><br>
On Mon, Jul 16, 2012 at 8:59 AM, victor sv &lt;<a href="mailto:victorsv@gmail.com">victorsv@gmail.com</a>&gt; wrote:<br>
&gt; Hi Seb,<br>
&gt;<br>
&gt; it seems that  <a href="http://localhost:8080/PWSimple" target="_blank">http://localhost:8080/PWSimple</a> application works right, it<br>
&gt; shows all renderers.<br>
&gt;<br>
&gt; Maybe the probIem is that i&#39;m newbie in javascript too... I send you the<br>
&gt; index.jsp file and the log file. In the log file i get some warnings but i<br>
&gt; don&#39;t know the meaning...<br>
&gt;<br>
&gt; Thank you.<br>
&gt; Víctor.<br>
&gt;<br>
&gt; 2012/7/16 Sebastien Jourdain &lt;<a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi Victor,<br>
&gt;&gt;<br>
&gt;&gt; the web page localhost:8080/PWService/test/index.jsp is really made<br>
&gt;&gt; for testing purpose...<br>
&gt;&gt; Meaning that, Selenium is used to execute some JavaScript code in that<br>
&gt;&gt; web page context and double check that the server is responding the<br>
&gt;&gt; way it is supposed to do.<br>
&gt;&gt;<br>
&gt;&gt; Did you tried any of the sample application provided with ParaViewWeb ?<br>
&gt;&gt;<br>
&gt;&gt; Like this one: <a href="http://localhost:8080/PWSimple/" target="_blank">http://localhost:8080/PWSimple/</a> ?<br>
&gt;&gt;<br>
&gt;&gt; If nothing is showing up then, it is likely that your ParaViewWeb<br>
&gt;&gt; server is not properly install. If not, then, I&#39;ll need the full web<br>
&gt;&gt; page because your JavaScript seems OK, if you do have some HTML<br>
&gt;&gt; container with id &quot;container-1&quot; like as follow.<br>
&gt;&gt;<br>
&gt;&gt; &lt;html&gt;<br>
&gt;&gt; &lt;body&gt;<br>
&gt;&gt; &lt;div id=&quot;container-1&quot;&gt;<br>
&gt;&gt; &lt;/div&gt;<br>
&gt;&gt; &lt;/body&gt;<br>
&gt;&gt; &lt;/html&gt;<br>
&gt;&gt;<br>
&gt;&gt; Seb<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Jul 16, 2012 at 3:33 AM, victor sv &lt;<a href="mailto:victorsv@gmail.com">victorsv@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi again,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; sorry for the previous mail, i wrote it very bad :)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Ok, i want to see something in the client side, and i use the previous<br>
&gt;&gt; &gt; code<br>
&gt;&gt; &gt; for that.<br>
&gt;&gt; &gt; When i go to localhost:8080/PWService/test/index.jsp only &quot;Page used for<br>
&gt;&gt; &gt; testing purpose&quot; message is showed.<br>
&gt;&gt; &gt; Every time i reload the webpage i can see a new &quot;Active process&quot; in<br>
&gt;&gt; &gt; localhost:8080/PWService/ , when i click in &quot;View&quot; link the renderer is<br>
&gt;&gt; &gt; showed right.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The same is happening with the new line, and nothing is showed in<br>
&gt;&gt; &gt; localhost:8080/PWService/test/index.jsp, only &quot;Page used for testing<br>
&gt;&gt; &gt; purpose&quot; . I would like to show the renderer in client side<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; do you know how?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I try with other renderers with the same result.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks :)<br>
&gt;&gt; &gt; Víctor.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2012/7/14 Sebastien Jourdain &lt;<a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; You need to enable the webgl exporter on the server side as by default<br>
&gt;&gt; &gt;&gt; we only generate images...<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; paraview.updateConfiguration(true, &quot;JPEG&quot;, &quot;WebGL&quot;);<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Fri, Jul 13, 2012 at 9:03 AM, victor sv &lt;<a href="mailto:victorsv@gmail.com">victorsv@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt; Hi all,<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; I&#39;m trying to show something in the client side, but i can see the<br>
&gt;&gt; &gt;&gt; &gt; renderer<br>
&gt;&gt; &gt;&gt; &gt; in PWService. I use the following javascript code:<br>
&gt;&gt; &gt;&gt; &gt; &lt;script type=&quot;text/javascript&quot;&gt;<br>
&gt;&gt; &gt;&gt; &gt; var serverURL = &#39;<a href="http://localhost:8080/PWService" target="_blank">http://localhost:8080/PWService</a>&#39;;<br>
&gt;&gt; &gt;&gt; &gt; var paraview = new Paraview(serverURL);<br>
&gt;&gt; &gt;&gt; &gt; paraview.createSession(&#39;testing&#39;,&#39;basic-test&#39;);<br>
&gt;&gt; &gt;&gt; &gt; var activeView = paraview.CreateIfNeededRenderView();<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; var cyl = paraview.Cylinder();<br>
&gt;&gt; &gt;&gt; &gt; cyl.setResolution(1024)<br>
&gt;&gt; &gt;&gt; &gt; paraview.Show();<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; var renderer = new webGLScriptRenderer(&quot;webgl&quot;, serverUrl);<br>
&gt;&gt; &gt;&gt; &gt; renderer.init(paraview.sessionId, activeView.__selfid__);<br>
&gt;&gt; &gt;&gt; &gt; renderer.setSize(&#39;640&#39;,&#39;480&#39;);<br>
&gt;&gt; &gt;&gt; &gt; renderer.bindToElementId(&quot;container-1&quot;);<br>
&gt;&gt; &gt;&gt; &gt; renderer.setForceSquareSize(true);<br>
&gt;&gt; &gt;&gt; &gt; renderer.start();<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; &lt;/script&gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; What am i doing wrong?<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Best regards,<br>
&gt;&gt; &gt;&gt; &gt; Víctor.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt; Paraview-developers mailing list<br>
&gt;&gt; &gt;&gt; &gt; <a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
&gt;&gt; &gt;&gt; &gt; <a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>