Hi Chris/ Luis,

I have done this on TPP 4 release... we can change the network drive to any
other letter even after installation...

In my case TPP is installed under C drive but data is mapped to D drive...

Here is example Apache httpd.conf entry... set the environment variable
WEBSERVER_ROOT to D:/Inetpub/wwwroot

# Add 5-hour timeout
Timeout 18000

AddType text/html .shtml
AddHandler server-parsed .shtml

SetEnv WEBSERVER_ROOT D:/Inetpub/wwwroot
SetEnv WEBSERVER_URL http://<your-server>:<port>

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
    PassEnv WEBSERVER_TMP
</Directory>

Alias /ISB "D:/Inetpub/wwwroot/ISB"
Alias /isb "D:/Inetpub/wwwroot/ISB"
<Directory "D:/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
    PassEnv WEBSERVER_TMP
</Directory>

Regards
Vishal


On Mon, Jan 23, 2017 at 8:06 PM, Chris Barnes <cabarnescabar...@gmail.com>
wrote:

>
>
> For TPP 5.0, has there been an update on the possibility of having the
> data file be located on a networked drive and not locally.  I found a nice
> post about making a symlink, but on the install page on the wiki, it shows
> that you can read from a different drive now.
>
> http://tools.proteomecenter.org/wiki/index.php?title=TPP:
> 5.0.0_Release_Notes
>
> It lists *E:\data\proteomics\ *as an example, but can that be a networked
> drive or does that only work on an installed local drive?
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "spctools-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to spctools-discuss+unsubscr...@googlegroups.com.
> To post to this group, send email to spctools-discuss@googlegroups.com.
> Visit this group at https://groups.google.com/group/spctools-discuss.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"spctools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spctools-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to spctools-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/spctools-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to