HTTP Error when viewing JSP file

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.

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

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?