Author |
Message |
flip1
Joined: 25 Sep 2006 Posts: 14
|
Posted: Sat Sep 30, 2006 1:39 am Post subject: VVEngine - Config for Remote Computer |
|
|
Some issues with configuring VVEngine for remote computer access. There may be a problem with FAQ 07. I am running VVEngine as a service.
Original VVEngine.xml file
<?xml version="1.0" encoding="UTF-16"?>
<SETTINGS/>
FAQ 07
<?xml version="1.0" encoding="UTF-16"?>
<SETTINGS>
AFTER these 2 lines, add
<HTTP>
<CLIENTS>127.0.0.1|192.168.*.*</CLIENTS>
</HTTP>
note that there is no "/" after SETTINGS in FAQ 07
I have shut down VVEngine service via XP Services menu and I have tried it both with and without the "/". Without the "/" it appears to hang and I could not display the VVEngine page. With the "/" the VVengine.xml file reverts back to the orignal form. The show VVEngine Setting just shows the 127.0.0.1.
Pete |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Sun Oct 01, 2006 10:26 am Post subject: |
|
|
Hi, the right version is
<?xml version="1.0" encoding="UTF-16"?>
<SETTINGS>
<HTTP>
<CLIENTS>127.0.0.1|192.168.*.*</CLIENTS>
</HTTP>
....
</SETTINGS>
The first <SETTINGS> tag without /
When firstly installed the XML file will contain:
<?xml version="1.0" encoding="UTF-16"?>
<SETTINGS/>
<SETTINGS/> means no further XML tags
Make sure you :
1) Shutdown VVEngine before you apply the changes to the XML file
2) Work on the correct XML file. After you install VVEngine as service the XML file is in a different location (i.e. under the user folder for the account running the service)
3) Restart VVEngine
4) Check the VVEngine.log _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
Fliip1 Guest
|
Posted: Sun Oct 01, 2006 12:38 pm Post subject: |
|
|
Thanks,
I have VVEngine running as a service, so the problem was not working on the correct XML file and the last "/Setting" line.
It will be a couple of days before I can test, due to business travel.
Thanks,
Pete |
|
Back to top |
|
|
|