Re: Problem invoking CGIs that are EXE files

2002-10-05 Thread Stephan Orme
I posted something on this earlier - can you get *any* cgi to work when it's included? Here's my previous post: I'm using Tomcat 4.0.3 to serve dynamic and static pages. I can get includes to work and I can get CGI's to work but I can't get included CGI's to work. you can pick your friends, you

Re: Tomcat running cgi?

2002-09-04 Thread Stephan Orme
In theory, yes. Go to the web.xml config file (/Library/WebServer/tomcat/conf/web.xml on my machine) and you will see commented out *2* sections dealing with CGI - you also have to rename a file. It's all detailed in the web.xml file. In practice, I haven't been able to get included CGI's to

Re: CGI FORM entry empty with TOMCAT standalone

2002-08-26 Thread Stephan Orme
See earlier postings on CGI's I don't think included CGI's work in Tomcat Standalone. I haven't been able to confirm this. Here's my earlier post: I'm using Tomcat 4.0.4 to serve dynamic and static pages. I can get includes to work and I can get CGI's to work but I can't get included CGI's to

Re: CGIs

2002-08-21 Thread Stephan Orme
want to have another part in JSPs, can I do it?. Thanks. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Stephan Orme Database Project Co-director Data Specialist Pesticide Action Network North America (PANNA

Re: Getting mod_webapp - should I give up?

2002-08-15 Thread Stephan Orme
I had a very similar experience and came to the the same conclusion though I was using Tomcat 4.04. This is why I've been trying to get CGI's under Tomcat standalone to work, unfortunately I haven't been able to find out any information on this anywhere. (And if YOU know something I'd appreciate

Re: Possible bug: wrapped requests and jsp:include

2002-08-15 Thread Stephan Orme
See my earlier post on Tomcat Include behavior (Do Included CGI's work with Tomcat? Sent Yesterday at 1:32 pm) - I don't know if this is the same problem but it sounds a little like it, my speculation is that the include function won't process included info. Hello, I've found behaviour

Do included CGI's work with Tomcat?

2002-08-14 Thread Stephan Orme
I'm using Tomcat 4.0.4 to serve dynamic and static pages. I can get includes to work and I can get CGI's to work but I can't get included CGI's to work. you can pick your friends, you can pick your nose... Anyway, here's what works: includes on .html pages: !--#include virtual=Shared/footer--

Tomcat+CGI+SSI

2002-08-13 Thread Stephan Orme
I'm using Tomcat 4.0.4 to serve dynamic and static pages. I can get includes to work and I can get CGI's to work but I can't get included CGI's to work. you can pick your friends, you can pick your nose... Anyway, here's what works: includes on .html pages: !--#include virtual=Shared/footer--