Hello,

I am trying to run some CGI scripts (perl cgi's) on my Tomcat 4.0.3 under Win 2000.

I followed the documentation showing:
Rename $CATALINA_BASE/server/lib/servlets-cgi.renametojar to 
$CATALINA_BASE/server/lib/servlets-cgi.jar.
and 
Remove the XML comments from around the CGI servlet and servlet-mapping configuration 
in $CATALINA_BASE/conf/web.xml.


I went to $CATALINA_BASE/webapps/ROOT/WEB-INF and created a folder "cgi"
I put in a simple hello.pl file there. I started the Tomcat up and went to the 
following url 
http://localhost/cgi/hello.pl, but it says 404 not there

So then I tried
http://localhost/servlet/cgi/hello.pl and it gives me a 503 servlet invoker is 
currently unavailable.

Does anyone know where I may be going wrong?

Thanks,
Scott


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to