known bug add "$TOMCAT_HOME\common\lib\jsp-api.jar" to classpath http://mail-archives.apache.org/mod_mbox/ws-axis-user/200704.mbox/[EMAIL PROTECTED]
HTH M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: Willard To: [email protected] Sent: Saturday, June 30, 2007 4:02 PM Subject: HTTP Status 500 from http://127.0.0.1:8080/axis2-web/ New to axis ... Trying to access http://127.0.0.1:8080/axis2-web/ while running Tomcat6.0.1.3. I have placed the Axis2 war in the tomcat webapps as specified. The tomcat Manager page is fine. Any ideas? type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 6 in the generated java file Only a type can be imported. org.apache.axis2.Constants resolves to a package An error occurred at line: 7 in the generated java file Only a type can be imported. org.apache.axis2.context.ConfigurationContext resolves to a package An error occurred at line: 8 in the generated java file Only a type can be imported. org.apache.axis2.description.Parameter resolves to a package An error occurred at line: 9 in the generated java file Only a type can be imported. org.apache.axis2.transport.http.AxisServlet resolves to a package An error occurred at line: 12 in the jsp file: /include/httpbase.jsp ConfigurationContext cannot be resolved to a type 9: 10: public void jspInit() { 11: ServletContext context = this.getServletConfig().getServletContext(); 12: ConfigurationContext configctx = (ConfigurationContext) context.getAttribute(AxisServlet.CONFIGURATION_CONTEXT); 13: Parameter parameter = configctx.getAxisConfiguration().getParameter(Constants.HTTP_FRONTEND_HOST_URL); 14: if (parameter != null) { 15: frontendHostUrl = (String) parameter.getValue(); An error occurred at line: 12 in the jsp file: /include/httpbase.jsp ConfigurationContext cannot be resolved to a type 9: 10: public void jspInit() { 11: ServletContext context = this.getServletConfig().getServletContext(); 12: ConfigurationContext configctx = (ConfigurationContext) context.getAttribute(AxisServlet.CONFIGURATION_CONTEXT); 13: Parameter parameter = configctx.getAxisConfiguration().getParameter(Constants.HTTP_FRONTEND_HOST_URL); 14: if (parameter != null) { 15: frontendHostUrl = (String) parameter.getValue(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
