Closed GoogleCodeExporter closed 8 years ago
Humm. I might need to change the instruction for this.
Instead of using 0.0.0.0, find the IP address of your computer that you are
using as a server (on Windows, run "cmd", then type "ipconfig" and look for
IPv4 address.
So, on my case, I did
tomcat_ip = 192.168.1.77
tomcat_port = 16091
Then, I can access the dsbudget server from anywhere in the LAN via
> http://192.168.1.77:16091/dsbudget/main
However, I recommend using shared file system to share BudgetDocument.xml and
run dsBudget server/client on each machine, instead of trying to share a single
server .. although either method should work for the most part..
Original comment by soichih
on 11 Oct 2013 at 1:48
I would think two applications operating on the same data file would encounter
concurrency issues. Why do you suggest this approach over a single application
available to multiple clients?
Original comment by lync...@gmail.com
on 12 Oct 2013 at 11:03
dsBudget checks to make sure that BudgetDocument.xml was not modified by
outside problem, so unless 2 users accessing dsBudget on 2 locations at the
same time, it should be fine.
Meanwhile, accessing the same server from 2 clients should work fine but it's
not tested as much as accessing the same document from the same server. Like I
said, either method should work fine, but please let me know if you encounter
any issues.
Original comment by soichih
on 13 Oct 2013 at 5:02
Original issue reported on code.google.com by
lync...@gmail.com
on 10 Oct 2013 at 11:05