tobydragon / metafora-project

Automatically exported from code.google.com/p/metafora-project
1 stars 0 forks source link

Deploy LASAD to the local machine #182

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Test running LASAD on the local machine.
Install Tomcat and deploy LASAD into it. Relevant documentation can be found in 
the following folders:
 - LASADClient/doc
 - CASE/doc/V2

Original issue reported on code.google.com by almer.bo...@gmail.com on 12 Dec 2012 at 8:00

GoogleCodeExporter commented 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