getting Error 404--Not Found

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manicmax
    New Member
    • Jan 2007
    • 11

    getting Error 404--Not Found

    when i am calling a perl script on action of the form.like this

    <form action="https://someurl/cgi-bin/abc-login.pl?servle tLoc=/servlets/iclientservlet/sadf/&cmd=login&lang uageCd=ENG" method="post" id="login" name="login" autocomplete=of f onSubmit="signi n(document.logi n)">
    the signin function is given below:

    function signin(form)
    {
    var now=new Date();
    form.timezoneOf fset.value=now. getTimezoneOffs et();
    return ;
    }

    although i have put the perl script abc-login.pl in to CGI-BIN folder.
    but i was not sure about the CGI-BIN folder,so i searched for cgi-bin folder and found 2 folders and i put perl script in both the folders.

    Please tell me where am doing mistake?

    Thanks,
    Max
  • radcaesar
    Recognized Expert Contributor
    • Sep 2006
    • 759

    #2
    What is the server u r using ?

    Have u installed PERL in to ur server ?

    :)
    Originally posted by manicmax
    when i am calling a perl script on action of the form.like this

    <form action="https://someurl/cgi-bin/abc-login.pl?servle tLoc=/servlets/iclientservlet/sadf/&cmd=login&lang uageCd=ENG" method="post" id="login" name="login" autocomplete=of f onSubmit="signi n(document.logi n)">
    the signin function is given below:

    function signin(form)
    {
    var now=new Date();
    form.timezoneOf fset.value=now. getTimezoneOffs et();
    return ;
    }

    although i have put the perl script abc-login.pl in to CGI-BIN folder.
    but i was not sure about the CGI-BIN folder,so i searched for cgi-bin folder and found 2 folders and i put perl script in both the folders.

    Please tell me where am doing mistake?

    Thanks,
    Max

    Comment

    • manicmax
      New Member
      • Jan 2007
      • 11

      #3
      I am using web server ---WebLogic8 & Yup I have installed perl script on server.
      thanks
      Max

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        There are usually settings to tell the server to execute .pl files with Perl and where Perl is located.

        Comment

        Working...