Hi, After clean installatin of "TPP_Setup_v4_3_JETSTREAM_rev_1", "ActivePerl-5.8.9.827-MSWin32-x86-291969" "Apache 2.2.14" on WinXP ver2002 sp2, I am somehow able to write data files to network drive.
All the processes runs fine, I can also see the files under specific path of Z: drive results written to file z:/Inetpub/wwwroot/ISB/data/SAN/Test_Executer/ research/Test_ZZZ_interact.xml direct your browser to http://server123:1441/ISB/data/SAN/Test_Executer/research/Test_ZZZ_interact.shtml Issue: a) When I try to browse the above url, IE 6 hangs and I get the message At the top of the page I get the error: Messages "Unable to access xml file via webserver, so cannot check xml file for changes () Check webserver configuration if desired. (URL: undefined)" b) On each click and when I click "Run XInteract" button blank command window appears and closes, is it because of any classpath/ configuration issue Please suggest what I am missing.. httpd.conf ------------ SetEnv WEBSERVER_ROOT Z:/Inetpub/wwwroot Alias /tpp-bin "C:/Inetpub/tpp-bin" <Directory "C:/Inetpub/tpp-bin"> AllowOverride All Options Indexes FollowSymLinks MultiViews ExecCGI Includes AddHandler default-handler .jpg .png .css .ico .gif AddHandler cgi-script .cgi .pl Order allow,deny Allow from all SetEnv WEBSERVER_ROOT Z:/Inetpub/wwwroot </Directory> Alias /ISB "Z:/Inetpub/wwwroot/ISB" <Directory "Z:/Inetpub/wwwroot/ISB"> AllowOverride None Options Includes Indexes FollowSymLinks MultiViews ExecCGI Order allow,deny Allow from all AddType text/html .shtml AddHandler server-parsed .shtml PassEnv WEBSERVER_ROOT </Directory> Alias /schema "C:/Inetpub/wwwroot/schema" <Directory "C:/Inetpub/wwwroot"> Options Indexes MultiViews Includes AllowOverride None Order allow,deny Allow from all AddType text/html .shtml AddHandler server-parsed .shtml PassEnv WEBSERVER_ROOT PassEnv WEBSERVER_TMP </Directory> -- 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.
