Hello Bjorn,
If adding the /ISB alias to the Apache configuration does not work, another
option is to edit the file:
src/Visualization/Comet/plot-msms/plot-msms-js.cxx .


Find the lines that print the HTML portion of the Javascript tags (lines
107-116 or so) and change the web paths from:
printf(" <script type=\"text/javascript\" src=\"/ISB/html/js/jquery.min.js\"
></script>\n");
...to something like:
printf(" <script type=\"text/javascript\" src=\"/tpp/html/js/jquery.min.js\"
></script>\n");
...and build again.  Note that this path is the web-accessible path, and
not the full system path.

We will try to make this more easily configurable for the next release.

Hope this helps!
--Luis



On Mon, Feb 25, 2013 at 5:27 AM, Bjorn <[email protected]> wrote:

> Hi,
> I'm installing TPP 4.6.2 on my Mac (10.6.8) and I found that I could not
> open the ion2 viewer (lorikeet). The suggested solution was to add
> Alias /ISB "/proteomics/sw/tpp" (with "proteomics/sw/tpp" changed to
> "/usr/local/tpp")
> to the apache config file. That modification made it impossible for me to
> log back into the TPP GUI, so I could not even check if it worked. Can
> someone assist me with this issue?
> Thanks.
> Bjorn
>
> --
> 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 [email protected].
>
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/spctools-discuss?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spctools-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to