Re: So, is this the question nobody can answer? mod_jk.conf-

2001-01-18 Thread Jeffry Guttadauro
I could be wrong, but I think that Tomcat didn't create the mod_jk.conf-auto file until version 3.2. Wouldn't hurt to upgrade anyways... [EMAIL PROTECTED] on 01/17/2001 11:52:43 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: So, is this the question nobody can

Re: RE: Transform get to post

2001-01-18 Thread Jeffry Guttadauro
To avoid the JavaScript dependency and simplify things a bit, couldn't you just make your "leave our section" link be a submit button for a form (with method=POST) in which you've written all these variables into hidden input fields? [EMAIL PROTECTED] on 01/17/2001 05:42:05 PM Please respond

Re: problem with classpath and .jar files

2001-01-23 Thread Jeffry Guttadauro
, but it did not work. Somebody knows which can be the cause of this? --- Jeffry Guttadauro [EMAIL PROTECTED] escreveu: Sorry, but none that I know of. If I think of anything, I will let you know, but it was my understanding that it should just work without any extra tweaking... Good luck

what's with the socket write errors?

2001-03-13 Thread Jeffry Guttadauro
Hi, everyone. I'm wondering if others have run across this too and if anyone can tell me what's going on. I get tons of socket write errors when Tomcat displays images. The images are displaying fine and my app and Tomcat keep going strong, but the multitude of errors bothers me. Anyone know

problems with tomcat.sh (3.2) ?

2000-12-26 Thread Jeffry Guttadauro
Hi, everyone. I'm getting errors when running the tomcat.sh shell script to start up Tomcat 3.2 on RedHat Linux 6.2. : command not found : command not found : command not found : command not found 'ash: syntax error near unexpected token `do 'ash: tomcat.sh: line 93: `for i in

what does this mean?

2000-12-27 Thread Jeffry Guttadauro
Hello. I've seen a lot of other discussion on people having trouble getting mod_jk or mod_jserv set up for Tomcat and Apache to work with one another. I'm glad that I'm not the only one finding this frustrating. (not glad at others' frustration of course, just glad that I'm not alone)

RE: Servlet error I can't seem to resolve

2000-12-27 Thread Jeffry Guttadauro
Hi, Simon. Why would you say that it's a bad idea to put .jar files in the classpath? In the case of commonly-used jars, like mail.jar for example, why would it be better to replicate this in each application's WEB-INF/lib directory? Thanks, -Jeff [EMAIL PROTECTED] on 12/27/2000 10:32:34

RE: problems with tomcat.sh (3.2) ?

2000-12-27 Thread Jeffry Guttadauro
I don't know what it was, but I just downloaded the installation again and replaced this file. Now it works fine. Maybe my first download or unzipping attempt suffered some sort of corruption... ? I don't know. Thank you, everyone, for the suggestions. -Jeff [EMAIL PROTECTED] on

RE: want to preprocess javascript files

2000-12-28 Thread Jeffry Guttadauro
I'm not sure if I know exactly what you're after here, but I'll throw a couple of thoughts out there. It sounds like you want to use JSP pages to keep all your JavaScript code so that you don't have to send comments to the client. I haven't tried this, but I'm thinking something like this

Re: 403 forbidden in tomcat-apache

2000-12-29 Thread Jeffry Guttadauro
Hi, Parvez. I had this problem recently too. The problem was that, since Apache was run as nobody, permissions had to be granted to "others" for the _entire_ path of the application's directory. So, if your application is set to run out of /home/parvez/mywebapp/htdocs for example, you have to

Re: Concatenation problem in taglibs tag in JSPs

2000-12-29 Thread Jeffry Guttadauro
And if you want, you can also set up the web.xml file to specify the tld's location for you, so your taglib directives don't have to. Do this by just adding this to your web.xml file (I think the placement of the tag might matter, so check the dtd to see what order to use)... taglib

Re: problem in starting server

2001-01-08 Thread Jeffry Guttadauro
I think that it has to do with the starting slash. I think if you made your string equal to just "aServlet" that might do it. [EMAIL PROTECTED] on 01/06/2001 03:13:01 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: problem in starting server Hi, I have a

Re: bizarre JasperException on Solaris box

2001-01-09 Thread Jeffry Guttadauro
Hi, Troy. Unfortunately, I don't have a solution for you. But, I am having the same exact problem here on long, complex pages with a configuration of Stronghold Tomcat 3.2 (using mod_jk) on Solaris 2.6. The app has a lot of long, complex pages though, so it's hard to track down the problem.