WS7/Comms Express Compilation problem

I am just doing an implementation of the JES5 comms suite on WS7 and am getting the following error after logging in. Two questions:

1) Could someone send me a working server.xml (with the right classpath)

2) Has anyone else seen this error.

Web server Version

[24/May/2007:10:46:20] info (25597): CORE1116: Sun Java System Web Server 7.0 B12/04/2006 10:15

[24/May/2007:10:46:21] info (25598): CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.5.0_09] from [Sun Microsystems Inc.]

JVM version

/var/opt/SUNWwbsvr7/https-ce2.mail.uwo.pri/logs

[9:56am ce2]# /usr/jdk/latest/bin/javac -version

javac 1.5.0_09

Error message

Application Error

org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP

PWC6199: Generated servlet error:

/var/opt/SUNWwbsvr7/https-ce2.mail.uwo.pri/generated/ce2.mail.uwo.pri/uwc/org/a pache/jsp/uwc/mailclient/mail_jsp.java:306: _jspx_meth_jato_text_0(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageCo ntext) in org.apache.jsp.uwc.mailclient.mail_jsp cannot be applied to (com.iplanet.jato.taglib.UseViewBeanTag,javax.servlet.jsp.PageContext)

if (_jspx_meth_jato_text_0(_jspx_th_jato_useViewBean_0, _jspx_page_context))

^

Note: /var/opt/SUNWwbsvr7/https-ce2.mail.uwo.pri/generated/ce2.mail.uwo.pri/uwc/org/a pache/jsp/uwc/mailclient/mail_jsp.java uses unchecked or unsafe operations.

PWC6199: Generated servlet error:

Note: Recompile with -Xlint:unchecked for details.

1 error

[1558 byte] By [stever@uwo.caa] at [2007-11-27 9:53:59]
# 1

Hm. Since I"ve not installed Comms 5 myself, yet, I'll ask some rather generic questions.

1. Is Web Server 7 the one that comes with Comms 5? If not, there may be a version-dependancy you're hitting.

2. The installation instructions will usually work, if followed step by step exactly.

jay_plesseta at 2007-7-13 0:23:22 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

Web server 7 is bundled with comms 5.

I ran through the automated installation and ran the config-uwc to configure the application. After following the instructions, uwc did not start up due to class path issues. I migrated the classpath from my jes4 implementation on web server 6 and am running into problems.

Therefore, if someone has a running uwc on solaris 10, could they send me their server.xml file so I can start from there?

thanks

steve

stever@uwo.caa at 2007-7-13 0:23:23 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...