Good Evening Willard

please verify your jsp-api.jar is fairly recent (I was able to d/l from 
jetspeed2.1 site)
http://portals.apache.org/jetspeed-2/download.html

04/14/2006  02:09 PM            50,501 jsp-api.jar

If you can attach the WSDL I'll try to re-produce that error here...

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: axis-user@ws.apache.org 
  Sent: Saturday, June 30, 2007 6:15 PM
  Subject: Re: HTTP Status 500 from http://127.0.0.1:8080/axis2-web/


  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

    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: axis-user@ws.apache.org 
      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] 
  --------------------------------------------------------------------- To 
unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL 
PROTECTED] 

Reply via email to