Thanks Martin,
I have tomcat 6.0.1.3 and I do not have a common/lib, just a /lib under
tomcat. I added my C:\Tomcat6\lib\jsp-api.jar to my classpath,
rebooted, verified and it still does not work. Do you know if
tomcat6.0 uses the Windows env var for CLASSPATH? I rebooted because
tomcat is running as a service and I know that there are issues with
SCM picking up env changes.
Any other ideas?
Best,
Jon
Martin Gainty wrote:
known bug
add
"$TOMCAT_HOME\common\lib\jsp-api.jar"
to classpath
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 -----
Sent:
Saturday, June 30, 2007 4:02 PM
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
|
- Re: HTTP Status 500 from http://127.0.0.1:8080/axis2-web/ Willard
-