RE: CGI-BIN - TOMCAT 4.1.29

2004-08-24 Thread Mark Thomas
What is the content of the perl script? Mark -Original Message- From: Marek Gimza [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 6:43 PM To: Tomcat Users List Subject: CGI-BIN - TOMCAT 4.1.29 Hi, I would be grateful for some assistance I have spent

RE: cgi-bin

2004-03-05 Thread Shapira, Yoav
Hi, - Root Cause - java.lang.ClassNotFoundException: org.apache.catalina.servlets.CGIServlet snip/ I have servlets-cgi.jar in \jsp_files\WEB-INF\lib snip/ Did you try the setup recommended in the CGI HOWTO? http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cgi-howto.html Yoav Shapira

RE: cgi-bin

2004-03-04 Thread Shapira, Yoav
] Subject: Re: cgi-bin OK. servlets-cgi.jar is in \WEB-INF\lib. This is in the web.xml and only this: servlet servlet-namecgi/servlet-name servlet-classorg.apache.catalina.servlets.CGIServlet/servlet- class init-param param-nameclientInputTimeout/param-name

Re: cgi-bin

2004-03-04 Thread George Hester
[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 8:05 PM Subject: Re: cgi-bin Hmm. I am out of ideas (i don't use the cgi mod), hopefully catalina.out or the other logs have something insightful. -Tim George Hester wrote: OK. servlets-cgi.jar is in \WEB-INF\lib

Re: cgi-bin

2004-03-04 Thread George Hester
ChemInformatics -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of George Hester Sent: Wednesday, March 03, 2004 5:19 PM To: [EMAIL PROTECTED] Subject: Re: cgi-bin OK. servlets-cgi.jar is in \WEB-INF\lib. This is in the web.xml and only this: servlet servlet

Re: cgi-bin

2004-03-03 Thread Tim Funk
You have the servlet declaration but you are missing the servlet mapping. See conf/web.xml for an example/ -Tim George Hester wrote: In my webapp in /WEB-INF/lib I put servlets-cgi.jar. I then added just this to the web.xml in \WEB-INF servlet servlet-namecgi/servlet-name

Re: cgi-bin

2004-03-03 Thread George Hester
OK. servlets-cgi.jar is in \WEB-INF\lib. This is in the web.xml and only this: servlet servlet-namecgi/servlet-name servlet-classorg.apache.catalina.servlets.CGIServlet/servlet-class init-param param-nameclientInputTimeout/param-name

Re: cgi-bin

2004-03-03 Thread Tim Funk
Hmm. I am out of ideas (i don't use the cgi mod), hopefully catalina.out or the other logs have something insightful. -Tim George Hester wrote: OK. servlets-cgi.jar is in \WEB-INF\lib. This is in the web.xml and only this: servlet servlet-namecgi/servlet-name

Re: cgi-bin

2004-03-03 Thread Jean-Luc Duval
, 2004 8:05 PM Subject: Re: cgi-bin Hmm. I am out of ideas (i don't use the cgi mod), hopefully catalina.out or the other logs have something insightful. -Tim George Hester wrote: OK. servlets-cgi.jar is in \WEB-INF\lib. This is in the web.xml and only this: servlet

RE: cgi-bin

2003-02-28 Thread Reynir Hübner
You need to create a new directory named cgi-bin (or something else if you configured web.xml to use something else) under your WEB-INF/ directory of the webapp. Then you can put your cgi scripts in to that directory, and run from command line. Hope it helps -reynir -Original

Re: cgi-bin

2002-05-03 Thread James Williamson
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 03, 2002 12:26 AM Subject: Re: cgi-bin kidding? um... rewrite them as servlets, or reinstall apache. Ken Oki DZ wrote: Hi, I replaced Apache with Tomcat; problem is, what should I do so that these cgi scripts could get

Re: cgi-bin

2002-05-03 Thread August Detlefsen
, although you can with jk. Regards, James Williamson www.nameonthe.net UK Tomcat Hosting - Original Message - From: Ken Anderson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 03, 2002 12:26 AM Subject: Re: cgi-bin kidding? um... rewrite

Re: cgi-bin

2002-05-02 Thread Ken Anderson
kidding? um... rewrite them as servlets, or reinstall apache. Ken Oki DZ wrote: Hi, I replaced Apache with Tomcat; problem is, what should I do so that these cgi scripts could get executed...? Thanks in advance, Oki -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: cgi-bin and tomcat4

2002-01-07 Thread huangzh
Hi : why not try the Apache server ?Tomcat is the Java Container and can run as part of Apache . - Original Message - From: Thor Tall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 07, 2002 4:50 PM Subject: cgi-bin and tomcat4 Hi, I would like to

Re: cgi-bin

2000-12-07 Thread Craig R. McClanahan
Pierre Roy wrote: Yes, I thought one could handle cgi-bin with Tomcat. Apparently I can either install Apache or call my .exe files from a servlet. You've got it right. Note that if your .exe program expects to be called as a CGI script, you will need to set the environment variables

RE: cgi-bin

2000-12-05 Thread CPC Livelink Admin
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 3:11 PM Subject: Re: cgi-bin you don't put the .exe files anywhere. you would put the .class files or the .jsp files in tomcat/webapps/your_application_directory Pierre Roy wrote: Hi there, I'm running Tomcat on Windows 200