Print at Dec 27, 2025, 9:24:53 AM

Posted by bellskar at Apr 26, 2010, 2:53:10 PM
Re: can i install "sweet Home 3d" on my server?
You only need a HTTP server like Apache. But you can also use Tomcat, since it handles also requests to static content.

First, download source code.
Then, from the README.TXT file it contains, you'll have to:
- download and install last JDK 6,
- download and install Ant,
- run the following Java command in the directory where you uncompressed the archive of the source code:
keytool -genkey -keystore keys.keytool -alias SweetHome3D
(keytool is a command of the JDK, if system doesn't recognize keytool, give the full path of keytool or change system PATH)
- run "ant" command in the directory where you uncompressed the archive of the source code. The default javaWebStart target will create signed jars in deploy/lib subdirectory.
- edit deploy/SweetHome3D.jnlp file and change the value of the codebase attribute at line 3 to the URL base where you want to host your version of Sweet Home 3D.
- upload the content of deploy directory on your server in a directory matching this URL base.

Your Java Web Start version of Sweet Home 3D is ready. biggrin

I have done it all, thanks Puybaret.
I want to ask about the certification expiry which is being expired in 6 months. when the build was in progress by running ANT command, it tells so.
Isn't there any option to make it long more than 6 months?
Thanks..

Also would you have any suggestion on the following thread
http://www.sweethome3d.eu/support/forum/viewthread_thread,1454#5771
Thanks.