Re: [spctools-discuss] file permissions under Petunia/Windows

2010-11-05 Thread Brian Pratt
I expect you need to tweak the Apache config to tell it that it's OK
for the webserver to access that directory.

On Thu, Nov 4, 2010 at 7:59 AM, Cristian cristian.r...@gmail.com wrote:
 Dear All,

 We have problems seeing files in Petunia (Windows) under working data
 directory of TPP installed on LInux.
 We get this message Attempted to access forbidden directory.


 The file permitions are rw for all files/directories.

 Could anybody suggest a fix?

 Thank you,
 Cristian

 --
 You received this message because you are subscribed to the Google Groups 
 spctools-discuss group.
 To post to this group, send email to spctools-disc...@googlegroups.com.
 To unsubscribe from this group, send email to 
 spctools-discuss+unsubscr...@googlegroups.com.
 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 spctools-disc...@googlegroups.com.
To unsubscribe from this group, send email to 
spctools-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/spctools-discuss?hl=en.



Re: [spctools-discuss] file permissions under Petunia/Windows

2010-11-05 Thread Luis Mendoza
I may also add that if your data is in a location other than the Windows
default (C:\Inetpub\wwwroot\ISB\data\), you may need to make some tweaks to
Petunia, and possibly Apache.  This post (and thread) has good information
on how to do it:
http://groups.google.com/group/spctools-discuss/msg/fd62dc82266d3d8a?q=tpp_gui+inetpub

http://groups.google.com/group/spctools-discuss/msg/fd62dc82266d3d8a?q=tpp_gui+inetpub
--Luis


On Fri, Nov 5, 2010 at 10:48 AM, Brian Pratt brian.pr...@insilicos.comwrote:

 I expect you need to tweak the Apache config to tell it that it's OK
 for the webserver to access that directory.

 On Thu, Nov 4, 2010 at 7:59 AM, Cristian cristian.r...@gmail.com wrote:
  Dear All,
 
  We have problems seeing files in Petunia (Windows) under working data
  directory of TPP installed on LInux.
  We get this message Attempted to access forbidden directory.
 
 
  The file permitions are rw for all files/directories.
 
  Could anybody suggest a fix?
 
  Thank you,
  Cristian
 
  --
  You received this message because you are subscribed to the Google Groups
 spctools-discuss group.
  To post to this group, send email to spctools-disc...@googlegroups.com.
  To unsubscribe from this group, send email to
 spctools-discuss+unsubscr...@googlegroups.comspctools-discuss%2bunsubscr...@googlegroups.com
 .
  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 spctools-disc...@googlegroups.com.
 To unsubscribe from this group, send email to
 spctools-discuss+unsubscr...@googlegroups.comspctools-discuss%2bunsubscr...@googlegroups.com
 .
 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 spctools-disc...@googlegroups.com.
To unsubscribe from this group, send email to 
spctools-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/spctools-discuss?hl=en.



Re: [spctools-discuss] file permissions under Petunia/Windows

2010-11-05 Thread Joe Slagel
Brian is right.  Try also looking in your log files to see what if any
errors are being reported.  These are typically located in paths similar to:

C:\Program Files (x86)\Apache Software Foundation\Apache2.2\logs
C:\Program Files\Apache Software Foundation\Apache2.2\logs

On Fri, Nov 5, 2010 at 10:48 AM, Brian Pratt brian.pr...@insilicos.comwrote:

 I expect you need to tweak the Apache config to tell it that it's OK
 for the webserver to access that directory.

 On Thu, Nov 4, 2010 at 7:59 AM, Cristian cristian.r...@gmail.com wrote:
  Dear All,
 
  We have problems seeing files in Petunia (Windows) under working data
  directory of TPP installed on LInux.
  We get this message Attempted to access forbidden directory.
 
 
  The file permitions are rw for all files/directories.
 
  Could anybody suggest a fix?
 
  Thank you,
  Cristian
 
  --
  You received this message because you are subscribed to the Google Groups
 spctools-discuss group.
  To post to this group, send email to spctools-disc...@googlegroups.com.
  To unsubscribe from this group, send email to
 spctools-discuss+unsubscr...@googlegroups.comspctools-discuss%2bunsubscr...@googlegroups.com
 .
  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 spctools-disc...@googlegroups.com.
 To unsubscribe from this group, send email to
 spctools-discuss+unsubscr...@googlegroups.comspctools-discuss%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/spctools-discuss?hl=en.




-- 
Joe Slagel
Institute for Systems Biology
jsla...@systemsbiology.org
(206) 732-1362

-- 
You received this message because you are subscribed to the Google Groups 
spctools-discuss group.
To post to this group, send email to spctools-disc...@googlegroups.com.
To unsubscribe from this group, send email to 
spctools-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/spctools-discuss?hl=en.



Re: [spctools-discuss] file permissions under Petunia/Windows

2010-11-05 Thread Vishal Swaroop
Hi Cristan,

You can check the post mentioned by Luis, infact it was mine :)

One correction, we also need tpp-bin folder along with wwwroot for data
directory to be other than C drive.

Thanks

On Fri, Nov 5, 2010 at 2:41 PM, Joe Slagel jsla...@systemsbiology.orgwrote:

 Brian is right.  Try also looking in your log files to see what if any
 errors are being reported.  These are typically located in paths similar to:

 C:\Program Files (x86)\Apache Software Foundation\Apache2.2\logs
 C:\Program Files\Apache Software Foundation\Apache2.2\logs

 On Fri, Nov 5, 2010 at 10:48 AM, Brian Pratt brian.pr...@insilicos.comwrote:

 I expect you need to tweak the Apache config to tell it that it's OK
 for the webserver to access that directory.

 On Thu, Nov 4, 2010 at 7:59 AM, Cristian cristian.r...@gmail.com wrote:
  Dear All,
 
  We have problems seeing files in Petunia (Windows) under working data
  directory of TPP installed on LInux.
  We get this message Attempted to access forbidden directory.
 
 
  The file permitions are rw for all files/directories.
 
  Could anybody suggest a fix?
 
  Thank you,
  Cristian
 
  --
  You received this message because you are subscribed to the Google
 Groups spctools-discuss group.
  To post to this group, send email to spctools-disc...@googlegroups.com.
  To unsubscribe from this group, send email to
 spctools-discuss+unsubscr...@googlegroups.comspctools-discuss%2bunsubscr...@googlegroups.com
 .
  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 spctools-disc...@googlegroups.com.
 To unsubscribe from this group, send email to
 spctools-discuss+unsubscr...@googlegroups.comspctools-discuss%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/spctools-discuss?hl=en.




 --
 Joe Slagel
 Institute for Systems Biology
 jsla...@systemsbiology.org
 (206) 732-1362

 --
 You received this message because you are subscribed to the Google Groups
 spctools-discuss group.
 To post to this group, send email to spctools-disc...@googlegroups.com.
 To unsubscribe from this group, send email to
 spctools-discuss+unsubscr...@googlegroups.comspctools-discuss%2bunsubscr...@googlegroups.com
 .
 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 spctools-disc...@googlegroups.com.
To unsubscribe from this group, send email to 
spctools-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/spctools-discuss?hl=en.