Hi Seb,<div><br></div><div>it seems that <span style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"> </span><a href="http://localhost:8080/PWSimple/" style="color:rgb(17,85,204);font-size:13px;font-family:arial,sans-serif" target="_blank">http://localhost:8080/PWSimple</a> application works right, it shows all renderers.</div>

<div><br></div><div>Maybe the probIem is that i&#39;m newbie in javascript too... I send you the index.jsp file and the log file. In the log file i get some warnings but i don&#39;t know the meaning...</div><div><br></div>

<div>Thank you.</div><div>Víctor.</div><div><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">Hi Victor,<br>
<br>
the web page localhost:8080/PWService/test/index.jsp is really made<br>
for testing purpose...<br>
Meaning that, Selenium is used to execute some JavaScript code in that<br>
web page context and double check that the server is responding the<br>
way it is supposed to do.<br>
<br>
Did you tried any of the sample application provided with ParaViewWeb ?<br>
<br>
Like this one: <a href="http://localhost:8080/PWSimple/" target="_blank">http://localhost:8080/PWSimple/</a> ?<br>
<br>
If nothing is showing up then, it is likely that your ParaViewWeb<br>
server is not properly install. If not, then, I&#39;ll need the full web<br>
page because your JavaScript seems OK, if you do have some HTML<br>
container with id &quot;container-1&quot; like as follow.<br>
<br>
&lt;html&gt;<br>
&lt;body&gt;<br>
&lt;div id=&quot;container-1&quot;&gt;<br>
&lt;/div&gt;<br>
&lt;/body&gt;<br>
&lt;/html&gt;<br>
<br>
Seb<br>
<div><div><br>
On Mon, Jul 16, 2012 at 3:33 AM, victor sv &lt;<a href="mailto:victorsv@gmail.com" target="_blank">victorsv@gmail.com</a>&gt; wrote:<br>
&gt; Hi again,<br>
&gt;<br>
&gt; sorry for the previous mail, i wrote it very bad :)<br>
&gt;<br>
&gt; Ok, i want to see something in the client side, and i use the previous code<br>
&gt; for that.<br>
&gt; When i go to localhost:8080/PWService/test/index.jsp only &quot;Page used for<br>
&gt; testing purpose&quot; message is showed.<br>
&gt; Every time i reload the webpage i can see a new &quot;Active process&quot; in<br>
&gt; localhost:8080/PWService/ , when i click in &quot;View&quot; link the renderer is<br>
&gt; showed right.<br>
&gt;<br>
&gt; The same is happening with the new line, and nothing is showed in<br>
&gt; localhost:8080/PWService/test/index.jsp, only &quot;Page used for testing<br>
&gt; purpose&quot; . I would like to show the renderer in client side<br>
&gt;<br>
&gt; do you know how?<br>
&gt;<br>
&gt; I try with other renderers with the same result.<br>
&gt;<br>
&gt; Thanks :)<br>
&gt; Víctor.<br>
&gt;<br>
&gt; 2012/7/14 Sebastien Jourdain &lt;<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; You need to enable the webgl exporter on the server side as by default<br>
&gt;&gt; we only generate images...<br>
&gt;&gt;<br>
&gt;&gt; paraview.updateConfiguration(true, &quot;JPEG&quot;, &quot;WebGL&quot;);<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Jul 13, 2012 at 9:03 AM, victor sv &lt;<a href="mailto:victorsv@gmail.com" target="_blank">victorsv@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi all,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;m trying to show something in the client side, but i can see the<br>
&gt;&gt; &gt; renderer<br>
&gt;&gt; &gt; in PWService. I use the following javascript code:<br>
&gt;&gt; &gt; &lt;script type=&quot;text/javascript&quot;&gt;<br>
&gt;&gt; &gt; var serverURL = &#39;<a href="http://localhost:8080/PWService" target="_blank">http://localhost:8080/PWService</a>&#39;;<br>
&gt;&gt; &gt; var paraview = new Paraview(serverURL);<br>
&gt;&gt; &gt; paraview.createSession(&#39;testing&#39;,&#39;basic-test&#39;);<br>
&gt;&gt; &gt; var activeView = paraview.CreateIfNeededRenderView();<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; var cyl = paraview.Cylinder();<br>
&gt;&gt; &gt; cyl.setResolution(1024)<br>
&gt;&gt; &gt; paraview.Show();<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; var renderer = new webGLScriptRenderer(&quot;webgl&quot;, serverUrl);<br>
&gt;&gt; &gt; renderer.init(paraview.sessionId, activeView.__selfid__);<br>
&gt;&gt; &gt; renderer.setSize(&#39;640&#39;,&#39;480&#39;);<br>
&gt;&gt; &gt; renderer.bindToElementId(&quot;container-1&quot;);<br>
&gt;&gt; &gt; renderer.setForceSquareSize(true);<br>
&gt;&gt; &gt; renderer.start();<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &lt;/script&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; What am i doing wrong?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Best regards,<br>
&gt;&gt; &gt; Víctor.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Paraview-developers mailing list<br>
&gt;&gt; &gt; <a href="mailto:Paraview-developers@paraview.org" target="_blank">Paraview-developers@paraview.org</a><br>
&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;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>