Print at Dec 24, 2025, 3:19:54 PM
Posts: 15   Pages: 2   [ 1 2 | Next Page ]
View all posts in this thread on one page
Posted by pattymania at Oct 15, 2009, 7:06:05 AM
can i install "sweet Home 3d" on my server?
I would like to know if someone can help me to see if i can install "sweet home 3d" on my server.
should i use windows, or unix server? . I read only steps for installing in a local pc. Please if someone has the link for instructions how to upload into a hosting account let me know. thanks in advance
Patty

Posted by FuegoFatuo at Mar 1, 2010, 11:29:26 PM
Re: can i install "sweet Home 3d" on my server?
Hi, I am trying install sweet home 3D on Tomcat and I can't deploy jar. Did you install on your server??? How?
Thanks in avance
Best regards, Virginia

Posted by Puybaret at Mar 8, 2010, 9:10:15 PM
Re: can i install "sweet Home 3d" on my server?
What version of Sweet Home 3D do you want to deploy?
Java Web Start version, Applet Online version, Applet viewer version?
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator

Posted by FuegoFatuo at Mar 8, 2010, 9:27:01 PM
Re: can i install "sweet Home 3d" on my server?
Hi
I have deployed Sweet Home using Java Web Start, It was my first time and I was a litle lost. Thank you for your attention.
Best regards,
Virginia

Posted by redhotline at Apr 18, 2010, 10:41:30 AM
Re: can i install "sweet Home 3d" on my server?
Hello. I want to install sweet Home 3d on my server too. I want to use it thought Java Web Start. I have tomcat and java on my server configured.
How can i install sweet Home 3d ?
Thanks

Posted by Puybaret at Apr 18, 2010, 11:09:05 AM
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 of the latest version.
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
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator

Posted by redhotline at Apr 18, 2010, 9:08:56 PM
Re: can i install "sweet Home 3d" on my server?
:) yes, thank you, its really work
but how can i realize the same thing as on you site?
i mean, - it downloads aplication to my computer, but on your site it work without downloading...

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.

Posted by Puybaret at Apr 26, 2010, 3:42:42 PM
Re: can i install "sweet Home 3d" on my server?
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?


Don't worry the program will still run once the certificate expired.
For example, this certificate used to sign the version 0.10 of Sweet Home 3D expired but it still runs.

The best solution is to buy a Java Code Signing Certificate from a Certification Authority, but this is quite expensive (±$200/ year) and that's why I didn't buy one myself yet.
Here are a few Certification Authorities I found last time I did my enquiry on this subject:
- Verisign
- Thawte
- GlobalSign
- Entrust
- Certum

And other interesting pages about this subject:
- Java Tutorial Lesson: API and Tools Use for Secure Code and File Exchanges
- Java Code Signing Certificates comparison
- Cheapest Java Code Signing Certificate? - Stack Overflow
- The PKI page
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator

Posted by bellskar at Apr 26, 2010, 5:02:15 PM
Re: can i install "sweet Home 3d" on my server?
Thanks a lot Puybaret
your enquiry really did save much of my time :)

Thanks

Posts: 15   Pages: 2   [ 1 2 | Next Page ]