Search found 3 matches

by workvaani
Thu Jun 16, 2011 2:56 pm
Forum: Features use and tips
Topic: Deploy extracted sh3d file in web application tomcat
Replies: 5
Views: 2662

Re: Deploy extracted sh3d file in web application tomcat

I had used 7zip to extract contents of sh3d file to a folder. Could these contents be used instead?.
by workvaani
Thu Jun 16, 2011 12:50 pm
Forum: Features use and tips
Topic: Deploy extracted sh3d file in web application tomcat
Replies: 5
Views: 2662

Re: Deploy extracted sh3d file in web application tomcat

Thanks that works - but please confirm is it possible to use an extracted sh3d file and reference the folder name in the value of defaultHome? If yes - what configurations are required?.

Regards,
Vaani
by workvaani
Thu Jun 16, 2011 1:37 am
Forum: Features use and tips
Topic: Deploy extracted sh3d file in web application tomcat
Replies: 5
Views: 2662

Deploy extracted sh3d file in web application tomcat

<t>I have done the following configuration:<br/>
<br/>
1. In sweetHome3d applet html file, set the parameters as below:<br/>
var parameters = {java_arguments:"-Xmx512m", readHomeURL:"%s", defaultHome:"demo"};<br/>
<br/>
2. In the web application - extracted folder having contents of a demo.sh3d <br ...