This error occurs when trying to process a JSP page named default.jsp. The word “default” is a reserved keyword in JRun. To fix the problem, rename the page index.jsp or home.jsp.
JRun - Error 2140This error may occur for several reasons: The license key was not entered correctly. Cut and paste the license key from your purchase confirmation e-mail to avoid any typing errors. Also make sure there is no space following the license key. The jsm-default was not properly installed as an NT service.
WebSphere - Error 403 (forbidden by rule)
This error occurs when a servlet or JSP is invoked. Here are possible causes
and solutions:
You used an incorrect filename when invoking the JSP file. Verify the filename
of the JSP file. Correct any errors in the spelling, capitalization, or extension
of the filename. Make sure that your JSP filename ends with .jsp.
If you’re not using the default port number for your IBM HTTP Server for
AS/400 instance (port 80), then you didn’t add the host:port as an alias
for your virtual host. To view your virtual hosts aliases, click the Advanced
properties tab of your virtual host in the Administrative Console.
There is no JSP-enabling servlet for the web application in which the JSP file
resides. Verify that the JSP-enabling servlet has been added to the web application
in which the JSP resides. Create the JSP-enabling servlet if necessary.
If your servlet was created within a web application, your servlet needs to
have a uniform resource indicator (URI) path. Verify that the URI path is correct.
The Pass or Redirect directives in the active HTTP server configuration are
stopping the JSP or servlet from invoking. Verify that the Pass and Redirect
directives in the active IBM HTTP Server for AS/400 configuration are correct.
1 2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 422