I'm a little closer. I am running Struts 1.1 on iPlanet iws 6.05 (it works fine on tomcat 3.3.1). I am using JDK 1.4.1_05 (JDK 1.4.1_01 is the highest supported on 6.05). The app is running on Windows 2000 - destined for HPUX. I am also using tiles and validation.
At first, nothing worked. I changed the action forwards to redirect=true. I also moved the ApplicationResources.properties to the application context root directory (instead of WEB-INF/classes). Now everything seems to work with one exception. Any page using a dto throws a servlet exception. If I take the dto out, everything works (of course the dto is the heart of the matter). I've increased the maxHeapSize to 67108864 and the StackSize to 1024000 (I'm way out of my league here). I have not set a size for my page output buffer. Are there any suggestions about what paths I might investigate or what damage I have done??? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

