LWP will not work on Tomcat

2004-11-10 Thread Ken Januski
I wouldn't expect it to work unless you've correctly configured Tomcat
to use cgi files. Since Tomcat is a servlet container it runs servlets
and jsps. I wouldn't expect perl/perlscript to work except using cgi. Is
this what you've done?



___
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: LWP will not work on Tomcat

2004-11-10 Thread Thomas, Mark - BLS CTR
 I wouldn't expect it to work unless you've correctly 
 configured Tomcat to use cgi files. Since Tomcat is a servlet 
 container it runs servlets and jsps. I wouldn't expect 
 perl/perlscript to work except using cgi. Is this what you've done?

LWP is a web client. It has nothing to do with CGI.

- Mark.

___
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: LWP will not work on Tomcat

2004-11-10 Thread Ken Januski
Oops, you're right. I was thinking he was trying to run the script on
Tomcat, not view a Tomcat page from LWP.

On Wed, 2004-11-10 at 14:11, Thomas, Mark - BLS CTR wrote:
  I wouldn't expect it to work unless you've correctly 
  configured Tomcat to use cgi files. Since Tomcat is a servlet 
  container it runs servlets and jsps. I wouldn't expect 
  perl/perlscript to work except using cgi. Is this what you've done?
 
 LWP is a web client. It has nothing to do with CGI.
 
 - Mark.
 


___
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs