Thank you SO much! I've been going crazy on this.

At least now I know there is light at the end of the tunnel!

Thanks,
Dan

Ka-Wai Chan wrote:
I am using iPlanet WS6.0 SP4 w/ JDK1.3 in production

Struts 1.1b1 - 1.1b3 have all worked given some workarounds with the classpath and settings.

1) modify classpath
/---/xerces.jar:/----/log4j-1.2rc1.jar:/----/commons-logging.jar:/----/locationToTheDirWIthApplicationResources.properties

I explicitly copy the applicationResources.properties from /WEB-INF/classes to an external location which is in the classpath

2) FormBeans MUST be declared in struts-config.xml and created by the controller, have the form bean tags in your jsp will not create the FormBean objects correctly and will be null. So in general have just 1 form bean associated with a jsp

3) increase stack size of in your magnus editor under performace to at least 262144

When in doubt, make sure full DEBUG messages are on and see exactly where it dies, but everything can work under iPlanet

good luck
Ka-Wai Chan




Daniel E. Morrison wrote:

Using iPlanet Web Server 6.0 sp5 on Solaris 8, current patches.

Always try to make the 'test' case simple! Just using struts-example.

The struts-config.xml is configured to use DynaValidatorForm by default - which works fine.

However, when I switch to the form-bean:

<form-bean name="logonForm" type="org.apache.struts.webapp.example.LogonForm"/>

I get the following error:

, root cause: javax.servlet.jsp.JspException
at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:600)
at _jsps._logon_jsp._jspService(_logon_jsp.java:164)

The sample LogonForm.java looks fine and all the configuration looks fine. Looks like it can't find the bean?

Thanks,
Dan



Karr, David wrote:

I don't know whether you did this in any of your earlier notes, but how
about describing exactly what went wrong, including specific error
messages and stack traces, and showing us your relevant source files?

-----Original Message-----
From: Daniel E. Morrison [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 7:36 AM
To: [EMAIL PROTECTED]
Subject: Stuts on iPlanet 6.0 - which one is broken?

Struts just doesn't play nicely on Solaris iPlanet 6.0 sp5
j2sdk-1_4_1_01

- resource messages don't work, correctly.

- form-bean does not work at all !!

Spent 2 weeks so far, trying to find solution.

I thought this would be the correct forum - but I don't think there are any experts that know enough about iPlanet.

Would someone please, at least be kind enough to say if it is POSSIBLE to use struts on iPlanet ???

Which one is broken ?? Struts 1.1-b3 ?? iPlanet 6.0 sp5 ??

Is it the container ?? Should I research modifying the struts source for

a work-around ??

I own EVERY book on the topic! All my research has turned up NO SOLUTIONS! And my emails on the topic are ignored completely.

Thanks,
"Frustrated" Dan



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to