RE: Instantiating Beans on Tomcat

2001-04-10 Thread Kyle Tippetts
reason can't create a bean out of it. I would think that my problem is that I don't have a constructor with no parameters, but that is not the case. I'm thinking there are some permission settings to run a bean or something maybe. ??? Brandon -Original Message- From: Kyle Tippetts

RE: ERROR WITH mod_jk.so module

2001-04-09 Thread Kyle Tippetts
Even though they've got a mod_jk.so for linux, more often than not it doesn't work, giving the error you reported. So, you need to build mod_jk.so for your linux installation: 1. Download the jakarta-tomcat source from http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/src/ 2.

RE: tomcat 3.2.1 and URL rewriting

2001-04-05 Thread Kyle Tippetts
Yes, but if you turn off cookies in the browser and then hit a servlet where you're using URL rewriting, it still returns the identical string that you passed to response.encodeURl(). I seem to remember that Tomcat 3.1 had problems with URL rewriting that I thought were supposed to be fixed in

RE: Tomcat Configuration

2001-04-04 Thread Kyle Tippetts
Are you using mod_jserv or mod_jk? How is the context set up (tomcat-apache.conf if mod_jserv, mod_jk.conf-auto if mod_jk, or added directly to your httpd.conf). What's in your web.xml file for this context? --Kyle -Original Message- From: Noone Anil Kumar [mailto:[EMAIL PROTECTED]]

RE: 2nd Post: Servlets and mod_jk problem -- thanks!

2001-04-03 Thread Kyle Tippetts
9:44 PM To: '[EMAIL PROTECTED]' Subject: RE: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar 2001, Kyle Tippetts wrote: Milt, I made the changes that Jeff did and I can now get to the /test servlets, but whenever I add my own context and try it (I even simulated one of the examples in

2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
either. So, have I set something up wrong, and if so, what have I overlooked or done wrong, or does servlet mapping not work with Tomcat 3.2.1? Thanks in advance. ====== --Kyle Tippetts --Center7 PilotCenter Development [EMAIL PROTECTED] --www.center7.com

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
info when you call a servlet such that your urls look something like: http://www.center7.com/CaapControlServlet/some-data If you are, change the url-pattern in web.xml to: CaapControlServlet/* -- Rob --On Friday, March 30, 2001 10:11:06 AM -0700 Kyle Tippetts [EMAIL PROTECTED] wrote: I'm

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
and mod_jk problem On Fri, 30 Mar 2001, Kyle Tippetts wrote: I'm having trouble getting servlet mapping to work properly using mod_jk on Tomcat 3.2.1 on Linux. First of all I should mention that jsps work fine. Servlets work as well *if* they're located in the /webapps/whatever/Web-inf/classes

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
ch 30, 2001 11:55 AM To: '[EMAIL PROTECTED]' Subject: RE: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar 2001, Kyle Tippetts wrote: Milt, The 404 error comes from tomcat. Also, the jsp that's used to invoke the servlet sits at /webapps/apo JSP or HTML page? You said the latter previously.

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
the servlet-mapping entry. I think this is a problem, unless somebody has an explanation. I'm out of ideas. Thanks, --jeff ----- Original Message - From: "Todd Pfaff" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: "Kyle Tippetts" [EMAIL PROTECTED] Sent: Friday, March 30

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
Yes, tried this: mydomain.com/test/foo/bar/myServlet and it still didn't work. Now, if I do mydomain.com/test/servlet/requestMap.Servlet1, I can access it (obviously), but again, it really appears that servlet mappings aren't working --Kyle -Original Message- From: Milt

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
vlet.class sits at /opt/jakarta-tomcat-3.2.1/webapps/tst/Web-inf/classes/com/tst Thanks --Kyle -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 3:48 PM To: '[EMAIL PROTECTED]' Subject: RE: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar

Servlets and mod_jk problem

2001-03-29 Thread Kyle Tippetts
either. So, have I set something up wrong, and if so, what have I overlooked or done wrong, or does servlet mapping not work with Tomcat 3.2.1? Thanks in advance. --Kyle ====== --Kyle Tippetts --Center7 PilotCenter Development [EMAIL PROTECTED] --www.center7.com

RE: Servlets and mod_jk problem

2001-03-29 Thread Kyle Tippetts
be: JkMount /apo/servlet/* ajp13 On Thu, 29 Mar 2001, Kyle Tippetts wrote: * I'm using mod_jk, so I include a customized mod_jk.conf file in apache's httpd.conf. Inside the mod_jk.conf file, my context information is set up as follows: Alias /apo "/opt/jakarta-tomcat-3.2.1/webapp