Hi ,
How do i run a servlet on a unix server,the import that do to the servel are suppose to have my company path like
com.company.java etc.
Please help as i am totally new to this.
Thanks
When i try to create a file and write it to the path given it generates an error and the file is not created ,is it the directory rights or the way i am doing it the reason for its failure ,as i have checked the rights on the directory and there is a write access on it.
$filename =...
Hi I am a totally new at the jsp stuff,I am using a unix envronment for writting the .jsp application ,Please can you tell me how i can go about this environment .
I have tomcat installed on my desktop ,do i need to put in the server address in it or it just needs to know where my java files...
I am running my script in the cgi-bin but i am storing files generated in the script three directory structure up to the location of the script i am giving absolute paths ,but when i run the script it generates an error.
I am using Cwd and then chdir to change to directory i want to store the...
Hi ,
I need to put in the contents of a file in an element,
How can i do it ,as i have tried to create a .sql file with a update in it ,but it gives an error.
the contents of the file are large.
Thanks
for the help.
the html form is to take the file name upload it to the cgi script and then the file is to be passed on to a perl program to be used in execution there.
the form
<!Form to upload a text file to generate a script .>
<HTML>
<HEAD>
<TITLE>Uploading File</TITLE>
</HEAD>
<BODY>
<FONT size=6...
I Have no experience in writting CGI scripts,so i am kind of stuck even how to start,if anybody can guide me how to go about it ,it would be great.
I am trying to upload a file through a cgi script and then pass the file to the perl script.The passing of the contents of the file are totally...
Hi ,
I want to create a cgi script for a form which uploads a perl script or a text file from the desk top.
I confused about the browse button on the form.
Thanks for the help in advance.
I have a main form and three subforms on it but when i try to move the tab from one subform to another it saves the record and again goes back to the beginning of the same subform,is there a way i can get the tab to go to the next subform.
and when i am one the thrid subform the tab to move to...
when i save data in an array and then try to access it element wise ,what loop condition do i give to stop it.
#!/usr/local/bin/perl
sysopen SOURCE,openfil,2 or die "can't open file SOURCE ";
@_ = <SOURCE>;
while (<SOURCE>) {
foreach $line (@_) {...
I am trying to write a script which takes data from tab diliminted text file ,and stores it in an array and then i want to replace it in an xml file .
the code...
#!/usr/local/bin/perl
sysopen SOURCE,openfil,2 or die "can't open file SOURCE ";
$nfo = <SOURCE>;
close SOURCE;
print...
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.