<div dir="ltr">Are you getting the same instance of the servlet, or did Glassfish instantiate another servlet to handle your second request?<div>This might not be an issue with your design but it actually could be one. Also what happen when that servlet get GC?</div><div><br></div><div>Just some random thought not knowing anything about your architecture.</div><div><br></div><div>Seb</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 7, 2015 at 10:14 PM, Emptystack <span dir="ltr"><<a href="mailto:wulihouxiaoshuai@163.com" target="_blank">wulihouxiaoshuai@163.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone! I have developed  a rendering engine (using vtk's<br>
java-wrapped classes) which can accept users' events like mouse coordinates<br>
and then generate the resulting image. It works well when it is run as pure<br>
java applications. But when I deployed it into glassfish web server by Java<br>
servlet technology, something unexpected happened. When I send the first<br>
request (from our developed HTML5 web-based medical image viewer) to the web<br>
server, everything works well and we can also get the rendering image. But<br>
when I  send  a request to the web server again, my web server stopped  at<br>
the point of vtkRenderWindow::Render(). In a word, In a java servlet<br>
environment, the first request to this method works very well, but the<br>
second request failed.<br>
<br>
I have been tormented by this problem for a long time. Hope someone can help<br>
me!<br>
<br>
Best wishes!<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Java-servlet-Glassfish-volume-rendering-applications-problem-tp5730017.html" target="_blank">http://vtk.1045678.n5.nabble.com/Java-servlet-Glassfish-volume-rendering-applications-problem-tp5730017.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<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 VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>