Hi,
I am trying to read some entries from web.xml file. My weblogic version is 6.1.2.
When I execute
String envLookUpValue = "java:comp/env/";
envLookUpValue = envLookUpValue + propertyName;
try
{
Context ctx =new InitialContext();
return...
Even if i use the header as mentioned by Feherke..i get the following result in the browser..
"Status: 302 Moved Location: http://10.140.5.30:8080/Result/Report.htm "
I dont see the Report.htm page.
Vishnu
I would like to execute some of the perl functions and then redirect to a different html file.
Say in a cgi file: test.cgi
&upload;
&workonreport;
<redirection code should come here>
After executing the functions, the redirection should happen.
Vishnu
Hi,
I am trying to upload a file from local client to webserver.
If anyone could gimme a function that can upload in binary mode, it would be great..!!
Thanks in Advance.
Vishnu
Hi everyone,
Currently i am doing a server side scripting of cgi.
I have an html page whose action on SUBMIT is directed to a .cgi page which re-directs back to another new html page based on the condition.
contents of test.cgi:
--------------------
print "Content-type: text/html\n\n"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.