View previous topic :: View next topic |
Author |
Message |
max_carpenter -
Joined: 18 Mar 2005 Posts: 124
|
Posted: Tue Feb 13, 2007 12:58 pm Post subject: Relative Abyss, |
|
|
Hi guys and girls, I am trying to set up Abyss to run in relative mode so I can move it anywhere to any drive any folder and it works without any changes made to where the root is and where the documents are. I have done it before but I have lost the conf file I did it with and now trying to do it again it wont let me. The Server runs fine and says that the Host is running fine but when I visit the host I get a page cannot be displayed, not even a directory listing, here is the beginning of my conf file:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<server>
<parameters>
<root>
\
</root>
<timeout>
30
</timeout>
<maxconn>
20
</maxconn>
<keepalive>
10
</keepalive>
<opsys>
<pidfile>
log/abyssws.pid
</pidfile>
</opsys>
</parameters>
<host>
<names/>
<path>
Admin_Disk_V5/
</path>
I can't see what is wrong and I have tried may differnt variations.
Thanks for any help
Max |
|
Back to top |
|
 |
hc2995 -
Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
|
Posted: Tue Feb 13, 2007 1:31 pm Post subject: |
|
|
For server root try *:\ (I believe that may work, but then again it might not) _________________ Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P |
|
Back to top |
|
 |
pkSML -
Joined: 29 May 2006 Posts: 955 Location: Michigan, USA
|
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Feb 14, 2007 1:36 pm Post subject: Re: Relative Abyss, |
|
|
Use .\ (dot followed by antislash) for your root. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
max_carpenter -
Joined: 18 Mar 2005 Posts: 124
|
Posted: Mon Feb 19, 2007 12:59 pm Post subject: |
|
|
Thank you so much for your help it is now working with the .\
The only thing I now need to overcome is how to go about launching two things on auto run. Could use a VB program to auto run which auto loads the two things but then you got the problem of .net it wont be installed on the computers we will be using it on _________________ M.Carpenter
DHCD Computing
max@dhcd.co.uk
www.dhcd.co.uk |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Feb 19, 2007 2:18 pm Post subject: |
|
|
max_carpenter wrote: | The only thing I now need to overcome is how to go about launching two things on auto run. |
VB or .NET is overkill for such a task. Your autorun file should refer to a .bat file which looks like;
Code: | start firstapp
start secondapp |
"start" is a command available on Windows which runs programs asynchronously: http://www.computerhope.com/starthlp.htm . _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|