Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^7: Error running CGI on tomcat

by rdfield (Priest)
on Sep 14, 2007 at 08:21 UTC ( [id://638968]=note: print w/replies, xml ) Need Help??


in reply to Re^6: Error running CGI on tomcat
in thread Error running CGI on tomcat

You could check the environment in both scripts:
foreach my $key (%ENV) { print "$key => $ENV{$key}; }
and make sure that they are the same. You might also want to check @INC too: your tomcat installation might be pointing to a different perl (& libraries) than your command line.

rdfield

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://638968]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-23 12:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found