RE: CGI not working on Tomcat 5.0.16?

2003-12-17 Thread Januski, Ken
Thanks John, and good luck with Tomcat 5.

Ken

-Original Message-
From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 16, 2003 2:52 PM
To: Tomcat Users List
Subject: Re: CGI not working on Tomcat 5.0.16?


The only CGI that I tested with is a log analysis package called AWStats
(http://awstats.sourceforge.net/) which primarily consists of a single .pl
file. It also seems to use some .pm library files. It has always worked
great with Tomcat 4.1. I can't get it to work with Tomcat 5 though. I'm
hoping that someone will chime in and let me know if CGI works for them on
Tomcat 5.

Jon

- Original Message - 
From: Januski, Ken [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, December 16, 2003 12:51 PM
Subject: RE: CGI not working on Tomcat 5.0.16?


Jon,

Just slightly off topic, have you gotten cgi to do more or less what you
wanted with Tomcat? I can't get it working very well in Tomcat 4.1 and am
wondering if it's just me.

I can get one page to work but when it calls anohter cgi page I run into
problems.

Ken

-Original Message-
From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 16, 2003 1:04 PM
To: Tomcat Users List
Subject: Re: CGI not working on Tomcat 5.0.16?


Tomcat supports CGI natively. I'm using Tomcat in standalone mode.

Jon

- Original Message - 
From: Edson Alves Pereira [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Tuesday, December 16, 2003 6:59 AM
Subject: RE: CGI not working on Tomcat 5.0.16?


Just a question, CGI isn´t a Apache server matter?

 --
 De: Jonathan Eric Miller[SMTP:[EMAIL PROTECTED]
 Responder: Tomcat Users List
 Enviada: segunda-feira, 15 de dezembro de 2003 20:52
 Para: Tomcat Users List
 Assunto: Re: CGI not working on Tomcat 5.0.16?

 Do you have the same error that I do in your log? As far as I can tell
 this
 is a bug in Tomcat.

 Jon

 - Original Message - 
 From: Lawrence, Gabriel [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, December 15, 2003 4:58 PM
 Subject: RE: CGI not working on Tomcat 5.0.16?


  I've noticed that on tomcat 5 the working directory that it execs the
  cgi script in is different then it was on tomcat 4. I haven't solved my
  problem yet, but I have isolated that to be my problem.
 
  -gabe
 
  -Original Message-
  From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]
  Sent: Monday, December 15, 2003 2:42 PM
  To: Tomcat User List
  Subject: CGI not working on Tomcat 5.0.16?
 
 
  I've been having problems getting CGI to work with Tomcat 5.0.16. I have
  it working with Tomcat 4.1. Has anyone else been able to get it to work?
 
  I'm receiving the following error in my localhost_log*.txt log even
  though the file listed is there. Has anyone else had this problem?
 
  2003-12-12 16:46:14 StandardContext[]cgi: runCGI (stderr):Can't open
  perl script
  /opt/jakarta-tomcat-5.0.16/webapps/ROOT/WEB-INF/cgi/awstats.pl:
  No such file or directory
  2003-12-12 16:46:14 StandardContext[]cgi: runCGI: 1 lines received on
  stderr
 
  Jon
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: CGI not working on Tomcat 5.0.16?

2003-12-16 Thread Edson Alves Pereira
Just a question, CGI isn´t a Apache server matter?

 --
 De:   Jonathan Eric Miller[SMTP:[EMAIL PROTECTED]
 Responder:Tomcat Users List
 Enviada:  segunda-feira, 15 de dezembro de 2003 20:52
 Para: Tomcat Users List
 Assunto:  Re: CGI not working on Tomcat 5.0.16?
 
 Do you have the same error that I do in your log? As far as I can tell
 this
 is a bug in Tomcat.
 
 Jon
 
 - Original Message - 
 From: Lawrence, Gabriel [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, December 15, 2003 4:58 PM
 Subject: RE: CGI not working on Tomcat 5.0.16?
 
 
  I've noticed that on tomcat 5 the working directory that it execs the
  cgi script in is different then it was on tomcat 4. I haven't solved my
  problem yet, but I have isolated that to be my problem.
 
  -gabe
 
  -Original Message-
  From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]
  Sent: Monday, December 15, 2003 2:42 PM
  To: Tomcat User List
  Subject: CGI not working on Tomcat 5.0.16?
 
 
  I've been having problems getting CGI to work with Tomcat 5.0.16. I have
  it working with Tomcat 4.1. Has anyone else been able to get it to work?
 
  I'm receiving the following error in my localhost_log*.txt log even
  though the file listed is there. Has anyone else had this problem?
 
  2003-12-12 16:46:14 StandardContext[]cgi: runCGI (stderr):Can't open
  perl script
  /opt/jakarta-tomcat-5.0.16/webapps/ROOT/WEB-INF/cgi/awstats.pl:
  No such file or directory
  2003-12-12 16:46:14 StandardContext[]cgi: runCGI: 1 lines received on
  stderr
 
  Jon
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


Re: CGI not working on Tomcat 5.0.16?

2003-12-16 Thread Jonathan Eric Miller
Tomcat supports CGI natively. I'm using Tomcat in standalone mode.

Jon

- Original Message - 
From: Edson Alves Pereira [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Tuesday, December 16, 2003 6:59 AM
Subject: RE: CGI not working on Tomcat 5.0.16?


Just a question, CGI isn´t a Apache server matter?

 --
 De: Jonathan Eric Miller[SMTP:[EMAIL PROTECTED]
 Responder: Tomcat Users List
 Enviada: segunda-feira, 15 de dezembro de 2003 20:52
 Para: Tomcat Users List
 Assunto: Re: CGI not working on Tomcat 5.0.16?

 Do you have the same error that I do in your log? As far as I can tell
 this
 is a bug in Tomcat.

 Jon

 - Original Message - 
 From: Lawrence, Gabriel [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, December 15, 2003 4:58 PM
 Subject: RE: CGI not working on Tomcat 5.0.16?


  I've noticed that on tomcat 5 the working directory that it execs the
  cgi script in is different then it was on tomcat 4. I haven't solved my
  problem yet, but I have isolated that to be my problem.
 
  -gabe
 
  -Original Message-
  From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]
  Sent: Monday, December 15, 2003 2:42 PM
  To: Tomcat User List
  Subject: CGI not working on Tomcat 5.0.16?
 
 
  I've been having problems getting CGI to work with Tomcat 5.0.16. I have
  it working with Tomcat 4.1. Has anyone else been able to get it to work?
 
  I'm receiving the following error in my localhost_log*.txt log even
  though the file listed is there. Has anyone else had this problem?
 
  2003-12-12 16:46:14 StandardContext[]cgi: runCGI (stderr):Can't open
  perl script
  /opt/jakarta-tomcat-5.0.16/webapps/ROOT/WEB-INF/cgi/awstats.pl:
  No such file or directory
  2003-12-12 16:46:14 StandardContext[]cgi: runCGI: 1 lines received on
  stderr
 
  Jon
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: CGI not working on Tomcat 5.0.16?

2003-12-16 Thread Januski, Ken
Jon,

Just slightly off topic, have you gotten cgi to do more or less what you
wanted with Tomcat? I can't get it working very well in Tomcat 4.1 and am
wondering if it's just me.

I can get one page to work but when it calls anohter cgi page I run into
problems.

Ken

-Original Message-
From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 16, 2003 1:04 PM
To: Tomcat Users List
Subject: Re: CGI not working on Tomcat 5.0.16?


Tomcat supports CGI natively. I'm using Tomcat in standalone mode.

Jon

- Original Message - 
From: Edson Alves Pereira [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Tuesday, December 16, 2003 6:59 AM
Subject: RE: CGI not working on Tomcat 5.0.16?


Just a question, CGI isn´t a Apache server matter?

 --
 De: Jonathan Eric Miller[SMTP:[EMAIL PROTECTED]
 Responder: Tomcat Users List
 Enviada: segunda-feira, 15 de dezembro de 2003 20:52
 Para: Tomcat Users List
 Assunto: Re: CGI not working on Tomcat 5.0.16?

 Do you have the same error that I do in your log? As far as I can tell
 this
 is a bug in Tomcat.

 Jon

 - Original Message - 
 From: Lawrence, Gabriel [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, December 15, 2003 4:58 PM
 Subject: RE: CGI not working on Tomcat 5.0.16?


  I've noticed that on tomcat 5 the working directory that it execs the
  cgi script in is different then it was on tomcat 4. I haven't solved my
  problem yet, but I have isolated that to be my problem.
 
  -gabe
 
  -Original Message-
  From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]
  Sent: Monday, December 15, 2003 2:42 PM
  To: Tomcat User List
  Subject: CGI not working on Tomcat 5.0.16?
 
 
  I've been having problems getting CGI to work with Tomcat 5.0.16. I have
  it working with Tomcat 4.1. Has anyone else been able to get it to work?
 
  I'm receiving the following error in my localhost_log*.txt log even
  though the file listed is there. Has anyone else had this problem?
 
  2003-12-12 16:46:14 StandardContext[]cgi: runCGI (stderr):Can't open
  perl script
  /opt/jakarta-tomcat-5.0.16/webapps/ROOT/WEB-INF/cgi/awstats.pl:
  No such file or directory
  2003-12-12 16:46:14 StandardContext[]cgi: runCGI: 1 lines received on
  stderr
 
  Jon
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: CGI not working on Tomcat 5.0.16?

2003-12-16 Thread Jonathan Eric Miller
The only CGI that I tested with is a log analysis package called AWStats
(http://awstats.sourceforge.net/) which primarily consists of a single .pl
file. It also seems to use some .pm library files. It has always worked
great with Tomcat 4.1. I can't get it to work with Tomcat 5 though. I'm
hoping that someone will chime in and let me know if CGI works for them on
Tomcat 5.

Jon

- Original Message - 
From: Januski, Ken [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, December 16, 2003 12:51 PM
Subject: RE: CGI not working on Tomcat 5.0.16?


Jon,

Just slightly off topic, have you gotten cgi to do more or less what you
wanted with Tomcat? I can't get it working very well in Tomcat 4.1 and am
wondering if it's just me.

I can get one page to work but when it calls anohter cgi page I run into
problems.

Ken

-Original Message-
From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 16, 2003 1:04 PM
To: Tomcat Users List
Subject: Re: CGI not working on Tomcat 5.0.16?


Tomcat supports CGI natively. I'm using Tomcat in standalone mode.

Jon

- Original Message - 
From: Edson Alves Pereira [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Tuesday, December 16, 2003 6:59 AM
Subject: RE: CGI not working on Tomcat 5.0.16?


Just a question, CGI isn´t a Apache server matter?

 --
 De: Jonathan Eric Miller[SMTP:[EMAIL PROTECTED]
 Responder: Tomcat Users List
 Enviada: segunda-feira, 15 de dezembro de 2003 20:52
 Para: Tomcat Users List
 Assunto: Re: CGI not working on Tomcat 5.0.16?

 Do you have the same error that I do in your log? As far as I can tell
 this
 is a bug in Tomcat.

 Jon

 - Original Message - 
 From: Lawrence, Gabriel [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, December 15, 2003 4:58 PM
 Subject: RE: CGI not working on Tomcat 5.0.16?


  I've noticed that on tomcat 5 the working directory that it execs the
  cgi script in is different then it was on tomcat 4. I haven't solved my
  problem yet, but I have isolated that to be my problem.
 
  -gabe
 
  -Original Message-
  From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]
  Sent: Monday, December 15, 2003 2:42 PM
  To: Tomcat User List
  Subject: CGI not working on Tomcat 5.0.16?
 
 
  I've been having problems getting CGI to work with Tomcat 5.0.16. I have
  it working with Tomcat 4.1. Has anyone else been able to get it to work?
 
  I'm receiving the following error in my localhost_log*.txt log even
  though the file listed is there. Has anyone else had this problem?
 
  2003-12-12 16:46:14 StandardContext[]cgi: runCGI (stderr):Can't open
  perl script
  /opt/jakarta-tomcat-5.0.16/webapps/ROOT/WEB-INF/cgi/awstats.pl:
  No such file or directory
  2003-12-12 16:46:14 StandardContext[]cgi: runCGI: 1 lines received on
  stderr
 
  Jon
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: CGI not working on Tomcat 5.0.16?

2003-12-15 Thread Lawrence, Gabriel
I've noticed that on tomcat 5 the working directory that it execs the
cgi script in is different then it was on tomcat 4. I haven't solved my
problem yet, but I have isolated that to be my problem.

-gabe

-Original Message-
From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 15, 2003 2:42 PM
To: Tomcat User List
Subject: CGI not working on Tomcat 5.0.16?


I've been having problems getting CGI to work with Tomcat 5.0.16. I have
it working with Tomcat 4.1. Has anyone else been able to get it to work?

I'm receiving the following error in my localhost_log*.txt log even
though the file listed is there. Has anyone else had this problem?

2003-12-12 16:46:14 StandardContext[]cgi: runCGI (stderr):Can't open
perl script
/opt/jakarta-tomcat-5.0.16/webapps/ROOT/WEB-INF/cgi/awstats.pl:
No such file or directory
2003-12-12 16:46:14 StandardContext[]cgi: runCGI: 1 lines received on
stderr

Jon


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: CGI not working on Tomcat 5.0.16?

2003-12-15 Thread Jonathan Eric Miller
Do you have the same error that I do in your log? As far as I can tell this
is a bug in Tomcat.

Jon

- Original Message - 
From: Lawrence, Gabriel [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, December 15, 2003 4:58 PM
Subject: RE: CGI not working on Tomcat 5.0.16?


 I've noticed that on tomcat 5 the working directory that it execs the
 cgi script in is different then it was on tomcat 4. I haven't solved my
 problem yet, but I have isolated that to be my problem.

 -gabe

 -Original Message-
 From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]
 Sent: Monday, December 15, 2003 2:42 PM
 To: Tomcat User List
 Subject: CGI not working on Tomcat 5.0.16?


 I've been having problems getting CGI to work with Tomcat 5.0.16. I have
 it working with Tomcat 4.1. Has anyone else been able to get it to work?

 I'm receiving the following error in my localhost_log*.txt log even
 though the file listed is there. Has anyone else had this problem?

 2003-12-12 16:46:14 StandardContext[]cgi: runCGI (stderr):Can't open
 perl script
 /opt/jakarta-tomcat-5.0.16/webapps/ROOT/WEB-INF/cgi/awstats.pl:
 No such file or directory
 2003-12-12 16:46:14 StandardContext[]cgi: runCGI: 1 lines received on
 stderr

 Jon


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]