Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » (CGI-Target)Could not connect to CGI-Proxy
(CGI-Target)Could not connect to CGI-Proxy [message #152676] Mon, 15 May 2006 21:15
Eclipse UserFriend
Originally posted by: jwong7.hotmail.com

I have downloaded and installed the Perl plugin for Eclipse.

I am testing my CGI configuration by running the following script, using
my localhost as the web server:

#!C:\perl\bin\perl
use CGI;
my $query = new CGI;

print $query->header,
$query->start_html('hello world'),
$query->end_html();

Output:

Popup message:
(CGI-Target)Could not connect to CGI-Proxy

Output Pane:
Found default config file
Server started on 5003
LOG: 5 5003-server: main.: starting handler: cgi
LOG: 5 5003-server: main.: starting handler: file

Webserver tab:
HTML Root Directory:
C:\Eclipse_Workspace\Hello_World\HTML

HTML Startup File:
C:\Eclipse_Workspace\Hello_World\HTML\index.html

CGI Root Directory:
C:\Eclipse_Workspace\Hello_World\HTML

CGI Environment tab:
CGI-Script Environment Variables:
HTTP_HOST=127.0.0.1

Have already tried the following links with no resolution on the pop up
error message:
http://translate.google.com/translate?hl=en&sl=de&u= http://www.eclipseproject.de/modules.php%3Fname%3DForums%26f ile%3Dviewtopic%26t%3D1704&prev=/search%3Fq%3D5%2B5003-s erver:%2Bmain.:%2Bstarting%2Bhandler:%2Bcgi%26hl%3Den%26lr%3 D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official%26 sa%3DN
http://sourceforge.net/forum/forum.php?thread_id=1475397& ;forum_id=258688
http://www.cgi101.com/learn/ch3/text.html
http://perldoc.perl.org/CGI.html#FETCHING-ENVIRONMENT-VARIAB LES

I am not sure if I set up the CGI environment correctly. Any hints is
appreciated.
Previous Topic:Editor Plugin for my Language
Next Topic:getting "BUILD FAILED: java.lang.NoClassDefFoundError:org/apache/commons/net/ftp
Goto Forum:
  


Current Time: Fri Apr 19 16:55:50 GMT 2024

Powered by FUDForum. Page generated in 0.02973 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top