Hi,
I think you are looking for changing data directory.
a) Copy C:\Inetpub\wwwroot to new drive example K:\Inetpub\wwwroot
b) In tpp_gui.pl (line 35) change this
my $www_root = readconfig('www_root',"k:/Inetpub/wwwroot/"); # full path
to web server root
c) In your apache configuration file, you can use this... (replace K with
your drive letter)
# Add 5-hour timeout
Timeout 18000
AddType text/html .shtml
AddHandler server-parsed .shtml
SetEnv WEBSERVER_ROOT K:/Inetpub/wwwroot
SetEnv WEBSERVER_URL http://localhost:80
Alias /tpp-bin "C:/Inetpub/tpp-bin"
<Directory "C:/Inetpub/tpp-bin">
Options Indexes MultiViews ExecCGI
AllowOverride None
Order allow,deny
Allow from all
AddHandler cgi-script .cgi .pl
ScriptInterpreterSource Registry
PassEnv WEBSERVER_ROOT
</Directory>
Alias /ISB "K:/Inetpub/wwwroot/ISB"
Alias /isb "K:/Inetpub/wwwroot/ISB"
<Directory "K:/Inetpub/wwwroot/ISB">
Options Indexes MultiViews Includes ExecCGI
AllowOverride None
Order allow,deny
Allow from all
AddType text/html .shtml
AddHandler server-parsed .shtml
PassEnv WEBSERVER_ROOT
</Directory>
d) Make sure to change the WEBSERVER_ROOT under Environment entries.
If it is under System variables then you need to re-boot after changing.
Thanks
Vishal
On Sun, Apr 25, 2010 at 8:38 AM, Andreas <[email protected]> wrote:
> Dear all,
>
> How can I change the path for uploading .raw files for conversion to
> mzXML with ReAdW? By default, it's a folder on the c: drive.
>
> Thank you very much for your answer
> Cheers
> Andreas
>
> --
> You received this message because you are subscribed to the Google Groups
> "spctools-discuss" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<spctools-discuss%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/spctools-discuss?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"spctools-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/spctools-discuss?hl=en.