RE: Enabling CGI

2005-02-11 Thread Brelsfoard, Alex
Heh, sounds a lot like the problem Iw as just having. Because of the time crunch I'm under, after working on it for a week, I ended up haivng to install an Apache server just to handle my CGI's. shrug Good luck. --Alex Alex Brelsfoard Web Applications Developer Web Development Office

RE: Trouble getting CGI script to execute

2005-02-10 Thread Brelsfoard, Alex
Brelsfoard, Alex wrote: Thanks I really appreciate your help. --Alex Alex Brelsfoard Web Applications Developer Web Development Office Worcester Polytechnic Institute 508-831-6147 [EMAIL PROTECTED] -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, February

RE: Trouble getting CGI script to execute

2005-02-10 Thread Brelsfoard, Alex
. I don't know tomcat at all. I don't really know Jboss either, but eventually I will be learning it too. Warron French Sr. Network Engineer Xtria, LLC -Original Message- From: Brelsfoard, Alex [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 4:00 PM To: Tomcat Users List

RE: Trouble getting CGI script to execute

2005-02-10 Thread Brelsfoard, Alex
anything else in the WEB-INF folder (images, css, pages, etc., ...) and send it to the client on request? --David Brelsfoard, Alex wrote: Thanks David. Question 1: Yes. I've made this mistake enogh times in the past that I'm pretty good about it now. Plus I have made other changes that required

RE: Trouble getting CGI script to execute

2005-02-09 Thread Brelsfoard, Alex
Applications Developer Web Development Office Worcester Polytechnic Institute 508-831-6147 [EMAIL PROTECTED] -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 6:41 PM To: Tomcat Users List Subject: Re: Trouble getting CGI script to execute Brelsfoard

RE: Trouble getting CGI script to execute

2005-02-09 Thread Brelsfoard, Alex
To: Tomcat Users List Subject: Re: Trouble getting CGI script to execute Brelsfoard, Alex wrote: Luckily this server is dedicated to this one application. And I have everything backed up. Though security is ALWAYS an issue, it's at least less of an issue on this server. If today's attempts do

Trouble getting CGI script to execute

2005-02-08 Thread Brelsfoard, Alex
I have been reading all the online documentation I can dig up and cannot find the solution to my problem. Quite simply, all I want to do is be able to run perl cgi script through my Tomcat server. I uncommented everything having to do with CGI in the Tomcat web.xml conf file, restarted the server

RE: Trouble getting CGI script to execute

2005-02-08 Thread Brelsfoard, Alex
PM To: Brelsfoard, Alex Subject: Re: Trouble getting CGI script to execute In a message dated 2/8/2005 3:28:41 PM Eastern Standard Time, [EMAIL PROTECTED] writes: I have been reading all the online documentation I can dig up and cannot find the solution to my problem

RE: Trouble getting CGI script to execute

2005-02-08 Thread Brelsfoard, Alex
Web Development Office Worcester Polytechnic Institute 508-831-6147 [EMAIL PROTECTED] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 3:52 PM To: Brelsfoard, Alex Subject: Re: Trouble getting CGI script to execute

RE: Trouble getting CGI script to execute

2005-02-08 Thread Brelsfoard, Alex
Message- From: Brelsfoard, Alex [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 3:28 PM To: tomcat-user@jakarta.apache.org Subject: Trouble getting CGI script to execute I have been reading all the online documentation I can dig up and cannot find the solution to my problem. Quite

RE: Trouble getting CGI script to execute

2005-02-08 Thread Brelsfoard, Alex
of your script. Assuming you only uncommented the global web.xml and did not edit any of the settings, your script should be in: /WEB-INF/cgi/ and it is accessed through /yourcontext/cgi-bin/yourscript.cgi Mark Brelsfoard, Alex wrote: I have been reading all the online documentation I can dig up

RE: Trouble getting CGI script to execute

2005-02-08 Thread Brelsfoard, Alex
, February 08, 2005 4:03 PM To: Tomcat Users List Subject: Re: Trouble getting CGI script to execute You are heading in the wrong direction. You don't need to specify a mime-type. (Neither do you need Apache.) You have a simple configuration error. See my previous post. Mark Brelsfoard, Alex wrote: OK

RE: Trouble getting CGI script to execute

2005-02-08 Thread Brelsfoard, Alex
the cgi stuff in $CATALINA_HOME/conf/web.xml Rename $CATALINA_HOME/server/servlets-cgi.renametojar to $CATALINA_HOME/server/servlets-cgi.jar Restart tomcat. Browse to http://host:port/myapp/cgi-bin/script.cgi Let me know what happens. Mark Brelsfoard, Alex wrote: This is one area I

RE: Trouble getting CGI script to execute

2005-02-08 Thread Brelsfoard, Alex
to $CATALINA_HOME/server/servlets-cgi.jar Restart tomcat. Browse to http://host:port/myapp/cgi-bin/script.cgi Let me know what happens. Mark Brelsfoard, Alex wrote: This is one area I was not entirely sure about. I did uncomment everything and did NOT change anything. I do not really have

RE: Trouble getting CGI script to execute

2005-02-08 Thread Brelsfoard, Alex
: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 4:48 PM To: Tomcat Users List Subject: Re: Trouble getting CGI script to execute Brelsfoard, Alex wrote: Ok. So I did everything you said. Still not working. I get a 404 error. So I took it step by step to see if I made

RE: Trouble getting CGI script to execute

2005-02-08 Thread Brelsfoard, Alex
of webapps, remove the Context element for myapp completely. Auto deploy will sort it out. Mark Brelsfoard, Alex wrote: OK I changed it so that the path is myapp and the docBase is ${CATALINA_HOME}/webapps/myapp. Restarted Tomcat Still nothing. --Alex Alex Brelsfoard Web Applications

RE: Trouble getting CGI script to execute

2005-02-08 Thread Brelsfoard, Alex
, 2005 5:51 PM To: Tomcat Users List Subject: Re: Trouble getting CGI script to execute Brelsfoard, Alex wrote: Yes, well this is where things get a little messy. I am using a version of Tomcat installed by a search engine software package called Endeca. They HAVE made some default settings