Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > How to run perl cgi under TomCat server?

Reply
Thread Tools

How to run perl cgi under TomCat server?

 
 
Leo
Guest
Posts: n/a
 
      03-22-2006
Dear All,

I have installed TomCat server in my linux computer. I hope to practice
some PERL cgi programming. I searched Google and I cannot find anything
particularly useful. Could anybody give me some information or advice?

Many thanks!

 
Reply With Quote
 
 
 
 
it_says_BALLS_on_your forehead
Guest
Posts: n/a
 
      03-22-2006

Leo wrote:
> Dear All,
>
> I have installed TomCat server in my linux computer. I hope to practice
> some PERL cgi programming. I searched Google and I cannot find anything
> particularly useful. Could anybody give me some information or advice?
>


AKAIK, Tomcat is a servlet container, not a web server. Are you sure
you don't want Apache?

 
Reply With Quote
 
 
 
 
Leo
Guest
Posts: n/a
 
      03-23-2006
What I have is called Apache Tomcat server. http://tomcat.apache.org/
Apparently, I am new. Could you give me some more information regarding
the difference between the two?

Thank you.

it_says_BALLS_on_your forehead wrote:
> Leo wrote:
>
>>Dear All,
>>
>>I have installed TomCat server in my linux computer. I hope to practice
>>some PERL cgi programming. I searched Google and I cannot find anything
>>particularly useful. Could anybody give me some information or advice?
>>

>
>
> AKAIK, Tomcat is a servlet container, not a web server. Are you sure
> you don't want Apache?
>


 
Reply With Quote
 
Brian McCauley
Guest
Posts: n/a
 
      03-23-2006

Leo spits TOFU in our faces:

[ Please don't do that. Please employ normal top-to-bottom reading
order. ]

> it_says_BALLS_on_your forehead wrote:
> > Leo wrote:
> >>I have installed TomCat server in my linux computer. I hope to practice
> >>some PERL cgi programming. I searched Google and I cannot find anything
> >>particularly useful. Could anybody give me some information or advice?

> >
> > AKAIK, Tomcat is a servlet container, not a web server. Are you sure
> > you don't want Apache?
> >

> What I have is called Apache Tomcat server. http://tomcat.apache.org/
> Apparently, I am new. Could you give me some more information regarding
> the difference between the two?


Perhaps you should try somewhere that deals with web servers.

How you configure a web server to run CGI scripts is a feature of the
web server. It is completely independant of the language in which the
CGIs are written. You could write CGIs in C, Perl, bash, FORTRAN or
whatever and the webserver configuration (for a given web server would
be the same).

That said, my vague recollection is that Apache Tomcat is kinda "Apache
mod_java" with XML formated configuration files rather than the
plain-text ones you get in normal Apache. Appart from that I don't
think the config files are all that different.

But like I said this is a vague recollection and this is off-topic
here.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Force Perl cgi to run as specific id under IIS TomW Perl Misc 0 05-27-2010 06:13 PM
Recommendation for a small web framework like Perl's CGI::Applicationto run as CGI? excord80 Python 17 01-29-2009 06:02 PM
what's wrong calling a Perl/CGI script in Perl/CGI script under Tomcat server? kath Perl Misc 4 04-09-2007 09:21 PM
Tomcat 5.5+ On a Mac, Under Eclipse, Under OS X Edward V. Berard Java 4 04-04-2006 05:14 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57