Good question, I read the docs under Tomcat and it says it supports CGI's (and Perl CGI). I really don't have anything to run, I just wanted to get it to work. I guess (and funny you mentioned that, because at bedtime I figured I would just run Apache), but I did get it to run on the latest nightly build.) It actually works pretty well, I was able to get a lot of old CGI.pm code to run, and it is pretty fast. ....
After googling it for a while I found a thread that said the older Tomcats had trouble getting the system path from 2000. So I got the latest release and it works. I like to hack on things to get them to work. It is like a mission. Thanks, Scott -----Original Message----- From: Charles Baker [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 5:52 PM To: Tomcat Users List Subject: Re: Perl And Tomcat --- Scott Purcell <[EMAIL PROTECTED]> wrote: > Hello, > I have been beating my head on a wall all afternoon, > trying to get Perl to work with Tomcat. > > I can call up the CGIServlet, and it shows that the > tomcat side is working. The problem is in the fact > that I cannot seem to get a perl cgi to run. > > Has anyone out there ever ran perl on Tomcat? If so > does one need to call the script as param input? > > Any ideas, help would be appreciated. > > Thanks, > Scott I'm curious as to why you want to do it? Why use a Java app server to call a PERL script even if it can? Why not just use Apache httpd? These questions are just for my personal edification, and aren't meant to be disparaging. > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > ===== [EMAIL PROTECTED] http://www.charleshbaker.com/~chb/ If you cannot in the long run tell everyone what you have been doing, your doing was worthless. -- Edwim Schrodinger __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
