Re: Mac os x and class files

2003-02-26 Thread Peng Tuck Kwok
This is a long shot; shouldn't your classes be in a package ? for examples your import statement : <%@ page import="Plans021103"%> try putting it into package like org.mypackage . Putting your jars or classes under /{webapp name}/WEB-INF/lib or /{webapp name}/WEB-INF/classes should work .

Re: Mac os x and class files

2003-02-24 Thread Warren Burholt
r testing would be greatly appreciated. Warren From: Anthony Marlowe <[EMAIL PROTECTED]> Date: Sat Feb 22, 2003 6:39:20 AM America/Montreal To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: Mac os x and class files Reply-To: "Tomcat Users List" <[EMAIL PROT

Re: Mac os x and class files

2003-02-24 Thread Peng Tuck Kwok
y appreciated. Warren From: Anthony Marlowe <[EMAIL PROTECTED]> Date: Sat Feb 22, 2003 6:39:20 AM America/Montreal To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: Mac os x and class files Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> Hi, I would li

Re: Mac os x and class files

2003-02-23 Thread Warrren Burholt
r/local/jakarta-tomcat-4.1.18/classes Any additional suggestions for testing would be greatly appreciated. Warren From: Anthony Marlowe <[EMAIL PROTECTED]> Date: Sat Feb 22, 2003 6:39:20 AM America/Montreal To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: Mac os

Re: Mac os x and class files

2003-02-23 Thread Anthony Marlowe
/jakarta-tomcat-4.1.18/classes Any additional suggestions for testing would be greatly appreciated. Warren From: Anthony Marlowe <[EMAIL PROTECTED]> Date: Sat Feb 22, 2003 6:39:20 AM America/Montreal To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: Mac os x and cla

Re: Mac os x and class files

2003-02-22 Thread Warrren Burholt
M America/Montreal To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: Mac os x and class files Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> Hi, I would like to know your Mac OS X configuration. I have Tomcat 4.1.18 running standalone and in conjuncti

Re: Mac os x and class files

2003-02-22 Thread Anthony Marlowe
Jake and Ian. From: Jake Robb <[EMAIL PROTECTED]> Date: Fri Feb 21, 2003 9:17:35 PM America/Montreal To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: Mac os x and class files Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> The 1.4.x JDK isn't producti

Re: Mac os x and class files

2003-02-21 Thread Warrren Burholt
Jake and Ian. From: Jake Robb <[EMAIL PROTECTED]> Date: Fri Feb 21, 2003 9:17:35 PM America/Montreal To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: Mac os x and class files Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> The 1.4.x JDK isn't produc

Re: Mac os x and class files

2003-02-21 Thread Jake Robb
The 1.4.x JDK isn't production-ready for OS X yet. There are developer preview versions, but they're far from reliable or complete at this time. -Jake Ian McFarland wrote: > Are you using JDK1.3.1 or 1.4.1 on your OS X box? You know the default > configuration for OS X is to use 1.3.1, and you

Re: Mac os x and class files

2003-02-21 Thread Ian McFarland
Are you using JDK1.3.1 or 1.4.1 on your OS X box? You know the default configuration for OS X is to use 1.3.1, and you should be doing so for production anyway. In any case, I use Tomcat 4.1.12 (not the LE version) on OS X 10.2.4 all the time. (And have on 10.2.3, 10.2.2, 10.2.1, 10.1.x...) and