Just FYI, The Tomcat 5.0.28 JSP compiler fails as well (i.e., pre-compiling JSPs before deploying - the on-the-fly compilation may have worked) on jsp:include tags:
The original code has this idiom: <jsp:include page="include/adminheader.jsp"></jsp:include> But Tomcat's JSP compiler can only handle: <jsp:include page="include/adminheader.jsp"/> John On 4/16/07, Lahiru Sandakith <[EMAIL PROTECTED]> wrote:
Hi Duncan, I have seen some compilation problems earlier and done small fixes to the JSPs of the axis2 webapp to get it validate through the ECLIPSE WTP 1.5.1 JSP syntax validator (I believe J2EE complient). Other than few warning messages it did pass the validation. I have not tried it with sun application server. Please try it, it will be valuable feedback. Thanks Lahiru On 4/17/07, Duncan Thomson <[EMAIL PROTECTED]> wrote: > I'm trying to deploy Axis2 in Sun Java System Application Server > Platform Edition 9.0 > > It fails. > > When I run the sun application server "verifier" tool on axis2.war > I get the errors shown below. > > These errors seem like they'd be fixable without too much > effort... However, before I attempt this, has anyone had any > experience getting axis2 deployed on the Sun App server? > > Thanks, > > Duncan > > > Output from running Sun "verifier" on axis2.war: > =================================================================== > FAILED TESTS : > -------------- > > Test Name : tests.web.AllJSPsMustBeCompilable > Test Assertion : All the JSPs that are bundled inside a > web application must be compilable using a J2EE compliant JSP > compiler th > at does not have any proprietary or optional features in it. > Test Description : For [ axis2 ] > Error: Some JSPs bundled inside [ axis2 ] could not be compiled. > See details below. > axis2-web/TopFrame.jsp(29,4) Expecting "jsp:param" standard action > with "name" and "value" attributes > axis2-web/listGroupService.jsp(38,0) Expecting "jsp:param" > standard action with "name" and "value" attributes > > Test Name : tests.web.WelcomeFile > Test Assertion : welcome-file element contains the file > name to use as a default welcome file. > Test Description : For [ axis2 ] > Error: Welcome file URL [ /axis2-web/index.jsp ] must be a partial > URL with no trailing or leading /. > ===================================================================== > > -- > Duncan Thomson > Tel: 703-983-7337 > Mobile: 703-463-0536 > Text Msg: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards Lahiru Sandakith
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
