Great it worked... I faced the similar issue where pepxmlviewer.cgi was hanging because of missing tmp directory...
It took some time to figure this out finally I was able to fix it. Thanks Vishal On Wed, Sep 1, 2010 at 10:53 PM, walmsls <[email protected]> wrote: > THANK YOU all for your help! > > Just an FYI as to what worked: > a) I already had webserver_root set in OS but only passenv in > httpd.conf (did not setEnv in httpd.conf) > b) already had copies of ttp-bin and wwwroot plus sub folders (prior > to hadding my own) on both drives. > c) already had made appropriate changes to tpp-gui.pl (will switch to > the gui configure file to get in concordance with common practice) > and httpd.conf for data directory, etc...... > > ==> restarted pc after the original posting to the group, re-ran > interact, failed, but the webserver_root environment variable pointed > to the right drive (d:\) > ==> then added d:/tmp folder....restarted apache and this worked. > Thats it! > > info: server 2008 R2 > > Scott > > > > On Sep 1, 4:42 pm, Luis Mendoza <[email protected]> wrote: > > Just a suggestion on this: > > > > On Wed, Sep 1, 2010 at 10:12 AM, Vishal Swaroop <[email protected] > >wrote: > > > > > b) C:\Inetpub\tpp-bin\tpp_gui.pl > > > Change my $www_root = readconfig('www_root',"d:/Inetpub/wwwroot/"); > # > > > full path to web server root > > > > I would recommend that you make this change in the GUI configuration > file, > > tpp_gui_config.pl , found in tpp-bin (and leave tpp_gui.pl unchanged). > > > > Specifically, you will want to add a line like this, just after the lines > > that read "SET TPP DEFAULTS HERE": > > 'www_root' => 'd:/Inetpub/wwwroot/', > > including the quotes and the trailing comma. > > > > This way, you can update the TPP and not have to set this again; this > file > > is not over-written when you upgrade TPP versions. > > Cheers, > > --Luis > > -- > 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.
