Mark Thomas wrote:
> Samik Basu wrote:
>> Yes, I have tried it out but turning it on in Web.xml. However it did not
>> help. For example - this variable is set to 1 and then I invoked
>> /Tomcat/cgi-bin/test.cgi
>> /cgi-bin/test.cgi - error is context not found
>> ../cgi-bin/test.cgi (assume th
Samik Basu wrote:
> Yes, I have tried it out but turning it on in Web.xml. However it did not
> help. For example - this variable is set to 1 and then I invoked
> /Tomcat/cgi-bin/test.cgi
> /cgi-bin/test.cgi - error is context not found
> ../cgi-bin/test.cgi (assume that the shtml file just und
Yes, I have tried it out but turning it on in Web.xml. However it did not
help. For example - this variable is set to 1 and then I invoked
/Tomcat/cgi-bin/test.cgi
/cgi-bin/test.cgi - error is context not found
../cgi-bin/test.cgi (assume that the shtml file just under the root of the
project d
Samik Basu wrote:
> Interestingly, when I do it works
> fine i.e. I can include any other types of files.
Have you tried setting isVirtualWebappRelative ?
Mark
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscr
I am running Apache-Tomcat 5.5.25 - plugged into Eclipse. I have updated
the web.xml and renamed the renametojar files in server/lib/ to allow cgi
and ssi. A tomcat project named "TomcatProject" is created in Eclipse and
the server.xml is updated with the context information as follows: