|
Home > Archive > MySQL Java > August 2005 > Tomcat/MySQL Application Update
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Tomcat/MySQL Application Update
|
|
| Christopher Molnar 2005-08-09, 8:24 pm |
| We have a servlet that is run locally on about 20 laptops. I am
currently manually updating the application on each laptop about once
per month. Can anyone suggest a method of updating an application
running on both OS/X and Windows based machines that would check if a
new version was available and then grab it via FTP, Rsync, or
something? Or would it be easiest to put the application into a
database record? Any help or pointers appreciated.
Thanks,
-Chris
--
MySQL Java Mailing List
For list archives: http://lists.mysql.com/java
To unsubscribe: http://lists.mysql.com/java?unsub=m...sie.nctu.edu.tw
| |
| NMacDonald@abs-ns.com 2005-08-12, 9:24 am |
| Java webstart works fine over LAN/WAN using a file protocol
rather than using <jnlp codebase="http://[host]/[app]/">
use <jnlp codebase="file:////[host]/[app_path]">
Best Regards,
Neal MacDonald
ABS Nautical Systems LLC
281-877-5719
713-818-7649 - mobile
Ronald Boettcher <Ronald. Boettcher@bauerverla
g.de>
08/10/2005 02:32
To
Christopher Molnar <molnarc@mac.com>
cc
java@lists.mysql.com
Subject
Re: Tomcat/MySQL Application Update
Christopher Molnar schrieb:
> We have a servlet that is run locally on about 20 laptops. I am
> currently manually updating the application on each laptop about once
> per month. Can anyone suggest a method of updating an application
> running on both OS/X and Windows based machines that would check if a
> new version was available and then grab it via FTP, Rsync, or
> something? Or would it be easiest to put the application into a
> database record? Any help or pointers appreciated.
>
> Thanks,
> -Chris
>
Java Webstart is not what you want?
http://java.sun.com/products/javawebstart/
It also can check whether a new version is available. But I don't know if
it
is working for HTTP only or if it can handle FTP or other protocols, too.
--
MySQL Java Mailing List
For list archives: http://lists.mysql.com/java
To unsubscribe: http://lists.mysql.com/java? unsub=...s
-ns.com
--
MySQL Java Mailing List
For list archives: http://lists.mysql.com/java
To unsubscribe: http://lists.mysql.com/java?unsub=m...sie.nctu.edu.tw
|
|
|
|
|