RE: iPlanet + tomcat integration

2002-05-29 Thread Leonard Crowe
We run a similar configuration without problems. Our tomcat instance is not on the same box but that is controlled via the workers.properties file and using localhost instead of the IP of the other box has worked for me in the past. We are also using the ajp13 connector as well as the ajp12 but

RE: JSP compile fails to find class

2002-04-25 Thread Leonard Crowe
If the included resource is used for only static includes, I would suggest changing the name to something other than .jsp since it cannot stand on it's own. This would prevent the jsp compiler from attempting to compile this resource. From: Leonard Crowe [EMAIL PROTECTED] Reply-To: Tomcat Users List

RE: JSP compile fails to find class

2002-04-24 Thread Leonard Crowe
Steve, Is the jsp that your having problems compiling an include for another jsp page (By that I mean %@ include file=???.jsp %)? If so that your having the same problem I'm trying to track down. When the included file changes but the parent file does not, Tomcat does not seem to be trying to

RE: JSP compile fails to find class

2002-04-24 Thread Leonard Crowe
: Leonard Crowe [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: JSP compile fails to find class Date: Wed, 24 Apr 2002 13:57:37 -0500 Steve, Is the jsp that your having problems compiling an include for another jsp page (By that I

RE: JSP compile fails to find class

2002-04-24 Thread Leonard Crowe
to compile this resource. From: Leonard Crowe [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: JSP compile fails to find class Date: Wed, 24 Apr 2002 18:59:37 -0500 At least in my case these JSP's compile and run without any

Jspc and package names

2002-04-15 Thread Leonard Crowe
I know I've seen this mentioned before but I can't find an answer for it in the archives. I'm trying to use jspc to generate the servlets from my jsp's but the package names end up having a . appended on the end giving me a compiler error when I try and compile them. Is this a problem with jspc