RE: Another question about CGI on Tomcat 6 - access

2008-08-27 Thread Ted Byers
ave to figure out how to maintain session state when moving from a JSP page on Tomcat to a page (created by a CGI perl script) on Apache's httpd server, and back. My application has a login, and that login info has to be maintained through this route. Thanks Ted Ted Byers wrote: > &

RE: Another question about CGI on Tomcat 6 - access

2008-08-26 Thread Ted Byers
My Martin, What was labelled as array2d is in fact array2d.pl There is nothing more in it than what you see in my first post. If you want me to email it to you, send me an email address. I have not found, in the interface to nabble, a way to attach a file to a message, email or otherwise. I c

Another question about CGI on Tomcat 6 - access

2008-08-26 Thread Ted Byers
I have CGI working. Now I have a question about having one cgi script execute another script (both simple enough to be appended below). I can run either within Emacs, or from a commandline, and get the obvious output. Running format_test I get the following output: Content-type: text/html Ar

Re: Instructions for setting up CGI

2008-08-25 Thread Ted Byers
or your work and response. Ted Mark Thomas-18 wrote: > > Ted Byers wrote: >> I looked at the page for setting up CGI on Tomcat 6, but the paragraph >> that >> follows leads to some confusion. >> >> "Remove the XML comments from around the CGI servlet a

Instructions for setting up CGI

2008-08-20 Thread Ted Byers
I looked at the page for setting up CGI on Tomcat 6, but the paragraph that follows leads to some confusion. "Remove the XML comments from around the CGI servlet and servlet-mapping configuration in $CATALINA_BASE/conf/web.xml." Apparently the jar the XML file refers to no longer exists. And it