IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  HTTP Error when viewing JSP file

    Posted 10/24/05 01:23 PM

    Hello,

    I am trying to access a jsp file in the web folder of a package and i’m getting the error “Apache Tomcat/4.0.2 - HTTP Status 500 - No Context configured to process this request”

    I’ve seen a fix for this issue on advantage web site:
    “The line <value>Administrators</value> was added to the
    config\aclmap_sm.cnf file and the IS re-started”

    However this config line already exists in my aclmap_sm.cnf file!!!

    Any other probable fix for this issue ?

    thanks.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: HTTP Error when viewing JSP file

    Posted 06/05/07 03:21 PM

    Hi-

    I am also facing the same issue.

    I have checked config file it looks good and also tools.jar present in the IS location.(IntegrationServer\lib\jars\tools.jar),

    I am trying to access a jsp file URL=“http://machine-ip:5555/web/JSPImpl/first.jsp”, it shows Apache Tomcat/4.0.2 - HTTP Status 500 - No Context configured to process this request…

    still wondering what would be the problem?

    Thanks!
    ArulChristhuRaj


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: HTTP Error when viewing JSP file

    Posted 06/07/07 09:16 AM

    IS VERSION IS : 6.5
    Updates : None

    JSP Implementation in Wm - Configuration pbm:

    1. placed tools.jar and servlet.jar in the following location
    IntegrationServer\jvm\lib\tools.jar
    IntegrationServer\jvm\lib\servlet.jar

    Java class path showed in About Link in IS like,
    D:\Program Files\webMethods65\IntegrationServer\jvm\lib\tools.jar
    D:\Program Files\webMethods65\IntegrationServer\jvm\lib\servlet.jar

    2. Once configured the server.bat file, server is restarted…

    3. Checked WmTomcat package is enabled fully.

    4. now try to invoke [URL=“http://machine-ip:5555/web/JSPImpl/first.jsp”]COLOR=blue, It shows following error:[/color]

    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    D:\Program Files\webMethods65\IntegrationServer\web\work\WmTomcat\localhost\web_JSPImpl\org\apache\jsp\first_jsp.java:8: cannot access java.lang.Object

    Still wondering what should be the Problem?


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB