Open GoogleCodeExporter opened 9 years ago
Server started correctly. Except the fact that java security policy should be
mentioned in starting options as well. File 'java.policy' should be copied to
the same folder as LASAD-Server.jar file.
java -Djava.security.policy=java.policy -jar LASAD-Server.jar server.cfg
Regarding the client side, couldn't call it from the browser. Here are the
links that I tried to use:
http://localhost:8080/lasad/LASAD_Client.html
http://localhost:8080/lasad/LASAD_Client.html?gwt.codesvr=localhost:8081
Port 8080: tomcat works on it
I thought to use port 8081, since it was mentioned in 'security.cfg' file
<parameter>
<name>Servlet URL</name>
<value>http://localhost:8081/lasad/lasad_client/PushServlet</value>
</parameter>
Original comment by almer.bo...@gmail.com
on 12 Feb 2013 at 5:37
Original issue reported on code.google.com by
almer.bo...@gmail.com
on 12 Dec 2012 at 8:00