Re: [EMAIL PROTECTED] Running Batchfiles

2006-05-08 Thread Broun Emmanuel
Please help me how do i use CGI to do this?
Thank you
 
 


- Original Message 
From: Nick Kew [EMAIL PROTECTED]
To: users@httpd.apache.org
Sent: Sunday, 7 May, 2006 9:34:11 PM
Subject: Re: [EMAIL PROTECTED] Running Batchfiles


On Sunday 07 May 2006 20:17, Broun Emmanuel wrote:
 Hello freinds

 I intend to run locally installed software (.exe, dll) from a remote
 machine. The interest is to carry out computing at the server, then call
 for results to the client.

That's what CGI is for.

 Am doing this using Java

Given Java's builtin isolation from native applications (together with its
heavy footprint), that must be the absolute most inefficient possible way
to go about it.

-- 
Nick Kew

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Running Batchfiles

2006-05-07 Thread Broun Emmanuel
Hello freinds 

I intend to run locally installed software (.exe, dll) from a remote machine. 
The interest is to carry out computing at the server, then call for results to 
the client. Am doing this using Java but there is always an error of access. 
what can i do

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Directory Aliases Or Virtual

2006-05-05 Thread Broun Emmanuel
Hello
Am a newbie, doing research for instantiating models accross the internet. I 
installed Apache 2.05 but am failing to configure it for aliases, which i can 
do easily with IIS
I want to be able to access different folders, other than the DocumentRoot but 
i wrote this but it doesnt work.
Alias /SRC /TUMWESIGYE RESEARCH/SRC/
Directory /TUMWESIGYE RESEARCH/SRC/
Options Indexes +FollowSymLinks
AllowOverride none
Order deny,allow
Allow from all
/Directory
 
I thought that by using http://localhost/src i would access the webpages in 
this alias

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Creating Aliases

2006-05-03 Thread Broun Emmanuel
Hello
Am a newbie, doing research for instantiating models accross the internet. I 
installed Apache 2.05 but am failing to configure it for aliases, which i can 
do easily with IIS
I want to be able to access different folders, other than the DocumentRoot but 
i wrote this but it doesnt work.
Alias /SRC /TUMWESIGYE RESEARCH/SRC/
Directory /TUMWESIGYE RESEARCH/SRC/
 Options Indexes +FollowSymLinks
 AllowOverride none
 Order deny,allow
 Allow from all
/Directory

I thought that by using http://localhost/src i would access the webpages in 
this alias

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]